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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c51ab0ca9cba42c8b51a5c4becce394c3eef99c
4
- data.tar.gz: be496731ab1e45e18053e5c1c60c74dd821a277f
3
+ metadata.gz: 40bbe5f01e1358dc53e0cf38bc499666042010ad
4
+ data.tar.gz: beb2bd443e81e80cd96ffe395dafe7d0928f3901
5
5
  SHA512:
6
- metadata.gz: 5889ee5f4d1762336bdae5ec9e0e6e386a8f44d58ff48cf10d96b3e637465b2b6b4ec27d7ce29a7b3a04968190d165871087dce27c946fb3cc4658b32899c639
7
- data.tar.gz: 710db659842c8111c9622e9e73d393e51149474df502adc6ec0813bde39e17ca2e6e3a78e26a04f5eb236c83682383c49b91586930b0ee70f035e5719bdf993d
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) because i can't write a ruby code but i just make my own workflow. Thanks to him.
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
@@ -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)
@@ -1,5 +1,5 @@
1
1
  module Anila
2
2
  module CLI
3
- VERSION = "1.0.0004"
3
+ VERSION = "1.0.5"
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.0004
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-01-26 00:00:00.000000000 Z
11
+ date: 2014-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler