doughboy 0.0.2 → 0.0.3

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dough_boy (0.0.1)
4
+ doughboy (0.0.3)
5
5
  open4 (~> 1.0.1)
6
6
 
7
7
  GEM
@@ -22,5 +22,5 @@ PLATFORMS
22
22
  ruby
23
23
 
24
24
  DEPENDENCIES
25
- dough_boy!
25
+ doughboy!
26
26
  rspec (~> 2.4.0)
@@ -1,3 +1,3 @@
1
1
  module Doughboy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/doughboy.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'open4'
2
2
 
3
- require 'dough_boy/command'
4
- require 'dough_boy/output'
3
+ require 'doughboy/command'
4
+ require 'doughboy/output'
5
5
 
6
- module DoughBoy
6
+ module Doughboy
7
7
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joshua Schairbaum