private-bam 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/{bamify → bam} +1 -1
- data/lib/private-bam/version.rb +1 -1
- metadata +3 -3
data/bin/{bamify → bam}
RENAMED
|
@@ -5,7 +5,7 @@ class Bam < Thor
|
|
|
5
5
|
include Thor::Actions
|
|
6
6
|
|
|
7
7
|
def self.source_root
|
|
8
|
-
File.
|
|
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.'
|
data/lib/private-bam/version.rb
CHANGED
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
|
+
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
|
-
-
|
|
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/
|
|
40
|
+
- bin/bam
|
|
41
41
|
- lib/private-bam.rb
|
|
42
42
|
- lib/private-bam/version.rb
|
|
43
43
|
- lib/templates/bam.rake
|