Skip to content

Commit 18a4e2e

Browse files
committed
bump version
1 parent aba7c3d commit 18a4e2e

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 2.6.0.beta2
2+
3+
* support for composite_primary_keys (garysweaver)
4+
* bug fix for annotate_one_file (vlado)
5+
16
== 2.6.0.beta1
27

38
* It's now possible to use Annotate in standalone ActiveRecord (non-Rails)

annotate.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This file is auto-generated!
22
# DO NOT EDIT THIS FILE DIRECTLY!
3-
# Instead, edit the Rakefile and run 'rake gem:gemspec'.# -*- encoding: utf-8 -*-
3+
# Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*-
44

55
Gem::Specification.new do |s|
66
s.name = "annotate"
7-
s.version = "2.6.0.beta1"
7+
s.version = "2.6.0.beta2"
88

99
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
1010
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
11-
s.date = "2012-10-16"
11+
s.date = "2013-06-21"
1212
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
1313
1414
s.executables = ["annotate"]
@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
1818
s.licenses = ["Ruby"]
1919
s.require_paths = ["lib"]
2020
s.rubyforge_project = "annotate"
21-
s.rubygems_version = "1.8.24"
21+
s.rubygems_version = "2.0.3"
2222
s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema."
2323

2424
if s.respond_to? :specification_version then
25-
s.specification_version = 3
25+
s.specification_version = 4
2626

2727
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
2828
s.add_runtime_dependency(%q<rake>, [">= 0.8.7"])

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.0.beta1'
3+
'2.6.0.beta2'
44
end
55
end

0 commit comments

Comments
 (0)