private-bam 0.0.4 → 0.0.5

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.
Files changed (3) hide show
  1. data/bin/bamify +10 -0
  2. data/lib/private-bam/version.rb +1 -1
  3. metadata +1 -1
data/bin/bamify CHANGED
@@ -4,9 +4,19 @@ require 'thor'
4
4
  class Bam < Thor
5
5
  include Thor::Actions
6
6
 
7
+ def self.source_root
8
+ File.expand File.join(File.dirname(__FILE__), '../lib/templates/')
9
+ end
10
+
11
+ desc 'install', 'Generates the bam config file and rake task to execute.'
7
12
  def install
13
+ directory 'lib/tasks/'
8
14
  copy_file 'templates/bam.task', 'lib/tasks/bam.task'
15
+
16
+ directory 'bam/'
9
17
  copy_file 'templates/projects.rb', 'bam/projects.rb'
18
+
19
+ say 'Your gem has been BAM!'
10
20
  end
11
21
  end
12
22
 
@@ -1,5 +1,5 @@
1
1
  module Private
2
2
  module Bam
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
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.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - kirkconnell