anila 1.0.0 → 1.0.0001

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: cdd2f09d1062bd9daa04f5dc3d9ebbd53a2a0ead
4
- data.tar.gz: e3442b9af11c87b2c7d3111c72a4264030e31039
3
+ metadata.gz: 820552974988bf7e10f74583e57eaa8f7cd09460
4
+ data.tar.gz: 6b3a784b7a37cc432a3f4c757b261bf76854ece0
5
5
  SHA512:
6
- metadata.gz: a60d97f38272c8fef94468d0fd297837def0927f7cb5dcbd5acc3ca674cce09ce8bedfaa6a40f323b1025dc06e403fccb526e7164645f3946af3d73e463fcc52
7
- data.tar.gz: 5b828259ff04be4b7a345608aff8e1bba0194a7b89bc3d8d5f0dd83c68e643d218e8509997616a9b929b9d02619286b0c5beda5c357e98e989c60dbbcb92690b
6
+ metadata.gz: e12f3895bfde75480ee7cf554dbb671c7c16b8519ac021d0f13608234c7d8bb1c6a681a16a10f6d246f5e757785cd95cc4609b22e99340862a5433594c56906b
7
+ data.tar.gz: fbd04e809c77c92393f86ff3fe6c4942b040291cfcf0d6a658e9dd4e0bb73f35ae805d738b8950fc717294d71c0004604313e416ed3bfb701727a9814955fa56
@@ -103,7 +103,7 @@ Anila has been setup in your project.
103
103
 
104
104
  Please update references to javascript files to look something like:
105
105
 
106
- <script src="#{bower_directory}/anila/js/anila.min.js"></script>
106
+ <script src="#{bower_directory}/js/anila.min.js"></script>
107
107
 
108
108
  To update Anila in the future, just run: anila update
109
109
 
@@ -128,7 +128,8 @@ To update Anila in the future, just run: anila update
128
128
  inside(name) do
129
129
  say "Installing dependencies with bower..."
130
130
  run("bower install", capture: true, verbose: false)
131
- File.open("scss/_settings.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/anila/_settings.scss") }
131
+ File.open("scss/style.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/style.scss") }
132
+ File.open("scss/noscript.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/noscript.scss") }
132
133
  run("git remote rm origin", capture: true, verbose: false)
133
134
  if options[:libsass]
134
135
  run "npm install"
@@ -1,5 +1,5 @@
1
1
  module Anila
2
2
  module CLI
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.0001"
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.0
4
+ version: 1.0.0001
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-25 00:00:00.000000000 Z
11
+ date: 2013-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler