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 +4 -4
- data/lib/anila/cli/generator.rb +1 -0
- data/lib/anila/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba5d33bd72fbe49df1c56902411bbc0245d5946a
|
|
4
|
+
data.tar.gz: b44301dbb52264801ce921a7e2aeec43e9786198
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d9315ab045417d04a6b238934d1c507ef8511009b9d263cb71896284332a81111f05627c3d3cd76ec7535966992d57672f4f06cb6e493c6e71b5c1fea9a4ee1
|
|
7
|
+
data.tar.gz: 418b91f96462496b0c0554600720e9f44621f8c1f41e35aef8f3e12e5bc18315fc5468f424b97f6042602477b0ab98bdb54973947ec0c87f12e38f0216d34690
|
data/lib/anila/cli/generator.rb
CHANGED
|
@@ -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]
|
data/lib/anila/cli/version.rb
CHANGED
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.
|
|
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:
|
|
11
|
+
date: 2014-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|