cocoapods-try 1.0.0.rc.1 → 1.0.0

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: c8ff3fb00c18e264fb0ed560a11231cc9184d083
4
- data.tar.gz: 09f8d8534862d6c8c180007a577a351ac96669f0
3
+ metadata.gz: 5e3e1af736f74015a72a6aaebba60c4e3404975d
4
+ data.tar.gz: cf0bf1cd190b4484ccfd701bfcf7112519ec87ca
5
5
  SHA512:
6
- metadata.gz: 74cff42de14e9e39bd2d39af733086a12404e4b750ae5f982790635925379323636b6679a122555bd8c377cf3236c04456d31243195c38e83a58eeffa1f3b172
7
- data.tar.gz: c15cc027c92c0da4e5db34d3d1ef6853c4555d761f701780ec3bb82cfc2073c8006ea43d85bb59d5e7eee413dedc0058cc6dceb56ec69cc4c7c81fc568100e70
6
+ metadata.gz: b6bd218995d8fff76af8c2f2b7537b027f1999770fda9a7f6bfd8dde9bf6daad7ac51e18e7f5843358e1edfa88ba9f02fd011d4a64fc9f98be71668cdc5898fb
7
+ data.tar.gz: 2e5deb658c5c264b7501ddd7a0d07b56467fb226588fb8180c30cb1eb85cf392acdf8d431f956efb6d7f8017a789546bd412b25310569709098d73d106c4e9d2
@@ -1,5 +1,16 @@
1
1
  # Cocoapods::Try Changelog
2
2
 
3
+ ## 1.0.0 (2016-05-10)
4
+
5
+ ##### Enhancements
6
+
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * None.
12
+
13
+
3
14
  ## 1.0.0.rc.1 (2016-04-30)
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.rc.1)
23
+ cocoapods-try (= 1.0.0)
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.rc.1)
44
+ cocoapods-try (1.0.0)
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.rc.1'.freeze
4
+ VERSION = '1.0.0'.freeze
5
5
  end
@@ -5,6 +5,7 @@ require 'pod/try_settings'
5
5
  module Pod
6
6
  class Command
7
7
  # The pod try command.
8
+ # @CocoaPods 0.29.0
8
9
  #
9
10
  class Try < Command
10
11
  include RepoUpdate
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.rc.1
4
+ version: 1.0.0
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-30 00:00:00.000000000 Z
11
+ date: 2016-05-10 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,14 +73,14 @@ 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
- version: 1.3.1
83
+ version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
86
  rubygems_version: 2.6.3