guard-jammit 1.0.0 → 1.0.1

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.
data/lib/guard/jammit.rb CHANGED
@@ -76,8 +76,8 @@ module Guard
76
76
 
77
77
  ::Jammit.package! @options
78
78
 
79
- ::Guard::UI.info 'Jammit successfull packaged the assets.'
80
- ::Guard::Notifier.notify('Jammit successfull packaged the assets.', :title => 'Jammit') if @options[:notification] && !@options[:hide_success]
79
+ ::Guard::UI.info 'Jammit successfully packaged the assets.'
80
+ ::Guard::Notifier.notify('Jammit successfully packaged the assets.', :title => 'Jammit') if @options[:notification] && !@options[:hide_success]
81
81
 
82
82
  rescue Exception => e
83
83
  ::Guard::UI.error("Jammit failed to package the assets: #{e.message}")
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module JammitVersion
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-jammit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-06-02 00:00:00.000000000 Z
13
+ date: 2012-08-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: guard
@@ -181,6 +181,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  - - ! '>='
182
182
  - !ruby/object:Gem::Version
183
183
  version: '0'
184
+ segments:
185
+ - 0
186
+ hash: -2599213843982422194
184
187
  required_rubygems_version: !ruby/object:Gem::Requirement
185
188
  none: false
186
189
  requirements: