motion-calabash 0.9.109 → 0.9.113

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,9 @@
23
23
  # POSSIBILITY OF SUCH DAMAGE.
24
24
 
25
25
  Motion::Project::App.setup do |app|
26
- app.vendor_project File.join(File.dirname(__FILE__),"..",'..','framework'), :static
26
+ app.development do
27
+ app.vendor_project File.join(File.dirname(__FILE__),"..",'..','framework'), :static
28
+ end
27
29
  end
28
30
 
29
31
 
@@ -7,12 +7,12 @@ Gem::Specification.new do |s|
7
7
  s.author = 'Karl Krukow'
8
8
  s.email = 'karl@lesspainful.com'
9
9
  s.homepage = 'http://www.lesspainful.com'
10
- s.version = '0.9.109'
10
+ s.version = '0.9.113'
11
11
  s.summary = %q{Calabash support for RubyMotion}
12
12
  s.description = %q{This will download and link-in calabash}
13
13
  s.files = `git ls-files`.split("\n")
14
14
  s.require_paths = ["lib"]
15
15
 
16
- s.add_dependency("calabash-cucumber", "0.9.109")
16
+ s.add_dependency("calabash-cucumber", "0.9.113")
17
17
 
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.109
4
+ version: 0.9.113
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: 2012-10-11 00:00:00.000000000 Z
12
+ date: 2012-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: calabash-cucumber
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.9.109
21
+ version: 0.9.113
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.109
29
+ version: 0.9.113
30
30
  description: This will download and link-in calabash
31
31
  email: karl@lesspainful.com
32
32
  executables: []
@@ -37,7 +37,7 @@ files:
37
37
  - LICENSE
38
38
  - README.rdoc
39
39
  - Rakefile
40
- - lib/framework/libcalabashuni-0.9.109.a
40
+ - lib/framework/libcalabashuni-0.9.111.a
41
41
  - lib/motion-calabash.rb
42
42
  - lib/motion/project/calabash.rb
43
43
  - motion-calabash.gemspec