Skip to content

Commit 52181b3

Browse files
author
Cuong Tran
committed
v2.6.2
1 parent 9f71a56 commit 52181b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ namespace :gem do
4444
gem.license = "Ruby"
4545
gem.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
4646
gem.description = %q{Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.}
47-
gem.email = ["[email protected]", "ctran@pragmaquest.com", "[email protected]", "[email protected]", "[email protected]"]
48-
gem.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
47+
gem.email = ["[email protected]", "cuong@gmail.com", "[email protected]", "[email protected]", "[email protected]"]
48+
gem.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
4949
gem.require_paths = ["lib"]
5050
# gem.rdoc_options = ["--charset=UTF-8"]
5151
# gem.required_ruby_version = "> 1.9.2"

annotate.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
Gem::Specification.new do |s|
55
s.name = "annotate"
6-
s.version = "2.6.1"
6+
s.version = "2.6.2"
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
99
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
10-
s.date = "2013-12-21"
10+
s.date = "2014-02-26"
1111
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
1212
1313
s.executables = ["annotate"]

lib/annotate/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.1'
3+
'2.6.2'
44
end
55
end

0 commit comments

Comments
 (0)