classy_assets 0.4.4 → 0.4.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 071cf12d4977029619a07f43d51d42b06831b46e
|
|
4
|
+
data.tar.gz: a7ae31ad871a479cb334e3a18bfabc1493c5ffaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ecd15e916bb7a54aee854446be3a98ad7b350e5730ab755acc753f55dd48c9de7bd2e8e0dd352bd09a56d091d4e58ec53684d102ffa55367a1db305ee5f9737
|
|
7
|
+
data.tar.gz: cd53c57c9c0c8b69192c356bae93e4000fbbceb5d58dd752baa657701afed5cb80797220b8a2272cd67d2c7eb7180c3873b1787f71e940532df2058dcb27f1ed
|
|
File without changes
|
data/lib/classy_assets.rb
CHANGED
|
@@ -6,6 +6,7 @@ require 'coffee_script'
|
|
|
6
6
|
require 'sprockets'
|
|
7
7
|
require 'sinatra/base'
|
|
8
8
|
require 'classy_assets/configuration'
|
|
9
|
+
require 'classy_assets/sass_script_functions'
|
|
9
10
|
require 'classy_assets/version'
|
|
10
11
|
|
|
11
12
|
module ClassyAssets
|
|
@@ -29,4 +30,3 @@ module ClassyAssets
|
|
|
29
30
|
end
|
|
30
31
|
end
|
|
31
32
|
|
|
32
|
-
require 'sass/script/functions'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: classy_assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- StyleSeek Engineering
|
|
@@ -170,11 +170,11 @@ files:
|
|
|
170
170
|
- lib/classy_assets.rb
|
|
171
171
|
- lib/classy_assets/cli.rb
|
|
172
172
|
- lib/classy_assets/configuration.rb
|
|
173
|
+
- lib/classy_assets/sass_script_functions.rb
|
|
173
174
|
- lib/classy_assets/tasks.rb
|
|
174
175
|
- lib/classy_assets/tasks/assets.rake
|
|
175
176
|
- lib/classy_assets/version.rb
|
|
176
177
|
- lib/rack/classy_assets.rb
|
|
177
|
-
- lib/sass/script/functions.rb
|
|
178
178
|
- lib/sinatra/classy_assets.rb
|
|
179
179
|
- spec/classy_assets/configuration_spec.rb
|
|
180
180
|
- spec/classy_assets_spec.rb
|