blast_furnace 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/blast CHANGED
@@ -1,3 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- puts 'KAPOW!'
3
+ $: << File.dirname(__FILE__)+'/../lib'
4
+
5
+ require 'blast_furnace/blaster'
6
+
7
+ BlastFurnace::Blaster.new.blast
@@ -0,0 +1 @@
1
+ require 'blast_furnace/blaster'
@@ -0,0 +1,7 @@
1
+ module BlastFurnace
2
+ class Blaster
3
+ def blast
4
+ puts 'KAPOW!'
5
+ end
6
+ end
7
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blast_furnace
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mark Ryall
@@ -63,6 +63,8 @@ extensions: []
63
63
  extra_rdoc_files: []
64
64
 
65
65
  files:
66
+ - lib/blast_furnace/blaster.rb
67
+ - lib/blast_furnace.rb
66
68
  - bin/blast
67
69
  - README.rdoc
68
70
  - MIT-LICENSE