private-bam 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ class Bam < Thor
5
5
  include Thor::Actions
6
6
 
7
7
  def self.source_root
8
- File.expand File.join(File.dirname(__FILE__), '../lib/templates/')
8
+ File.expand_path File.join(File.dirname(__FILE__), '../lib/templates/')
9
9
  end
10
10
 
11
11
  desc 'install', 'Generates the bam config file and rake task to execute.'
@@ -1,5 +1,5 @@
1
1
  module Private
2
2
  module Bam
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: private-bam
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - kirkconnell
@@ -27,7 +27,7 @@ description: After you update a private gem, it's a pain to run bundle update on
27
27
  email:
28
28
  - carlos.kirkconnell@gmail.com
29
29
  executables:
30
- - bamify
30
+ - bam
31
31
  extensions: []
32
32
 
33
33
  extra_rdoc_files: []
@@ -37,7 +37,7 @@ files:
37
37
  - .rvmrc
38
38
  - Gemfile
39
39
  - Rakefile
40
- - bin/bamify
40
+ - bin/bam
41
41
  - lib/private-bam.rb
42
42
  - lib/private-bam/version.rb
43
43
  - lib/templates/bam.rake