classy_assets 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 030f67e99e83fd2b635ba2c67aa62b0bcae05e6c
4
- data.tar.gz: 9b5fd99357d76da5a06900146c09316401cc668f
3
+ metadata.gz: 071cf12d4977029619a07f43d51d42b06831b46e
4
+ data.tar.gz: a7ae31ad871a479cb334e3a18bfabc1493c5ffaf
5
5
  SHA512:
6
- metadata.gz: d7c9c32204d9aabbd68803269ebb7c932977cc40c47585e670d24215520a53bafa926eb01ee41fe2a0ea28e22fd41971c626ffbbc5346a94381924be19bb5ba4
7
- data.tar.gz: 499345ac0b6cbc65569a58752f91186cddb753626a71b850bccf286f622b40ca762762ba1546ba30bba595747942fa91cd011212aa1b831de2ab8ddc7fccb0fd
6
+ metadata.gz: 1ecd15e916bb7a54aee854446be3a98ad7b350e5730ab755acc753f55dd48c9de7bd2e8e0dd352bd09a56d091d4e58ec53684d102ffa55367a1db305ee5f9737
7
+ data.tar.gz: cd53c57c9c0c8b69192c356bae93e4000fbbceb5d58dd752baa657701afed5cb80797220b8a2272cd67d2c7eb7180c3873b1787f71e940532df2058dcb27f1ed
@@ -1,3 +1,3 @@
1
1
  module ClassyAssets
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
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
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