lesspainful 0.9.11 → 0.9.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/lesspainful +5 -1
  2. data/lib/version.rb +1 -1
  3. 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
- files += Dir.glob("#{workspace}/Gemfile*")
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
@@ -1,3 +1,3 @@
1
1
  module LessPainful
2
- VERSION = "0.9.11"
2
+ VERSION = "0.9.12"
3
3
  end
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.11
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-04 00:00:00.000000000 Z
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: