From 52181b3ff5333f80fbc29600cd135c2c0a4c5706 Mon Sep 17 00:00:00 2001 From: Cuong Tran Date: Wed, 26 Feb 2014 04:58:40 -0800 Subject: [PATCH] v2.6.2 --- Rakefile | 4 ++-- annotate.gemspec | 4 ++-- lib/annotate/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 51048e9b4..250e7111e 100644 --- a/Rakefile +++ b/Rakefile @@ -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" diff --git a/annotate.gemspec b/annotate.gemspec index 62b331ddc..036149d0c 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -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"] diff --git a/lib/annotate/version.rb b/lib/annotate/version.rb index 417f51d3f..11e398e7d 100644 --- a/lib/annotate/version.rb +++ b/lib/annotate/version.rb @@ -1,5 +1,5 @@ module Annotate def self.version - '2.6.1' + '2.6.2' end end