compass-growl 0.0.3 → 0.0.4
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/compass-growl.gemspec +3 -3
- data/lib/compass-growl.rb +0 -1
- metadata +8 -8
data/compass-growl.gemspec
CHANGED
|
@@ -2,11 +2,11 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
3
3
|
|
|
4
4
|
s.name = %q{compass-growl}
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.4'
|
|
6
6
|
s.platform = Gem::Platform::RUBY
|
|
7
7
|
|
|
8
8
|
s.authors = ["Scott Davis"]
|
|
9
|
-
s.description = %q{Add growl notifications for compass
|
|
9
|
+
s.description = %q{Add growl notifications for compass}
|
|
10
10
|
s.summary = %q{Add Growl notifications to compass}
|
|
11
11
|
s.email = %q{jetviper21@gmail.com}
|
|
12
12
|
s.date = Date.today.to_s
|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
|
20
20
|
s.add_development_dependency "rspec", "~> 2.0.0"
|
|
21
21
|
s.add_development_dependency "mocha"
|
|
22
|
-
s.add_dependency 'compass', '~> 0.11.beta.
|
|
22
|
+
s.add_dependency 'compass', '~> 0.11.beta.6'
|
|
23
23
|
s.add_dependency 'growl_notify'
|
|
24
24
|
|
|
25
25
|
end
|
data/lib/compass-growl.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-growl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Scott Davis
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-04-11 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -72,13 +72,13 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - ~>
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
hash:
|
|
75
|
+
hash: 62196231
|
|
76
76
|
segments:
|
|
77
77
|
- 0
|
|
78
78
|
- 11
|
|
79
79
|
- beta
|
|
80
|
-
-
|
|
81
|
-
version: 0.11.beta.
|
|
80
|
+
- 6
|
|
81
|
+
version: 0.11.beta.6
|
|
82
82
|
type: :runtime
|
|
83
83
|
version_requirements: *id004
|
|
84
84
|
- !ruby/object:Gem::Dependency
|
|
@@ -95,7 +95,7 @@ dependencies:
|
|
|
95
95
|
version: "0"
|
|
96
96
|
type: :runtime
|
|
97
97
|
version_requirements: *id005
|
|
98
|
-
description: Add growl notifications for compass
|
|
98
|
+
description: Add growl notifications for compass
|
|
99
99
|
email: jetviper21@gmail.com
|
|
100
100
|
executables: []
|
|
101
101
|
|