assets-squasher 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/bin/assets-squasher +1 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 902b12a70c97399b6c6419a189fc6f85e6531e28
4
- data.tar.gz: 9015f0287c37eecce8c54113956ddc38895bd651
3
+ metadata.gz: fc63725ad361e4754730e24c40f6923cda58069b
4
+ data.tar.gz: a76a0f760818cb445519ffa8fc9a317d605e2bb4
5
5
  SHA512:
6
- metadata.gz: d5e870da4b18912cabaf7c57c80b5f77ccfc3a073ae1e652a33b93741ccd9b51aaaeffa39b1a251593fdd321bdd78388d696da38b1959821f17beff97c53b1b6
7
- data.tar.gz: 0d114ab4bbca8e66b4bde3f0b10360ed5a205d3b7bde283a428c48587e08e42278085e5dced92d50b954497122ed790202cff1d550733b8fcea90911f1a1554d
6
+ metadata.gz: 57ec5225d15fb5d63af21e7889044d6395b8de9654af8b17ee9633da2559770057fd53c41b3d65f4ae0fd0ed6aeca7619a7f0f099b995506d7709b6f9303f34f
7
+ data.tar.gz: d017c83cb6badcc127189833d98e9a9049ead6769452038dffd5748ff38ff437c484a304e3096b834bfe922e80d614394293253ed18c541e8ea97a0721e861cc
data/README.md CHANGED
@@ -60,6 +60,10 @@ npm -g uglify-js uglifycss
60
60
  gem install assets-asquasher
61
61
  ```
62
62
 
63
+ ## TODO
64
+
65
+ Since RubyGems is a piece of crap and couldn't fucking help it but to create an idiotic wrapper around the original file, our DATA are fucking gone. Fuck you RubyGems, fuck you, fuck you, fuck you!
66
+
63
67
  ## Footnotes
64
68
 
65
69
  [1] Or alternatively you could use one build file with source maps, but then you have to user guard or something to constantly rebuild it.
data/bin/assets-squasher CHANGED
@@ -37,9 +37,7 @@ end
37
37
 
38
38
  def run(command)
39
39
  puts "~ $ #{command}"
40
- %x{#{command}}.split("\n").each do |line|
41
- puts " #{line}"
42
- end; puts
40
+ system command; puts
43
41
  end
44
42
 
45
43
  # Main.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assets-squasher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/botanicus