volt 0.2.5 → 0.2.7

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: ccf02fb249ae9af09e67269171afd46b55c31162
4
- data.tar.gz: 6ae535e7ab3c1231c98c21e57a179b924f8066c1
3
+ metadata.gz: eb91ea42e6c276676ed2e332f3fa6852a1934c14
4
+ data.tar.gz: f9cdcfc29256f2b153546f6036639391d8bb3a81
5
5
  SHA512:
6
- metadata.gz: 18f08f16da783ef5732b2cc1c583b1ef2ed01962a54234ad7eda3e13b96ad8db93fa90e0b64298851b1ec30df2236b79b4ba2bb60ad0773c40b7557128a48808
7
- data.tar.gz: e185e64ebca7374b71adfa2c08dd370358ff6c63701acac77ff78d6ff69fc9ac2d9e7ea1744619020aa90b7438ba08eb959f093f7f055d7055706b0a37300dc9
6
+ metadata.gz: 3aa3f0d5362a4dd8877d82434de5c9ef40b0bdae7ab2cea519ee706f1955e6bb4403bb8421744b5f609240f7075a7319c17b4d93c80f5e103a9800f4f463772f
7
+ data.tar.gz: 46a84efeaf3d6c254a9753d4e1b5fb97595276b6fa674a965f8809e89ef0872243ff20e66ad6c55555e4802a97d5a0b9209484339b58eef24075ab706192d0da
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.7
data/lib/volt/cli.rb CHANGED
@@ -9,7 +9,7 @@ class CLI < Thor
9
9
  directory("project", name)
10
10
 
11
11
  say "Bundling Gems...."
12
- `cd #{name} ; bundle`
12
+ `cd #{name} ; bundle -j 4`
13
13
  end
14
14
 
15
15
  desc "console", "run the console on the project in the current directory"
@@ -0,0 +1,4 @@
1
+ # Specify which components you wish to include when
2
+ # the "home" component loads.
3
+
4
+ component 'bootstrap'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Stout
@@ -375,6 +375,7 @@ files:
375
375
  - templates/newgem/test/test_newgem.rb.tt
376
376
  - templates/project/Gemfile.tt
377
377
  - templates/project/app/.empty_directory
378
+ - templates/project/app/home/config/dependencies.rb
378
379
  - templates/project/app/home/config/routes.rb
379
380
  - templates/project/app/home/controllers/index_controller.rb
380
381
  - templates/project/app/home/css/.empty_directory