compass-growl 0.0.2 → 0.0.3
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/Readme.md +16 -3
- data/compass-growl.gemspec +2 -2
- metadata +6 -6
data/Readme.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
# Compass Growl plugin
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## Warning this installs the `sass 3.1.0.alpha` and the `compass 0.11.beta.4` this will not work in an version of compass < 0.11.beta.3!
|
|
5
|
+
|
|
3
6
|
## Usage
|
|
4
7
|
|
|
5
|
-
Just add `gem 'compass-growl'` in your Gemfile after compass or at the top of you compass config
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
### Non Rails
|
|
10
|
+
|
|
11
|
+
For non rails users
|
|
12
|
+
|
|
13
|
+
1. run `gem install compass-growl`
|
|
14
|
+
2. add `require "compass-growl"` to your config.rb file
|
|
15
|
+
|
|
16
|
+
### Rails
|
|
17
|
+
|
|
18
|
+
Just add `gem "compass-growl"` in your Gemfile after compass or at the top of you compass config
|
|
19
|
+
|
|
20
|
+
## Author
|
|
8
21
|
|
|
9
|
-
Compass
|
|
22
|
+
Compass-growl is written by [Scott Davis](http://sdavis.info)
|
|
10
23
|
|
|
11
24
|
Scott is a Developer for the Space Telescope Science Institute in Baltimore, MD - [Hubble Space Telescope](http://hubblesite.org)
|
|
12
25
|
|
data/compass-growl.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ 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.3'
|
|
6
6
|
s.platform = Gem::Platform::RUBY
|
|
7
7
|
|
|
8
8
|
s.authors = ["Scott Davis"]
|
|
@@ -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.4'
|
|
23
23
|
s.add_dependency 'growl_notify'
|
|
24
24
|
|
|
25
25
|
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: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Scott Davis
|
|
@@ -72,13 +72,13 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - ~>
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
hash:
|
|
75
|
+
hash: 62196227
|
|
76
76
|
segments:
|
|
77
77
|
- 0
|
|
78
78
|
- 11
|
|
79
79
|
- beta
|
|
80
|
-
-
|
|
81
|
-
version: 0.11.beta.
|
|
80
|
+
- 4
|
|
81
|
+
version: 0.11.beta.4
|
|
82
82
|
type: :runtime
|
|
83
83
|
version_requirements: *id004
|
|
84
84
|
- !ruby/object:Gem::Dependency
|