anila 1.0.0004 → 1.0.5
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/README.md +1 -9
- data/lib/anila/cli/generator.rb +1 -1
- 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: 40bbe5f01e1358dc53e0cf38bc499666042010ad
|
|
4
|
+
data.tar.gz: beb2bd443e81e80cd96ffe395dafe7d0928f3901
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e979bc27654c68cecd3c2fbd20bd054abdc053768b394675ddb293b9ad73aa5c0198dcf299911aba781d6945ce5cc7c3a06f89a82a6f5e878c6e2f39803862f
|
|
7
|
+
data.tar.gz: 89ade788efe92b3e2b0f69f680823266a174646246e5973e81e91a0efac0a339c877b5349ec50c949f1b0689782e24b638e78f47633653a46a6da44016df4e34
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Anila::Cli
|
|
2
2
|
|
|
3
|
-
This is just a modification from [foundation-cli](https://github.com/mhayes/foundation-cli)
|
|
3
|
+
This is just a modification from [foundation-cli](https://github.com/mhayes/foundation-cli) Thanks to him.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -34,11 +34,3 @@ anila update --version 1.0.1
|
|
|
34
34
|
cd ~/Sites/my_awesome_app
|
|
35
35
|
anila watch
|
|
36
36
|
```
|
|
37
|
-
|
|
38
|
-
## Contributing
|
|
39
|
-
|
|
40
|
-
1. Fork it
|
|
41
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
42
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
43
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
|
44
|
-
5. Create new Pull Request
|
data/lib/anila/cli/generator.rb
CHANGED
|
@@ -133,7 +133,7 @@ To update Anila in the future, just run: anila update
|
|
|
133
133
|
File.open("scss/values.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/anila/_values.scss") }
|
|
134
134
|
File.open("scss/conditional.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/anila/_conditional.scss") }
|
|
135
135
|
File.open("js/modernizr.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/vendor/modernizr.js") }
|
|
136
|
-
File.open("js/jquery.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/jquery/jquery.min.js") }
|
|
136
|
+
File.open("js/jquery.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/jquery/dist/jquery.min.js") }
|
|
137
137
|
File.open("js/legacy.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/legacy.min.js") }
|
|
138
138
|
File.open("js/iconfont-fallback.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/iconfont-fallback.min.js") }
|
|
139
139
|
run("git remote rm origin", capture: true, verbose: false)
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bravocado
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|