Skip to content

Commit

Permalink
Bump version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Mar 26, 2021
1 parent be4d97c commit 9598396
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Similar to cocoon, but with no jquery dependency!
# Installation
Just add it to your gemfile

```gem 'vanilla_nested'```
```ruby
gem 'vanilla_nested'
# or gem 'vanilla_nested', github: 'arielj/vanilla-nested'
```

If you are using Sprockets, just require the js

Expand Down Expand Up @@ -310,3 +313,10 @@ It would detect the wrong element for the click event, making the JS fail.
# Changes from 1.2.3 to 1.2.4
Play nicely with Turbolinks' `turbolinks:load` event.
# Changes from 1.2.4 to 1.2.5
License change from GPL to MIT
> Remember to update both gem and package https://github.com/arielj/vanilla-nested/tree/master#update
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-nested",
"version": "1.2.4",
"version": "1.2.5",
"description": "Dynamic nested form for Ruby On Rails",
"main": "app/assets/javascripts/vanilla_nested.js",
"repository": "[email protected]:arielj/vanilla-nested.git",
Expand Down
2 changes: 1 addition & 1 deletion test/VanillaNestedTests/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
vanilla_nested (1.2.4)
vanilla_nested (1.2.5)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion test/VanillaNestedTests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7305,7 +7305,7 @@ validate-npm-package-license@^3.0.1:
spdx-expression-parse "^3.0.0"

"vanilla-nested@file:../..":
version "1.0.0"
version "1.2.5"

vary@~1.1.2:
version "1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions vanilla_nested.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'vanilla_nested'
s.version = '1.2.4'
s.version = '1.2.5'
s.authors = ['Ariel Juodziukynas <[email protected]>']
s.email = '[email protected]'
s.date = '2019-04-10'
Expand All @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
'lib/vanilla_nested/view_helpers.rb',
'lib/vanilla_nested.rb'
]
s.license = 'GPL-3.0'
s.license = 'MIT'
s.homepage = 'https://github.com/arielj/vanilla-nested'
s.require_paths = ['lib']
end

0 comments on commit 9598396

Please sign in to comment.