Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manastyretskyi committed Jul 9, 2022
1 parent a5fa10e commit 2d21e12
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_live_reload (0.1.2)
rails_live_reload (0.2.0)
listen
nio4r
railties
Expand Down Expand Up @@ -160,14 +160,14 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
sprockets (4.0.3)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
sqlite3 (1.4.4)
strscan (3.0.3)
thor (1.2.1)
timeout (0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rails_live_reload",
"version": "0.1.2",
"version": "0.2.0",
"repository": "https://github.com/railsjazz/rails_live_reload.git",
"author": "www.railsjazz.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_live_reload/javascript/long_polling.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/rails_live_reload/javascript/polling.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/rails_live_reload/javascript/websocket.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/rails_live_reload/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsLiveReload
VERSION = "0.1.2"
VERSION = "0.2.0"
end

0 comments on commit 2d21e12

Please sign in to comment.