Skip to content

Commit 3a83d9d

Browse files
author
Cuong Tran
committed
Pump version to 2.6.1 which fixes #22
1 parent b238100 commit 3a83d9d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

annotate.gemspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
# This file is auto-generated!
22
# DO NOT EDIT THIS FILE DIRECTLY!
33
# Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*-
4+
# stub: annotate 2.6.1 ruby lib
45

56
Gem::Specification.new do |s|
67
s.name = "annotate"
7-
s.version = "2.6.0"
8+
s.version = "2.6.1"
89

10+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
911
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
10-
s.date = "2013-11-29"
12+
s.date = "2013-12-21"
1113
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
1214
1315
s.executables = ["annotate"]
1416
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"]
15-
s.files = ["AUTHORS.rdoc", "CHANGELOG.rdoc", "README.rdoc", "TODO.rdoc", "annotate.gemspec", "bin/annotate", "lib/annotate.rb", "lib/annotate/active_record_patch.rb", "lib/annotate/annotate_models.rb", "lib/annotate/annotate_routes.rb", "lib/annotate/tasks.rb", "lib/annotate/version.rb", "lib/generators/annotate/USAGE", "lib/generators/annotate/install_generator.rb", "lib/generators/annotate/templates/auto_annotate_models.rake", "lib/tasks/annotate_models.rake", "lib/tasks/annotate_routes.rake", "tasks/migrate.rake"]
17+
s.files = ["AUTHORS.rdoc", "CHANGELOG.rdoc", "LICENSE.txt", "README.rdoc", "TODO.rdoc", "annotate.gemspec", "bin/annotate", "lib/annotate.rb", "lib/annotate/active_record_patch.rb", "lib/annotate/annotate_models.rb", "lib/annotate/annotate_routes.rb", "lib/annotate/tasks.rb", "lib/annotate/version.rb", "lib/generators/annotate/USAGE", "lib/generators/annotate/install_generator.rb", "lib/generators/annotate/templates/auto_annotate_models.rake", "lib/tasks/annotate_models.rake", "lib/tasks/annotate_routes.rake", "tasks/migrate.rake"]
1618
s.homepage = "http://github.com/ctran/annotate_models"
1719
s.licenses = ["Ruby"]
1820
s.require_paths = ["lib"]
1921
s.rubyforge_project = "annotate"
20-
s.rubygems_version = "2.0.6"
22+
s.rubygems_version = "2.1.11"
2123
s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema."
2224

2325
if s.respond_to? :specification_version then

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.0'
3+
'2.6.1'
44
end
55
end

0 commit comments

Comments
 (0)