web_assets 0.0.5 → 0.0.6

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: 8c5be7fbda862c5d57dc111e26b961567c16bc06
4
- data.tar.gz: 69149cca161bd5ff8e9eda3b17a246601d00e1bc
3
+ metadata.gz: b538890f71ad09c908a298f6f6f34297b9107c42
4
+ data.tar.gz: 4b6480cf14001730f52e79da21a5264db16bd25d
5
5
  SHA512:
6
- metadata.gz: 0ceb6ab14f7532929db35751d8ae462ae64ae250cf27d7760922d47a855bab434a05fd321fe7ededc4304f59b60f58470968068831bda86a1970f88981ab35b6
7
- data.tar.gz: 87cf7ed11aefd06dcc06f461eae392742226bbf00d5d6bb57b58164056353b864e5004e9da9d83bfdc107adfbcff526a184d71fdc3c797af9da8118a713734fb
6
+ metadata.gz: 17819143ccf0a7a47625831ac59ba08a9f8a2298a40d854dbaf5312cadb5cdcb6990f341b5be4c384ef616cf411340aae9c8e55ef932cb51cadbdd3725ccb97c
7
+ data.tar.gz: 3f06e998915e6eb79168e15bc1ddc63576b2dec1d9f1bed89898da5dd5357c3c3c4922e59e13016f205ee7f39af37310e060eb8249e542f8ff1260d5e0dfe465
@@ -6,8 +6,10 @@ module WebAssets
6
6
 
7
7
  attr_reader :api, :input, :output
8
8
 
9
- def initialize api, input: STDIN, output: STDOUT
10
- @api, @input, @output = api, input, output
9
+ def initialize api, options = {}
10
+ @api = api
11
+ @input = options.fetch :input, STDIN
12
+ @output = options.fetch :output, STDOUT
11
13
  end
12
14
 
13
15
  def listen
@@ -1,3 +1,3 @@
1
1
  module WebAssets
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathieu Lajugie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-15 00:00:00.000000000 Z
11
+ date: 2014-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass