sinatra-auto-reload 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,6 @@
1
+ === 0.0.5
2
+
3
+ * add original userscript info
1
4
 
2
5
  === 0.0.4
3
6
 
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'hoe'
4
4
  require 'fileutils'
5
5
  require './lib/sinatra/auto-reload'
6
6
 
7
- VERSION = '0.0.4'
7
+ VERSION = '0.0.5'
8
8
 
9
9
  Hoe.plugin :newgem
10
10
  # Hoe.plugin :website
@@ -1,4 +1,5 @@
1
1
  // ==UserScript==
2
+ // based on http://la.ma.la/blog/diary_200601201204.htm
2
3
  // @name sinatra_auto_reload_<%= @host.gsub(/[\.\/:]/,'_') %>.user.js
3
4
  // @namespace http://shokai.org/
4
5
  // @description reload Firefox/Chrome when <%= @host %> was modified
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-auto-reload
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - shokai