guard-delayed 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -39,6 +39,10 @@ being active.
39
39
  Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change
40
40
  you make.
41
41
 
42
+ ## Testing the gem locally
43
+
44
+
45
+
42
46
  ## Building and deploying gem
43
47
 
44
48
  * Update the version number in `lib/guard/delayed/version.rb`
@@ -49,14 +53,15 @@ you make.
49
53
 
50
54
  * Push to rubygems.org:
51
55
 
52
- gem push gem push guard-delayed-0.0.9.gem
56
+ gem push guard-delayed-0.1.1.gem
53
57
 
54
58
 
55
59
  ## Authors
56
60
 
57
- [David Parry](http://github.com/suranyami)
61
+ [David Parry](https://github.com/suranyami)
62
+ [Dennis Reimann](https://github.com/dbloete)
58
63
 
59
- This gem is based on [Guard::WEBrick](http://github.com/fnichol/guard-webrick).
64
+ Ideas for this gem came from [Guard::WEBrick](http://github.com/fnichol/guard-webrick).
60
65
 
61
66
  ## Note
62
67
 
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module DelayedVersion
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-delayed
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Parry