anila 1.0.0001 → 1.0.0002

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 820552974988bf7e10f74583e57eaa8f7cd09460
4
- data.tar.gz: 6b3a784b7a37cc432a3f4c757b261bf76854ece0
3
+ metadata.gz: 3d89f155321493adc141e241c3c462fc6b66ca78
4
+ data.tar.gz: 74e68d4d3187daabc6334237f6c47c58b4ed9396
5
5
  SHA512:
6
- metadata.gz: e12f3895bfde75480ee7cf554dbb671c7c16b8519ac021d0f13608234c7d8bb1c6a681a16a10f6d246f5e757785cd95cc4609b22e99340862a5433594c56906b
7
- data.tar.gz: fbd04e809c77c92393f86ff3fe6c4942b040291cfcf0d6a658e9dd4e0bb73f35ae805d738b8950fc717294d71c0004604313e416ed3bfb701727a9814955fa56
6
+ metadata.gz: 3c2cf3245e5157468efb641b9905007ae940de31a57a231d563be26b047c021d5ba0d287462aab1cb62bb222dc56a841843a3c94bafc4d9305fddec4eda8da8e
7
+ data.tar.gz: b230f188d1c5276fdc97d4ef6b42fbe50014132940c3ee69316369abbe6b3cff21ee7d9c4545be41cc042a0d4f97c01b9f44c519a94390dbf3b96614384e5874
@@ -130,6 +130,9 @@ To update Anila in the future, just run: anila update
130
130
  run("bower install", capture: true, verbose: false)
131
131
  File.open("scss/style.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/style.scss") }
132
132
  File.open("scss/noscript.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/noscript.scss") }
133
+ File.open("js/modernizr.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/vendor/modernizr.js") }
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/iconfont-fallback.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/iconfont-fallback.min.js") }
133
136
  run("git remote rm origin", capture: true, verbose: false)
134
137
  if options[:libsass]
135
138
  run "npm install"
@@ -1,5 +1,5 @@
1
1
  module Anila
2
2
  module CLI
3
- VERSION = "1.0.0001"
3
+ VERSION = "1.0.0002"
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.0001
4
+ version: 1.0.0002
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-26 00:00:00.000000000 Z
11
+ date: 2013-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler