Skip to content

Commit

Permalink
Bump to 3.0.0.rc2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Nov 17, 2013
1 parent 6a6e4d1 commit 0c80986
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Rails 2.3 code is on the [`rails2`](https://github.com/airblade/paper_trail/

1. Add `PaperTrail` to your `Gemfile`.

`gem 'paper_trail', '>= 3.0.0.rc1'`
`gem 'paper_trail', '>= 3.0.0.rc2'`

2. Generate a migration which will add a `versions` table to your database.

Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaperTrail
VERSION = '3.0.0.rc1'
VERSION = '3.0.0.rc2'
end
5 changes: 3 additions & 2 deletions paper_trail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Gem::Specification.new do |s|
s.name = 'paper_trail'
s.version = PaperTrail::VERSION
s.platform = Gem::Platform::RUBY
s.summary = "Track changes to your models' data. Good for auditing or versioning."
s.summary = "Track changes to your models' data. Good for auditing or versioning."
s.description = s.summary
s.homepage = 'http://github.com/airblade/paper_trail'
s.authors = ['Andy Stewart', 'Ben Atkins']
s.email = 'boss@airbladesoftware.com'
s.email = 'batkinz@gmail.com'
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
Expand All @@ -22,6 +22,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake'
s.add_development_dependency 'shoulda', '~> 3.5'
# s.add_development_dependency 'shoulda-matchers', '~> 1.5' # needed for ActiveRecord < 4
s.add_development_dependency 'ffaker', '>= 1.15'
s.add_development_dependency 'railties', ['>= 3.0', '< 5.0']
s.add_development_dependency 'sinatra', '~> 1.0'
Expand Down

0 comments on commit 0c80986

Please sign in to comment.