Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
* Adds to the CHANGELOG,
* Bumps the Appraisal gemfile versions to keep them up to date.
  • Loading branch information
nickcharlton committed Feb 18, 2020
1 parent 743f0a1 commit ffe910a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 1.2.0

* Add support for namespaced models ([#24][])
* Add missing accepts nested attributes to School.
* Explicitly import administrate and field JS/CSS.
* Add ru locale ([#26][]).
* Add pt locale ([#25][]).
* Add Circle CI.
* Upgrade Ruby to 2.6.3.
* Add a dummy test app ([#19][]).

[#24]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/24
[#26]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/26
[#25]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/25
[#19]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/19

## 1.1.0

* Add a `.ruby-version` file.
Expand Down
2 changes: 1 addition & 1 deletion administrate-field-nested_has_many.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
gem.name = "administrate-field-nested_has_many"
gem.version = "1.1.0"
gem.version = "1.2.0"
gem.authors = ["Nick Charlton", "Grayson Wright"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/nickcharlton/" \
Expand Down
12 changes: 9 additions & 3 deletions gemfiles/administrate_0.10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate-field-nested_has_many (1.1.0)
administrate-field-nested_has_many (1.2.0)
administrate (> 0.8, < 1)
cocoon (~> 1.2, >= 1.2.11)

Expand Down Expand Up @@ -61,7 +61,8 @@ GEM
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
cocoon (1.2.12)
childprocess (3.0.0)
cocoon (1.2.14)
concurrent-ruby (1.0.5)
crass (1.0.4)
datetime_picker_rails (0.0.7)
Expand Down Expand Up @@ -157,6 +158,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubyzip (2.2.0)
sass (3.5.7)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -169,6 +171,9 @@ GEM
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selectize-rails (0.12.5)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -202,7 +207,8 @@ DEPENDENCIES
pg
rake
rspec-rails
selenium-webdriver
sqlite3

BUNDLED WITH
1.17.1
1.17.3
12 changes: 9 additions & 3 deletions gemfiles/administrate_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
administrate-field-nested_has_many (1.1.0)
administrate-field-nested_has_many (1.2.0)
administrate (> 0.8, < 1)
cocoon (~> 1.2, >= 1.2.11)

Expand Down Expand Up @@ -68,7 +68,8 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
cocoon (1.2.12)
childprocess (3.0.0)
cocoon (1.2.14)
concurrent-ruby (1.1.4)
crass (1.0.4)
datetime_picker_rails (0.0.7)
Expand Down Expand Up @@ -163,6 +164,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubyzip (2.2.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -175,6 +177,9 @@ GEM
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selectize-rails (0.12.6)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -207,7 +212,8 @@ DEPENDENCIES
pg
rake
rspec-rails
selenium-webdriver
sqlite3

BUNDLED WITH
1.17.1
1.17.3

0 comments on commit ffe910a

Please sign in to comment.