lesspainful 0.9.11 → 0.9.12
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/bin/lesspainful +5 -1
- data/lib/version.rb +1 -1
- metadata +3 -2
data/bin/lesspainful
CHANGED
|
@@ -81,7 +81,11 @@ def all_files
|
|
|
81
81
|
|
|
82
82
|
files = Dir.glob("#{dir}features/**/*") ##no need to File.join here
|
|
83
83
|
files += Dir.glob("#{workspace}vendor/**/*")
|
|
84
|
-
|
|
84
|
+
if workspace and workspace.strip != ""
|
|
85
|
+
files += Dir.glob("#{workspace}Gemfile")
|
|
86
|
+
files += Dir.glob("#{workspace}Gemfile.lock")
|
|
87
|
+
end
|
|
88
|
+
|
|
85
89
|
if is_android?
|
|
86
90
|
files << test_server_path
|
|
87
91
|
end
|
data/lib/version.rb
CHANGED
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.9.
|
|
4
|
+
version: 0.9.12
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -133,3 +133,4 @@ signing_key:
|
|
|
133
133
|
specification_version: 3
|
|
134
134
|
summary: Client for uploading calabash test to www.lesspainful.com
|
|
135
135
|
test_files: []
|
|
136
|
+
has_rdoc:
|