byroot / activerecord-typedstore

ActiveRecord::Store but with type definition
MIT License
439 stars 57 forks source link

remove '-rc1' #28

Closed dkogias closed 9 years ago

dkogias commented 9 years ago

4.2 is out. Also, the -rc1 string breaks Gem::Version under 2.0.0:

/app/vendor/ruby-2.0.0/lib/ruby/2.0.0/rubygems/version.rb:191:in `initialize': Malformed version number string 4.2.0-rc1 (ArgumentError)
  from /app/vendor/bundle/ruby/2.0.0/gems/activerecord-typedstore-0.5.1/lib/active_record/typed_store/extension.rb:8:in `new'
coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 662e0e8ecee6b8c7708905f23256401e5369c1d0 on workato:master into 6dd01d7c2c106a5cb07e53bee10f77e89faae1f6 on byroot:master.

byroot commented 9 years ago

Thanks!