guard-spork 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,8 +52,8 @@ module Guard
52
52
  print '.'
53
53
  next
54
54
  end
55
- UI.info "Spork for #{sporked_gems} successufly #{action}ed", :reset => true
56
- Notifier.notify "#{sporked_gems} successufly #{action}ed", :title => "Spork", :image => :success
55
+ UI.info "Spork for #{sporked_gems} successfully #{action}ed", :reset => true
56
+ Notifier.notify "#{sporked_gems} successfully #{action}ed", :title => "Spork", :image => :success
57
57
  return true
58
58
  end
59
59
  UI.reset_line # workaround before Guard::UI update
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module SporkVersion
3
- VERSION = "0.0.5"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-spork
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 5
10
- version: 0.0.5
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thibaud Guillaume-Gentil