stylus-source 0.19.3 → 0.19.4

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +4 -2
data/Rakefile CHANGED
@@ -23,7 +23,7 @@ task :update do
23
23
  raw = open('http://registry.npmjs.org/stylus') { |io| io.binmode.read }
24
24
  metadata = MultiJson.decode(raw)
25
25
  current_version = File.read('VERSION')
26
- version = metadata['dist-tags']['latest']
26
+ version = ENV['VERSION'] || metadata['dist-tags']['latest']
27
27
  tarball = metadata['versions'][version]['dist']['tarball']
28
28
 
29
29
  say "Updating stylus source from #{current_version} to #{version}"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.19.3
1
+ 0.19.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stylus-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.3
4
+ version: 0.19.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-18 00:00:00.000000000 Z
12
+ date: 2011-11-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Robust, expressive, and feature-rich CSS superset. This gem packages
15
15
  up stylus for use with the stylus gem.
@@ -561,6 +561,8 @@ files:
561
561
  - vendor/test/cases/regression.458.styl
562
562
  - vendor/test/cases/regression.460.css
563
563
  - vendor/test/cases/regression.460.styl
564
+ - vendor/test/cases/regression.469.css
565
+ - vendor/test/cases/regression.469.styl
564
566
  - vendor/test/cases/reset.css
565
567
  - vendor/test/cases/reset.styl
566
568
  - vendor/test/cases/rule.charset.css