Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed May 7, 2010
1 parent 4e6bab8 commit e4c84ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions acts_as_archive.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{acts_as_archive} s.name = %q{acts_as_archive}
s.version = "0.2.4" s.version = "0.2.5"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Winton Welsh"] s.authors = ["Winton Welsh"]
s.date = %q{2010-03-17} s.date = %q{2010-05-07}
s.default_executable = %q{acts_as_archive} s.default_executable = %q{acts_as_archive}
s.email = %q{mail@wintoni.us} s.email = %q{mail@wintoni.us}
s.executables = ["acts_as_archive"] s.executables = ["acts_as_archive"]
Expand Down
2 changes: 1 addition & 1 deletion require.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name 'acts_as_archive' name 'acts_as_archive'
homepage "http://github.com/winton/#{name}" homepage "http://github.com/winton/#{name}"
summary "Don't delete your records, move them to a different table" summary "Don't delete your records, move them to a different table"
version '0.2.4' version '0.2.5'
end end


lib do lib do
Expand Down

0 comments on commit e4c84ab

Please sign in to comment.