lesspainful 0.10.1 → 0.10.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/Gemfile.lock +1 -1
- data/bin/lesspainful +1 -0
- data/lesspainful.gemspec +1 -1
- data/lib/lesspainful/cli.rb +5 -0
- data/lib/lesspainful/version.rb +3 -0
- metadata +2 -2
- data/lib/version.rb +0 -3
data/Gemfile.lock
CHANGED
data/bin/lesspainful
CHANGED
data/lesspainful.gemspec
CHANGED
data/lib/lesspainful/cli.rb
CHANGED
|
@@ -21,6 +21,11 @@ module LessPainful
|
|
|
21
21
|
File.join(File.dirname(__FILE__), '..')
|
|
22
22
|
end
|
|
23
23
|
|
|
24
|
+
desc "version", "Prints version of this lesspainful gem"
|
|
25
|
+
def version
|
|
26
|
+
puts LessPainful::VERSION
|
|
27
|
+
end
|
|
28
|
+
|
|
24
29
|
desc "submit <APP> <API_KEY>", "Submits your app and test suite to LessPainful's device labs"
|
|
25
30
|
|
|
26
31
|
method_option :host,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lesspainful
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -110,7 +110,7 @@ files:
|
|
|
110
110
|
- lib/GemfileIOS
|
|
111
111
|
- lib/GemfileIOSFrank
|
|
112
112
|
- lib/lesspainful/cli.rb
|
|
113
|
-
- lib/version.rb
|
|
113
|
+
- lib/lesspainful/version.rb
|
|
114
114
|
- test/config/cucumber.yml
|
|
115
115
|
- test/ipa/.irbrc
|
|
116
116
|
- test/ipa/2012 Olympics_cal.ipa
|
data/lib/version.rb
DELETED