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 +2 -2
- data/lib/guard/jammit/version.rb +1 -1
- metadata +5 -2
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
|
|
80
|
-
::Guard::Notifier.notify('Jammit
|
|
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}")
|
data/lib/guard/jammit/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|