calabash-common 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/calabash/common/version.rb +1 -1
  3. metadata +12 -29
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3f6e563383560591d8f1514cb63520fa58535548
4
+ data.tar.gz: 83f06b0667f36cfd9661fde05d86c4a825471b5d
5
+ SHA512:
6
+ metadata.gz: 8b92c89e5f24d4ffda1c1cbbe789e39bef09e925fda2a39bfda4438f82b2e866310f7c965f860c86ba0ae8d53af1d991ff30c2bcb50cf0cc3b575556da101558
7
+ data.tar.gz: 900421a198f7de69fa763057ca8c8a221a299cb76d065040c270b16255a919f300a72e4fe85986b3c68c9652c1b882cc95573b97a0919560c144e8955e9e4120
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Common
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Karl Krukow
@@ -10,24 +9,8 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-05-14 00:00:00.000000000 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: cucumber
17
- requirement: !ruby/object:Gem::Requirement
18
- none: false
19
- requirements:
20
- - - ~>
21
- - !ruby/object:Gem::Version
22
- version: 1.3.0
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
- requirements:
28
- - - ~>
29
- - !ruby/object:Gem::Version
30
- version: 1.3.0
12
+ date: 2015-09-04 00:00:00.000000000 Z
13
+ dependencies: []
31
14
  description: Contains shared functionality and extentions to various Calabash sub-projects.
32
15
  email:
33
16
  - karl@xamarin.com
@@ -36,33 +19,33 @@ executables: []
36
19
  extensions: []
37
20
  extra_rdoc_files: []
38
21
  files:
39
- - lib/calabash/common/version.rb
40
- - lib/calabash/formatters/html.rb
41
- - lib/calabash-common.rb
42
22
  - LICENSE
43
23
  - README.md
24
+ - lib/calabash-common.rb
25
+ - lib/calabash/common/version.rb
26
+ - lib/calabash/formatters/html.rb
44
27
  homepage: http://calaba.sh
45
28
  licenses: []
29
+ metadata: {}
46
30
  post_install_message:
47
31
  rdoc_options: []
48
32
  require_paths:
49
33
  - lib
50
34
  required_ruby_version: !ruby/object:Gem::Requirement
51
- none: false
52
35
  requirements:
53
- - - ! '>='
36
+ - - ">="
54
37
  - !ruby/object:Gem::Version
55
38
  version: '0'
56
39
  required_rubygems_version: !ruby/object:Gem::Requirement
57
- none: false
58
40
  requirements:
59
- - - ! '>='
41
+ - - ">="
60
42
  - !ruby/object:Gem::Version
61
43
  version: '0'
62
44
  requirements: []
63
45
  rubyforge_project:
64
- rubygems_version: 1.8.23
46
+ rubygems_version: 2.4.8
65
47
  signing_key:
66
- specification_version: 3
48
+ specification_version: 4
67
49
  summary: Tools related to running Calabash
68
50
  test_files: []
51
+ has_rdoc: