cocoapods-try 1.0.0.beta.4 → 1.0.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Gemfile.lock +2 -2
- data/lib/cocoapods_try.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8ff3fb00c18e264fb0ed560a11231cc9184d083
|
4
|
+
data.tar.gz: 09f8d8534862d6c8c180007a577a351ac96669f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74cff42de14e9e39bd2d39af733086a12404e4b750ae5f982790635925379323636b6679a122555bd8c377cf3236c04456d31243195c38e83a58eeffa1f3b172
|
7
|
+
data.tar.gz: c15cc027c92c0da4e5db34d3d1ef6853c4555d761f701780ec3bb82cfc2073c8006ea43d85bb59d5e7eee413dedc0058cc6dceb56ec69cc4c7c81fc568100e70
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -20,7 +20,7 @@ GIT
|
|
20
20
|
cocoapods-search (= 1.0.0.beta.2)
|
21
21
|
cocoapods-stats (= 1.0.0.beta.4)
|
22
22
|
cocoapods-trunk (= 1.0.0.beta.3)
|
23
|
-
cocoapods-try (
|
23
|
+
cocoapods-try (= 1.0.0.rc.1)
|
24
24
|
colored (~> 1.2)
|
25
25
|
escape (~> 0.0.4)
|
26
26
|
fourflusher (~> 0.3.0)
|
@@ -41,7 +41,7 @@ GIT
|
|
41
41
|
PATH
|
42
42
|
remote: .
|
43
43
|
specs:
|
44
|
-
cocoapods-try (1.0.0.
|
44
|
+
cocoapods-try (1.0.0.rc.1)
|
45
45
|
|
46
46
|
GEM
|
47
47
|
remote: https://rubygems.org/
|
data/lib/cocoapods_try.rb
CHANGED
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-try
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabio Pelosin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '10.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
41
|
description:
|
@@ -44,11 +44,11 @@ executables: []
|
|
44
44
|
extensions: []
|
45
45
|
extra_rdoc_files: []
|
46
46
|
files:
|
47
|
-
- .gitignore
|
48
|
-
- .rubocop.yml
|
49
|
-
- .rubocop_cocoapods.yml
|
50
|
-
- .rubocop_todo.yml
|
51
|
-
- .travis.yml
|
47
|
+
- ".gitignore"
|
48
|
+
- ".rubocop.yml"
|
49
|
+
- ".rubocop_cocoapods.yml"
|
50
|
+
- ".rubocop_todo.yml"
|
51
|
+
- ".travis.yml"
|
52
52
|
- CHANGELOG.md
|
53
53
|
- Gemfile
|
54
54
|
- Gemfile.lock
|
@@ -73,12 +73,12 @@ require_paths:
|
|
73
73
|
- lib
|
74
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
75
75
|
requirements:
|
76
|
-
- -
|
76
|
+
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
version: '0'
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
|
-
- -
|
81
|
+
- - ">"
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: 1.3.1
|
84
84
|
requirements: []
|