anila 1.0.0002 → 1.0.0003

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: 3d89f155321493adc141e241c3c462fc6b66ca78
4
- data.tar.gz: 74e68d4d3187daabc6334237f6c47c58b4ed9396
3
+ metadata.gz: ba5d33bd72fbe49df1c56902411bbc0245d5946a
4
+ data.tar.gz: b44301dbb52264801ce921a7e2aeec43e9786198
5
5
  SHA512:
6
- metadata.gz: 3c2cf3245e5157468efb641b9905007ae940de31a57a231d563be26b047c021d5ba0d287462aab1cb62bb222dc56a841843a3c94bafc4d9305fddec4eda8da8e
7
- data.tar.gz: b230f188d1c5276fdc97d4ef6b42fbe50014132940c3ee69316369abbe6b3cff21ee7d9c4545be41cc042a0d4f97c01b9f44c519a94390dbf3b96614384e5874
6
+ metadata.gz: 9d9315ab045417d04a6b238934d1c507ef8511009b9d263cb71896284332a81111f05627c3d3cd76ec7535966992d57672f4f06cb6e493c6e71b5c1fea9a4ee1
7
+ data.tar.gz: 418b91f96462496b0c0554600720e9f44621f8c1f41e35aef8f3e12e5bc18315fc5468f424b97f6042602477b0ab98bdb54973947ec0c87f12e38f0216d34690
@@ -132,6 +132,7 @@ To update Anila in the future, just run: anila update
132
132
  File.open("scss/noscript.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/noscript.scss") }
133
133
  File.open("js/modernizr.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/vendor/modernizr.js") }
134
134
  File.open("js/jquery.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/jquery/jquery.min.js") }
135
+ File.open("js/legacy.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/legacy.min.js") }
135
136
  File.open("js/iconfont-fallback.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/iconfont-fallback.min.js") }
136
137
  run("git remote rm origin", capture: true, verbose: false)
137
138
  if options[:libsass]
@@ -1,5 +1,5 @@
1
1
  module Anila
2
2
  module CLI
3
- VERSION = "1.0.0002"
3
+ VERSION = "1.0.0003"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anila
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0002
4
+ version: 1.0.0003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bravocado
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-31 00:00:00.000000000 Z
11
+ date: 2014-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler