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.
- data/VERSION +1 -1
- data/lib/moses.rb +2 -2
- data/moses.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.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
|
-
|
|
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
|
-
|
|
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
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.
|
|
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: -
|
|
130
|
+
hash: -622874752206041444
|
|
131
131
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
132
|
none: false
|
|
133
133
|
requirements:
|