sass 3.3.0.alpha.175 → 3.3.0.alpha.177

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. data/VERSION_DATE +1 -1
  4. data/lib/sass/exec.rb +1 -1
  5. metadata +4 -4
data/REVISION CHANGED
@@ -1 +1 @@
1
- 208c33a09f66efba11dc9875c529a830aaca2c34
1
+ 1325a12884dbb483f07f2b8ba3ba0526f8148366
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.175
1
+ 3.3.0.alpha.177
@@ -1 +1 @@
1
- 04 June 2013 17:33:23 GMT
1
+ 10 June 2013 16:41:26 GMT
@@ -262,7 +262,7 @@ END
262
262
  @options[:for_engine][:style] = name.to_sym
263
263
  end
264
264
  opts.on('--precision NUMBER_OF_DIGITS', Integer,
265
- 'How many digits of precision to use when outputting decimal numbers. Defaults to 3.') do |precision|
265
+ "How many digits of precision to use when outputting decimal numbers. Defaults to #{::Sass::Script::Value::Number.precision}.") do |precision|
266
266
  ::Sass::Script::Value::Number.precision = precision
267
267
  end
268
268
  opts.on('-q', '--quiet', 'Silence warnings and status messages during compilation.') do
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 592302675
4
+ hash: 592302703
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 175
12
- version: 3.3.0.alpha.175
11
+ - 177
12
+ version: 3.3.0.alpha.177
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2013-06-04 00:00:00 -04:00
22
+ date: 2013-06-10 00:00:00 -04:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency