moses 0.1.1 → 0.1.2

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/moses.rb +2 -2
  3. data/moses.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/lib/moses.rb CHANGED
@@ -129,7 +129,7 @@ module Moses
129
129
  end
130
130
 
131
131
  def help
132
- @output.puts help_file_content || "Include a HELP file in your project or define a help method"
132
+ output.puts help_file_content || "Include a HELP file in your project or define a help method"
133
133
  end
134
134
 
135
135
  def help_file_content
@@ -139,7 +139,7 @@ module Moses
139
139
  end
140
140
 
141
141
  def version
142
- @output.puts version_file_content || "Include a VERSION file in your project or define a version method"
142
+ output.puts version_file_content || "Include a VERSION file in your project or define a version method"
143
143
  end
144
144
 
145
145
  def version_file_content
data/moses.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "moses"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dayton Nolan"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moses
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -127,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  segments:
129
129
  - 0
130
- hash: -1500735640603794822
130
+ hash: -622874752206041444
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  none: false
133
133
  requirements: