start_project 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -17,7 +17,7 @@ module StartProject
17
17
 
18
18
  def initialize(argv)
19
19
  @frameworks = begin
20
- YAML.load_file('config.yaml')
20
+ YAML.load_file(File.join(File.dirname(__FILE__),'config.yaml'))
21
21
  rescue ArgumentError => e
22
22
  puts "Could not parse YAML #{e.message}"
23
23
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: start_project
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aonghus Flynn
@@ -51,10 +51,10 @@ extra_rdoc_files: []
51
51
 
52
52
  files:
53
53
  - lib/start_project/downloader.rb
54
- - lib//start_project/options.rb
55
- - lib//start_project/runner.rb
54
+ - lib/start_project/options.rb
55
+ - lib/start_project/runner.rb
56
56
  - bin/ProjectStart
57
- - config.yaml
57
+ - lib/start_project/config.yaml
58
58
  homepage: http://rubygems.org/gems/start_project
59
59
  licenses: []
60
60