Version numbers between lib/version.rb and aasm.gemspec differ
Reported by Matt Patterson | July 21st, 2008 @ 01:30 PM
The version number in lib/version.rb is 0.0.2 and the version in aasm.gemspec is 2.0.1, resulting in rake gem building aasm-0.0.2.gem and gem build aasm.gemspec building aasm-2.0.1.gem.
(aasm.gemspec also seems to be redundant with the generated gemspec in the Rakefile)
Comments and changes to this ticket
-
Scott Barron July 22nd, 2008 @ 08:17 AM
- State changed from new to resolved
Synced up version numbers and bumped minor version so github gem updates.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.