Skip to content

Commit

Permalink
Merge pull request #41 from alecclarke/bump-version-to-3-0-0
Browse files Browse the repository at this point in the history
Bump version to 3.0.0
  • Loading branch information
alecclarke authored May 19, 2021
2 parents c3622fa + 00c59ec commit 46db818
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Or install it yourself as:

$ gem install polymorphic_integer_type

For Rails 3.2 use version < 2. Version >= 2 has been tested on Rails 4.2 and Ruby 2.1

## Usage

For the model where the `belongs_to` is defined, include `PolymorphicIntegerType::Extensions` and set the `polymorphic:` option to a hash that maps an integer stored in the database to the name of a Ruby class.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.0-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
polymorphic_integer_type (2.3.1)
polymorphic_integer_type (3.0.0)
activerecord (< 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.1-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
polymorphic_integer_type (2.3.1)
polymorphic_integer_type (3.0.0)
activerecord (< 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.2-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
polymorphic_integer_type (2.3.1)
polymorphic_integer_type (3.0.0)
activerecord (< 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6-0-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
polymorphic_integer_type (2.3.1)
polymorphic_integer_type (3.0.0)
activerecord (< 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/polymorphic_integer_type/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PolymorphicIntegerType
VERSION = "2.3.1"
VERSION = "3.0.0"
end

0 comments on commit 46db818

Please sign in to comment.