cocoapods-try 1.0.0.beta.4 → 1.0.0.rc.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 795848b0b69af40bdf6abde75fb11d4b1c41d845
4
- data.tar.gz: 6d1dd43b0d6f0a4ce4adf0288d9708863cf4acf0
3
+ metadata.gz: c8ff3fb00c18e264fb0ed560a11231cc9184d083
4
+ data.tar.gz: 09f8d8534862d6c8c180007a577a351ac96669f0
5
5
  SHA512:
6
- metadata.gz: 5c75dc2ea6927b6a18f08abb85262780ba8659f641f3746dc53c68233ec86a19054ddbbf161d910b384796a75af5e393165c88ad472e61e2e4826c886bce8113
7
- data.tar.gz: 96d89ef96d86879f7fae7e859c6281c7725e27962561f981a6ea91918b9b93ff03c01d5292a43b8a222b94599942e68cfa71bbf4e48dd4300337fb7fc8677834
6
+ metadata.gz: 74cff42de14e9e39bd2d39af733086a12404e4b750ae5f982790635925379323636b6679a122555bd8c377cf3236c04456d31243195c38e83a58eeffa1f3b172
7
+ data.tar.gz: c15cc027c92c0da4e5db34d3d1ef6853c4555d761f701780ec3bb82cfc2073c8006ea43d85bb59d5e7eee413dedc0058cc6dceb56ec69cc4c7c81fc568100e70
@@ -1,5 +1,16 @@
1
1
  # Cocoapods::Try Changelog
2
2
 
3
+ ## 1.0.0.rc.1 (2016-04-30)
4
+
5
+ ##### Enhancements
6
+
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * None.
12
+
13
+
3
14
  ## 1.0.0.beta.4 (2016-04-15)
4
15
 
5
16
  ##### Enhancements
@@ -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 (>= 1.0.0.beta.3, < 2.0)
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.beta.4)
44
+ cocoapods-try (1.0.0.rc.1)
45
45
 
46
46
  GEM
47
47
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # The namespace of the Cocoapods try plugin.
2
2
  #
3
3
  module CocoapodsTry
4
- VERSION = '1.0.0.beta.4'.freeze
4
+ VERSION = '1.0.0.rc.1'.freeze
5
5
  end
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.beta.4
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-15 00:00:00.000000000 Z
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: []