Skip to content

Commit

Permalink
release: js_from_routes@2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed May 25, 2022
1 parent 47f8f70 commit 71c5341
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PATH
remote: js_from_routes
specs:
js_from_routes (2.0.5)
js_from_routes (2.0.6)
railties (>= 5.1, < 8)

GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.2.3)
actionview (= 7.0.2.3)
activesupport (= 7.0.2.3)
actionpack (7.0.3)
actionview (= 7.0.3)
activesupport (= 7.0.3)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.2.3)
activesupport (= 7.0.2.3)
actionview (7.0.3)
activesupport (= 7.0.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.2.3)
activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -43,13 +43,13 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.15.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.8.0)
minitest (5.15.0)
nokogiri (1.13.3)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
Expand All @@ -70,9 +70,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (7.0.2.3)
actionpack (= 7.0.2.3)
activesupport (= 7.0.2.3)
railties (7.0.3)
actionpack (= 7.0.3)
activesupport (= 7.0.3)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down Expand Up @@ -144,4 +144,4 @@ DEPENDENCIES
standard (~> 1.0)

BUNDLED WITH
2.3.3
2.3.5
9 changes: 9 additions & 0 deletions js_from_routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.6](https://github.com/ElMassimo/js_from_routes/compare/js_from_routes@2.0.5...js_from_routes@2.0.6) (2022-05-25)


### Bug Fixes

* should not attempt to export routes without controllers ([47f8f70](https://github.com/ElMassimo/js_from_routes/commit/47f8f70b0db98baa240470f8b2b891a730499518))



## [2.0.5](https://github.com/ElMassimo/js_from_routes/compare/js_from_routes@2.0.4...js_from_routes@2.0.5) (2021-09-02)


Expand Down
2 changes: 1 addition & 1 deletion js_from_routes/lib/js_from_routes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Generates one file per controller, and one function per route.
module JsFromRoutes
# Public: This library adheres to semantic versioning.
VERSION = "2.0.5"
VERSION = "2.0.6"
end

0 comments on commit 71c5341

Please sign in to comment.