-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pump version to 2.6.1 which fixes #22
- Loading branch information
Cuong Tran
committed
Dec 21, 2013
1 parent
b238100
commit 3a83d9d
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# This file is auto-generated! | ||
# DO NOT EDIT THIS FILE DIRECTLY! | ||
# Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*- | ||
# stub: annotate 2.6.1 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "annotate" | ||
s.version = "2.6.0" | ||
s.version = "2.6.1" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"] | ||
s.date = "2013-11-29" | ||
s.date = "2013-12-21" | ||
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema." | ||
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
s.executables = ["annotate"] | ||
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"] | ||
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"] | ||
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"] | ||
s.homepage = "http://github.com/ctran/annotate_models" | ||
s.licenses = ["Ruby"] | ||
s.require_paths = ["lib"] | ||
s.rubyforge_project = "annotate" | ||
s.rubygems_version = "2.0.6" | ||
s.rubygems_version = "2.1.11" | ||
s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema." | ||
|
||
if s.respond_to? :specification_version then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Annotate | ||
def self.version | ||
'2.6.0' | ||
'2.6.1' | ||
end | ||
end |