compass-growl 0.0.4 → 0.0.5
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/Gemfile.lock +10 -2
- data/compass-growl.gemspec +2 -3
- metadata +8 -11
data/Gemfile.lock
CHANGED
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
compass-growl (0.0.
|
|
4
|
+
compass-growl (0.0.5)
|
|
5
|
+
compass (~> 0.11.1)
|
|
5
6
|
growl_notify
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: http://rubygems.org/
|
|
9
10
|
specs:
|
|
11
|
+
chunky_png (1.1.1)
|
|
12
|
+
compass (0.11.1)
|
|
13
|
+
chunky_png (~> 1.1)
|
|
14
|
+
fssm (>= 0.2.7)
|
|
15
|
+
sass (~> 3.1)
|
|
10
16
|
diff-lcs (1.1.2)
|
|
11
17
|
drx (0.4.5)
|
|
18
|
+
fssm (0.2.7)
|
|
12
19
|
growl_notify (0.0.1)
|
|
13
20
|
rb-appscript
|
|
14
21
|
mocha (0.9.12)
|
|
15
|
-
rb-appscript (0.6.
|
|
22
|
+
rb-appscript (0.6.1)
|
|
16
23
|
rspec (2.0.1)
|
|
17
24
|
rspec-core (~> 2.0.1)
|
|
18
25
|
rspec-expectations (~> 2.0.1)
|
|
@@ -23,6 +30,7 @@ GEM
|
|
|
23
30
|
rspec-mocks (2.0.1)
|
|
24
31
|
rspec-core (~> 2.0.1)
|
|
25
32
|
rspec-expectations (~> 2.0.1)
|
|
33
|
+
sass (3.1.1)
|
|
26
34
|
|
|
27
35
|
PLATFORMS
|
|
28
36
|
ruby
|
data/compass-growl.gemspec
CHANGED
|
@@ -2,14 +2,13 @@ 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.5'
|
|
6
6
|
s.platform = Gem::Platform::RUBY
|
|
7
7
|
|
|
8
8
|
s.authors = ["Scott Davis"]
|
|
9
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
|
-
s.date = Date.today.to_s
|
|
13
12
|
s.files = `git ls-files`.split("\n")
|
|
14
13
|
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
|
|
15
14
|
s.require_path = 'lib'
|
|
@@ -19,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
19
18
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
|
20
19
|
s.add_development_dependency "rspec", "~> 2.0.0"
|
|
21
20
|
s.add_development_dependency "mocha"
|
|
22
|
-
s.add_dependency 'compass', '~> 0.11.
|
|
21
|
+
s.add_dependency 'compass', '~> 0.11.1'
|
|
23
22
|
s.add_dependency 'growl_notify'
|
|
24
23
|
|
|
25
24
|
end
|
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: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.0.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Scott Davis
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-04-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-04-27 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: bundler
|
|
@@ -72,13 +71,12 @@ dependencies:
|
|
|
72
71
|
requirements:
|
|
73
72
|
- - ~>
|
|
74
73
|
- !ruby/object:Gem::Version
|
|
75
|
-
hash:
|
|
74
|
+
hash: 49
|
|
76
75
|
segments:
|
|
77
76
|
- 0
|
|
78
77
|
- 11
|
|
79
|
-
-
|
|
80
|
-
|
|
81
|
-
version: 0.11.beta.6
|
|
78
|
+
- 1
|
|
79
|
+
version: 0.11.1
|
|
82
80
|
type: :runtime
|
|
83
81
|
version_requirements: *id004
|
|
84
82
|
- !ruby/object:Gem::Dependency
|
|
@@ -112,7 +110,6 @@ files:
|
|
|
112
110
|
- assets/compass_icon.png
|
|
113
111
|
- compass-growl.gemspec
|
|
114
112
|
- lib/compass-growl.rb
|
|
115
|
-
has_rdoc: true
|
|
116
113
|
homepage: http://github.com/jetviper21/compass-growl
|
|
117
114
|
licenses: []
|
|
118
115
|
|
|
@@ -144,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
141
|
requirements: []
|
|
145
142
|
|
|
146
143
|
rubyforge_project:
|
|
147
|
-
rubygems_version: 1.
|
|
144
|
+
rubygems_version: 1.7.2
|
|
148
145
|
signing_key:
|
|
149
146
|
specification_version: 3
|
|
150
147
|
summary: Add Growl notifications to compass
|