compass-rails 1.0.1 → 1.0.2
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 +11 -2
- data/compass-rails.gemspec +1 -1
- data/lib/compass-rails/version.rb +1 -1
- metadata +58 -28
data/README.md
CHANGED
@@ -32,7 +32,7 @@ file:
|
|
32
32
|
|
33
33
|
$ bundle exec compass init
|
34
34
|
|
35
|
-
If using a compass-based framework (like [susy](http://susy.oddbird.net/) or [blueprint](http://compass-style.org/reference/blueprint/)) then you can use the `--using` option to set
|
35
|
+
If using a compass-based framework (like [susy](http://susy.oddbird.net/) or [blueprint](http://compass-style.org/reference/blueprint/)) then you can use the `--using` option to set this:
|
36
36
|
|
37
37
|
$ bundle exec compass init --using blueprint
|
38
38
|
|
@@ -131,13 +131,22 @@ then run:
|
|
131
131
|
|
132
132
|
$ bundle
|
133
133
|
$ bundle exec compass install susy
|
134
|
+
|
135
|
+
if you are using the rails configuration files you should add:
|
136
|
+
|
137
|
+
```ruby
|
138
|
+
config.compass.require "susy"
|
139
|
+
```
|
140
|
+
|
141
|
+
to your application.rb configuration file.
|
142
|
+
|
134
143
|
|
135
144
|
### Notes On Sprockets Directives
|
136
145
|
|
137
146
|
Sprockets, used by the rails asset pipeline, provides directives for
|
138
147
|
doing things like requiring. These **must not** be used with Sass files.
|
139
148
|
Instead use the sass `@import` directive. In rails projects, the
|
140
|
-
`@import` directive is configured to work with sprockets via `sass-rails`. For more information on importing in rails 3.1 or greater see the [Sass-Rails
|
149
|
+
`@import` directive is configured to work with sprockets via `sass-rails`. For more information on importing in rails 3.1 or greater see the [Sass-Rails README](https://github.com/rails/sass-rails/blob/master/README.markdown)
|
141
150
|
|
142
151
|
## Rails 3.1 Caveats
|
143
152
|
|
data/compass-rails.gemspec
CHANGED
metadata
CHANGED
@@ -1,36 +1,57 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-rails
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 0
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Scott Davis
|
9
14
|
- Chris Eppstein
|
10
15
|
autorequire:
|
11
16
|
bindir: bin
|
12
17
|
cert_chain: []
|
13
|
-
|
14
|
-
|
15
|
-
|
18
|
+
|
19
|
+
date: 2012-06-02 00:00:00 Z
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
16
22
|
name: compass
|
17
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
18
25
|
none: false
|
19
|
-
requirements:
|
20
|
-
- -
|
21
|
-
- !ruby/object:Gem::Version
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 47
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
- 12
|
33
|
+
- 0
|
22
34
|
version: 0.12.0
|
35
|
+
- - <
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
hash: 23
|
38
|
+
segments:
|
39
|
+
- 0
|
40
|
+
- 14
|
41
|
+
version: "0.14"
|
23
42
|
type: :runtime
|
24
|
-
|
25
|
-
version_requirements: *70271853446140
|
43
|
+
version_requirements: *id001
|
26
44
|
description: Integrate Compass into Rails 2.3 and up.
|
27
|
-
email:
|
45
|
+
email:
|
28
46
|
- jetviper21@gmail.com
|
29
47
|
- chris@eppsteins.net
|
30
48
|
executables: []
|
49
|
+
|
31
50
|
extensions: []
|
51
|
+
|
32
52
|
extra_rdoc_files: []
|
33
|
-
|
53
|
+
|
54
|
+
files:
|
34
55
|
- .gitignore
|
35
56
|
- .travis.yml
|
36
57
|
- Appraisals
|
@@ -78,29 +99,38 @@ files:
|
|
78
99
|
- test/units/.gitkeep
|
79
100
|
homepage: https://github.com/Compass/compass-rails
|
80
101
|
licenses: []
|
102
|
+
|
81
103
|
post_install_message:
|
82
104
|
rdoc_options: []
|
83
|
-
|
105
|
+
|
106
|
+
require_paths:
|
84
107
|
- lib
|
85
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
108
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
86
109
|
none: false
|
87
|
-
requirements:
|
88
|
-
- -
|
89
|
-
- !ruby/object:Gem::Version
|
90
|
-
|
91
|
-
|
110
|
+
requirements:
|
111
|
+
- - ">="
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
hash: 3
|
114
|
+
segments:
|
115
|
+
- 0
|
116
|
+
version: "0"
|
117
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
118
|
none: false
|
93
|
-
requirements:
|
94
|
-
- -
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
|
119
|
+
requirements:
|
120
|
+
- - ">="
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
hash: 3
|
123
|
+
segments:
|
124
|
+
- 0
|
125
|
+
version: "0"
|
97
126
|
requirements: []
|
127
|
+
|
98
128
|
rubyforge_project:
|
99
|
-
rubygems_version: 1.8.
|
129
|
+
rubygems_version: 1.8.15
|
100
130
|
signing_key:
|
101
131
|
specification_version: 3
|
102
132
|
summary: Integrate Compass into Rails 2.3 and up.
|
103
|
-
test_files:
|
133
|
+
test_files:
|
104
134
|
- test/fixtures/.gitkeep
|
105
135
|
- test/helpers/command_helper.rb
|
106
136
|
- test/helpers/debug_helper.rb
|