Commit 18a4e2eb by Turadg Aleahmad

bump version

parent aba7c3d1
== 2.6.0.beta2
* support for composite_primary_keys (garysweaver)
* bug fix for annotate_one_file (vlado)
== 2.6.0.beta1 == 2.6.0.beta1
* It's now possible to use Annotate in standalone ActiveRecord (non-Rails) * It's now possible to use Annotate in standalone ActiveRecord (non-Rails)
......
# This file is auto-generated! # This file is auto-generated!
# DO NOT EDIT THIS FILE DIRECTLY! # DO NOT EDIT THIS FILE DIRECTLY!
# Instead, edit the Rakefile and run 'rake gem:gemspec'.# -*- encoding: utf-8 -*- # Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*-
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "annotate" s.name = "annotate"
s.version = "2.6.0.beta1" s.version = "2.6.0.beta2"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"] s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
s.date = "2012-10-16" s.date = "2013-06-21"
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema." s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"] s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
s.executables = ["annotate"] s.executables = ["annotate"]
...@@ -18,11 +18,11 @@ Gem::Specification.new do |s| ...@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
s.licenses = ["Ruby"] s.licenses = ["Ruby"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = "annotate" s.rubyforge_project = "annotate"
s.rubygems_version = "1.8.24" s.rubygems_version = "2.0.3"
s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema." s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema."
if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rake>, [">= 0.8.7"]) s.add_runtime_dependency(%q<rake>, [">= 0.8.7"])
......
module Annotate module Annotate
def self.version def self.version
'2.6.0.beta1' '2.6.0.beta2'
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment