qricker 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +18 -16
- data/lib/qricker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c93dc17c58c8e4c3546ff26368949a85bfe3375
|
4
|
+
data.tar.gz: 349e31810ff0cbb6071870358f362416712b3778
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b49395a01f0eac67730eb050a83023bb35d7f1180e7a0b5b3c8cf53b6203ea55f05751de85b943624505ec081b6ac8617f4e0e1c834e8ac6539c64b7a8eda5b6
|
7
|
+
data.tar.gz: 2bba20c518cb0893b52250e59a6c9c37409473e9574152a5cdd440fdec41b5cc0310f656c2fa25fd353e26397d5408507c99c947b4e29f9a36f9d86de3c019c8
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
qricker (0.0.
|
4
|
+
qricker (0.0.9)
|
5
5
|
cocoapods (~> 1)
|
6
6
|
gli (= 2.16.0)
|
7
7
|
parseconfig (~> 1)
|
@@ -9,8 +9,8 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
CFPropertyList (2.3.
|
13
|
-
activesupport (4.2.
|
12
|
+
CFPropertyList (2.3.6)
|
13
|
+
activesupport (4.2.10)
|
14
14
|
i18n (~> 0.7)
|
15
15
|
minitest (~> 5.1)
|
16
16
|
thread_safe (~> 0.3, >= 0.3.4)
|
@@ -26,10 +26,10 @@ GEM
|
|
26
26
|
childprocess (0.5.9)
|
27
27
|
ffi (~> 1.0, >= 1.0.11)
|
28
28
|
claide (1.0.2)
|
29
|
-
cocoapods (1.
|
29
|
+
cocoapods (1.3.1)
|
30
30
|
activesupport (>= 4.0.2, < 5)
|
31
|
-
claide (>= 1.0.
|
32
|
-
cocoapods-core (= 1.
|
31
|
+
claide (>= 1.0.2, < 2.0)
|
32
|
+
cocoapods-core (= 1.3.1)
|
33
33
|
cocoapods-deintegrate (>= 1.0.1, < 2.0)
|
34
34
|
cocoapods-downloader (>= 1.1.3, < 2.0)
|
35
35
|
cocoapods-plugins (>= 1.0.0, < 2.0)
|
@@ -44,9 +44,9 @@ GEM
|
|
44
44
|
molinillo (~> 0.5.7)
|
45
45
|
nap (~> 1.0)
|
46
46
|
ruby-macho (~> 1.1)
|
47
|
-
xcodeproj (>= 1.
|
48
|
-
cocoapods-core (1.
|
49
|
-
activesupport (>= 4.0.2, <
|
47
|
+
xcodeproj (>= 1.5.1, < 2.0)
|
48
|
+
cocoapods-core (1.3.1)
|
49
|
+
activesupport (>= 4.0.2, < 6)
|
50
50
|
fuzzy_match (~> 2.0.4)
|
51
51
|
nap (~> 1.0)
|
52
52
|
cocoapods-deintegrate (1.0.1)
|
@@ -55,11 +55,12 @@ GEM
|
|
55
55
|
nap
|
56
56
|
cocoapods-search (1.0.0)
|
57
57
|
cocoapods-stats (1.0.0)
|
58
|
-
cocoapods-trunk (1.
|
58
|
+
cocoapods-trunk (1.3.0)
|
59
59
|
nap (>= 0.8, < 2.0)
|
60
|
-
netrc (
|
60
|
+
netrc (~> 0.11)
|
61
61
|
cocoapods-try (1.1.0)
|
62
62
|
colored2 (3.1.2)
|
63
|
+
concurrent-ruby (1.0.5)
|
63
64
|
contracts (0.16.0)
|
64
65
|
cucumber (2.4.0)
|
65
66
|
builder (>= 2.1.2)
|
@@ -80,14 +81,15 @@ GEM
|
|
80
81
|
gh_inspector (1.0.3)
|
81
82
|
gherkin (4.1.3)
|
82
83
|
gli (2.16.0)
|
83
|
-
i18n (0.
|
84
|
+
i18n (0.9.1)
|
85
|
+
concurrent-ruby (~> 1.0)
|
84
86
|
minitest (5.10.3)
|
85
87
|
molinillo (0.5.7)
|
86
88
|
multi_json (1.12.1)
|
87
89
|
multi_test (0.1.2)
|
88
90
|
nanaimo (0.2.3)
|
89
91
|
nap (1.1.0)
|
90
|
-
netrc (0.
|
92
|
+
netrc (0.11.0)
|
91
93
|
parseconfig (1.0.8)
|
92
94
|
rake (12.0.0)
|
93
95
|
rdoc (5.1.0)
|
@@ -98,9 +100,9 @@ GEM
|
|
98
100
|
ruby-macho (1.1.0)
|
99
101
|
thor (0.19.4)
|
100
102
|
thread_safe (0.3.6)
|
101
|
-
tzinfo (1.2.
|
103
|
+
tzinfo (1.2.4)
|
102
104
|
thread_safe (~> 0.1)
|
103
|
-
xcodeproj (1.5.
|
105
|
+
xcodeproj (1.5.3)
|
104
106
|
CFPropertyList (~> 2.3.3)
|
105
107
|
claide (>= 1.0.2, < 2.0)
|
106
108
|
colored2 (~> 3.1)
|
@@ -116,4 +118,4 @@ DEPENDENCIES
|
|
116
118
|
rdoc
|
117
119
|
|
118
120
|
BUNDLED WITH
|
119
|
-
1.
|
121
|
+
1.16.0
|
data/lib/qricker/version.rb
CHANGED