motion-calabash 0.9.152 → 0.9.160

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b7dd4f5ab9e1dfc82429386ccb3b03a2901bbae
4
- data.tar.gz: e2964daece9549641fc5dc7394a15430f7c41f99
3
+ metadata.gz: 07ff3173195fcb90b6bbdb65c00f103b6e979217
4
+ data.tar.gz: 9b43761b1815806bed83478b4f47666811cc4781
5
5
  SHA512:
6
- metadata.gz: 3686cd66bd0c0cac339f78a8edbd0b10df163d1f1401c9b7a2bc6eb61f9923f6c77b24de254ae45f94b206f9f41a51d14135a8c9af813785b0517805e84062b5
7
- data.tar.gz: 2e5e9b7dcc6d89e3053c0d5464bbbf0dec7f8dc28fd1497e43f5190d7c2fd5fef3defe9ae64054b81fcd3bc103fbd470d387462b1b6f9991e03a2168138098fb
6
+ metadata.gz: 745ea9c67c0f2eacf0f015af8500560a1c3e305593d9ab12d8bd3c06444d709de7beb12bd7415d84821042c72482b61219d0bd412cd18aeae61c1b1ca2b5f988
7
+ data.tar.gz: 9b9b4bf0708dcd35136068ce5cbec7c8ebbaf2efc64e3280048771a2a68aefe7b7dffadd91420a800c77e21f14f8e1cb15b898124c7001a66911de631511a111
data/README.rdoc CHANGED
@@ -20,7 +20,7 @@ For information about Calabash see: http://calaba.sh
20
20
  require 'rubygems'
21
21
  require 'motion-calabash'
22
22
 
23
- If you're using a Gemfile in your project (which you probably should), please also add `gem 'motion.calabash'` (possibly a version) to this file.
23
+ If you're using a Gemfile in your project (which you probably should), please also add `gem 'motion-calabash'` (possibly a version) to this file.
24
24
 
25
25
 
26
26
  == Usage
@@ -5,14 +5,14 @@ Gem::Specification.new do |s|
5
5
  s.summary = 'Calabash integration for RubyMotion projects.'
6
6
  s.description = 'motion-calabash allows testing RubyMotion projects with Calabash iOS.'
7
7
  s.author = 'Karl Krukow'
8
- s.email = 'karl@lesspainful.com'
9
- s.homepage = 'http://www.lesspainful.com'
10
- s.version = '0.9.152'
8
+ s.email = 'karl.krukow@xamarin.com'
9
+ s.homepage = 'http://www.xamarin.com'
10
+ s.version = '0.9.160'
11
11
  s.summary = %q{Calabash support for RubyMotion}
12
12
  s.description = %q{This linkes-in calabash for iOS}
13
- s.files = ["lib/framework/libcalabashuni-0.9.151.a"].concat(`git ls-files`.split("\n"))
13
+ s.files = ["lib/framework/libcalabashuni-0.9.160.a"].concat(`git ls-files`.split("\n"))
14
14
  s.require_paths = ["lib"]
15
15
 
16
- s.add_dependency("calabash-cucumber", "0.9.151")
16
+ s.add_dependency("calabash-cucumber", "0.9.160")
17
17
 
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.152
4
+ version: 0.9.160
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-09 00:00:00.000000000 Z
11
+ date: 2013-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: calabash-cucumber
@@ -16,21 +16,21 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.151
19
+ version: 0.9.160
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.151
26
+ version: 0.9.160
27
27
  description: This linkes-in calabash for iOS
28
- email: karl@lesspainful.com
28
+ email: karl.krukow@xamarin.com
29
29
  executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - lib/framework/libcalabashuni-0.9.151.a
33
+ - lib/framework/libcalabashuni-0.9.160.a
34
34
  - .gitignore
35
35
  - LICENSE
36
36
  - README.rdoc
@@ -39,7 +39,7 @@ files:
39
39
  - lib/motion/project/calabash.rb
40
40
  - motion-calabash.gemspec
41
41
  - scripts/launch.rb
42
- homepage: http://www.lesspainful.com
42
+ homepage: http://www.xamarin.com
43
43
  licenses: []
44
44
  metadata: {}
45
45
  post_install_message:
@@ -58,9 +58,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  requirements: []
60
60
  rubyforge_project:
61
- rubygems_version: 2.0.2
61
+ rubygems_version: 2.0.3
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: Calabash support for RubyMotion
65
65
  test_files: []
66
- has_rdoc:
Binary file