Skip to content

Commit

Permalink
Merge branch 'release/2.6.2' into develop
Browse files Browse the repository at this point in the history
* release/2.6.2:
  v2.6.2
  • Loading branch information
Cuong Tran committed Feb 26, 2014
2 parents 9f71a56 + 52181b3 commit ecbd5fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -44,8 +44,8 @@ namespace :gem do
gem.license = "Ruby"
gem.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
gem.description = %q{Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.}
gem.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
gem.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
gem.email = ["alex@stinky.com", "cuong@gmail.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
gem.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
gem.require_paths = ["lib"]
# gem.rdoc_options = ["--charset=UTF-8"]
# gem.required_ruby_version = "> 1.9.2"
Expand Down
4 changes: 2 additions & 2 deletions annotate.gemspec
Expand Up @@ -3,11 +3,11 @@

Gem::Specification.new do |s|
s.name = "annotate"
s.version = "2.6.1"
s.version = "2.6.2"

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-12-21"
s.date = "2014-02-26"
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
s.email = ["alex@stinky.com", "cuong.tran@gmail.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
s.executables = ["annotate"]
Expand Down
2 changes: 1 addition & 1 deletion lib/annotate/version.rb
@@ -1,5 +1,5 @@
module Annotate
def self.version
'2.6.1'
'2.6.2'
end
end

0 comments on commit ecbd5fa

Please sign in to comment.