my_bloody_valentine 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/val CHANGED
@@ -6,9 +6,9 @@ require File.expand_path(File.join('..', 'lib', 'my_bloody_valentine', 'app_buil
6
6
  # Template stuff
7
7
 
8
8
  templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__))
9
- Suspenders::AppGenerator.source_root templates_root
10
- Suspenders::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root
9
+ MyBloodyValentine::AppGenerator.source_root templates_root
10
+ MyBloodyValentine::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root
11
11
 
12
12
  # Other stuff
13
13
 
14
- Suspenders::AppGenerator.start
14
+ MyBloodyValentine::AppGenerator.start
@@ -1,3 +1,3 @@
1
1
  module MyBloodyValentine
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: my_bloody_valentine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - cookiebatch