Skip to content

Commit 46db818

Browse files
authored
Merge pull request #41 from alecclarke/bump-version-to-3-0-0
Bump version to 3.0.0
2 parents c3622fa + 00c59ec commit 46db818

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Or install it yourself as:
4747

4848
$ gem install polymorphic_integer_type
4949

50-
For Rails 3.2 use version < 2. Version >= 2 has been tested on Rails 4.2 and Ruby 2.1
51-
5250
## Usage
5351

5452
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.

gemfiles/Gemfile.rails-5.0-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

gemfiles/Gemfile.rails-5.1-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

gemfiles/Gemfile.rails-5.2-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

gemfiles/Gemfile.rails-6-0-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PolymorphicIntegerType
2-
VERSION = "2.3.1"
2+
VERSION = "3.0.0"
33
end

0 commit comments

Comments
 (0)