compass-core 1.1.0.alpha.2 → 1.1.0.alpha.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8368699b44a5001f702a7c38481c01acafb82700
4
- data.tar.gz: 70f7ce782ad2772b0f783fdcdee50e04c2bec2ef
3
+ metadata.gz: c239cc632d3b43b43833f85bc4e2b35cc56cac60
4
+ data.tar.gz: 7621ee0f8a88f9058b3c26ea3417c78d94b801b4
5
5
  SHA512:
6
- metadata.gz: cee90e87f73ff8bac8060e50ba48bcecbc5bb25bac3829b6bbef91a04c8024ada4aed499f0d0585ebe8a8b8b43cb603521851dd017bbc5ab44ffb3cb372ec65a
7
- data.tar.gz: e9a5f07eee55736143815c160e8a3394195427732c18a80d4b4cba452664b002bbd733a2b4d637574e1a3fe73e11f7b7fda1387aa3fa171fabfea6171b8ace50
6
+ metadata.gz: 25d50120a5baf6171d49fc2d73a07f09b6cf885b0dbf6cf22e2fcf307d7c93ee9a8619d2ab092f341e659b2d35245f9ba569e28495fa6ee76c33408ebb73a108
7
+ data.tar.gz: 90a901598b8441636f5b88a83e8e430ef3d81b0d6ac624ab05639c0b53bd83b138333bd5becfc08742e5c89dc7b5c2b20090637ed165a213cd3f4a72044eb0f4
@@ -119,8 +119,7 @@ module Compass
119
119
  # @see AssetCollection#initialize for options
120
120
  def add_asset_collection(options)
121
121
  @url_resolver = nil
122
- @asset_collections ||= []
123
- @asset_collections << AssetCollection.new(options)
122
+ asset_collections << AssetCollection.new(options)
124
123
  end
125
124
 
126
125
  # When called with a block, defines the asset host url to be used.
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Core
3
- VERSION = "1.1.0.alpha.2"
3
+ VERSION = "1.1.0.alpha.3"
4
4
  end
5
5
  end
@@ -293,6 +293,10 @@ module Compass::Core::SassExtensions::Functions::GradientSupport
293
293
  to_official.to_s
294
294
  end
295
295
 
296
+ def to_sass(*args)
297
+ to_s(*args)
298
+ end
299
+
296
300
  def to_s_prefixed(options = self.options)
297
301
  to_s(options)
298
302
  end
@@ -419,6 +423,10 @@ module Compass::Core::SassExtensions::Functions::GradientSupport
419
423
  s << ")"
420
424
  end
421
425
 
426
+ def to_sass(*args)
427
+ to_s(*args)
428
+ end
429
+
422
430
  standardized_prefix :webkit
423
431
  standardized_prefix :moz
424
432
  standardized_prefix :o
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.alpha.2
4
+ version: 1.1.0.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-09-10 00:00:00.000000000 Z
14
+ date: 2014-09-17 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: sass