sass 3.4.0.rc.3 → 3.4.0

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: 458976233a2583d8c1a41750182734aeef9a2798
4
- data.tar.gz: 5e6bd1f3acb111febce42d566914f3b83b1a1964
3
+ metadata.gz: ddad801e37fc518f7e65d22001ccfd3953ed038c
4
+ data.tar.gz: a14f945fcf23bd0fc3c34c9cd3b74c5c108fef78
5
5
  SHA512:
6
- metadata.gz: 73ad9f9ec78111165eca6460bf5e55baf828580ad272671ca4b31ad1cf6c1cf3566243ea034b7437d4b5a54acd34bf4657fdc3b6c5c383f9f2770901fccf4c09
7
- data.tar.gz: 38e64c1843b8a98f1bb640764bd2830c5bf607d33630568585a3b838f11c7bba98bd390aef42e705eb6fee1bd9e3d8a25e5eadc0a5e5129561f3e35dc6410131
6
+ metadata.gz: f50f5f87c434e97dfb5b97fa9bd3489836f3a59a1026c95d849f0248185528ecb9f36b7436e101517d35c37814023312f58a9c111a15525164165b173313c3da
7
+ data.tar.gz: e214a6daa25e3de564b65c6443bcbfc85134c9757b1c314f98176db53c7e3fcdd119af6adc64fc99e0566dc451ad59efef89f5cbd64de46ed0d080c714ddbaf9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.4.0.rc.3
1
+ 3.4.0
@@ -1 +1 @@
1
- 02 August 2014 01:42:58 UTC
1
+ 19 August 2014 00:38:04 UTC
@@ -150,7 +150,7 @@ END
150
150
  # This is optional for backwards-compatibility with Sass 3.3, which didn't
151
151
  # enable sourcemaps by default and instead used "--sourcemap" to do so.
152
152
  opts.on(:OPTIONAL, '--sourcemap=TYPE',
153
- 'How link generated output to the source files.',
153
+ 'How to link generated output to the source files.',
154
154
  ' auto (default): relative paths where possible, file URIs elsewhere',
155
155
  ' file: always absolute file URIs',
156
156
  ' inline: include the source text in the sourcemap',
@@ -381,7 +381,7 @@ MESSAGE
381
381
 
382
382
  def special_fun_body(parens, prefix = nil)
383
383
  str = prefix || ''
384
- while (scanned = scan(/.*?([()]|\#{)/m))
384
+ while (scanned = scan(/.*?([()]|\#\{)/m))
385
385
  str << scanned
386
386
  if scanned[-1] == ?(
387
387
  parens += 1
@@ -232,7 +232,7 @@ class Sass::Tree::Visitors::ToCss < Sass::Tree::Visitors::Base
232
232
 
233
233
  def visit_media(node)
234
234
  with_tabs(@tabs + node.tabs) {visit_directive(node)}
235
- output("\n") if node.group_end
235
+ output("\n") if node.style != :compressed && node.group_end
236
236
  end
237
237
 
238
238
  def visit_supports(node)
@@ -791,7 +791,7 @@ CSS
791
791
  end
792
792
 
793
793
  def test_multiline_interpolation_source_range
794
- engine = Sass::Engine.new(<<-SCSS, cache: false, syntax: :scss)
794
+ engine = Sass::Engine.new(<<-SCSS, :cache => false, :syntax => :scss)
795
795
  p {
796
796
  filter: progid:DXImageTransform(
797
797
  '\#{123}');
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0.rc.3
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Natalie Weizenbaum
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-08-02 00:00:00.000000000 Z
13
+ date: 2014-08-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: yard
@@ -386,9 +386,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
386
386
  version: 1.8.7
387
387
  required_rubygems_version: !ruby/object:Gem::Requirement
388
388
  requirements:
389
- - - '>'
389
+ - - '>='
390
390
  - !ruby/object:Gem::Version
391
- version: 1.3.1
391
+ version: '0'
392
392
  requirements: []
393
393
  rubyforge_project: sass
394
394
  rubygems_version: 2.0.3