cocoapods-plugins 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: 63a7b741cc1e88336e913e46a5f66c76cbc31d8d
4
- data.tar.gz: eb006d0b53fa2febb03ace664938b24ea3c6b0bb
3
+ metadata.gz: 92a92e33e46d394f0ddbea411d233f43a8d70206
4
+ data.tar.gz: 1c152e29a4dfee9050388d8b3d93e017024bbfb2
5
5
  SHA512:
6
- metadata.gz: da0c4960d66519bf99c318df6ee57eccf6d3028774bb3c77463e16af106f2dc0e346fd0f3ca173c7098053aa3b310f2c96bc460be6c0321187f7e2240efb75b0
7
- data.tar.gz: ebaeae05132d6f98ab5d6f711176299518719521d23713fb31c0b1675ecd66ed49606a7608d86134bf049cfda7dfa559b159445ea04bd123e4b3af5fb61012c1
6
+ metadata.gz: 43e0def1caacb833fd2d84390a54dc7a8d1f746f8a8cc6dbb6717956c4919a1a7ce3d5f278fc1cf10ffdc6aa36746164394f1ecdca385cc6f12aa595191ae9d7
7
+ data.tar.gz: e36e18d3228952f341cf97ace2a631b809b895f27ae968513da9579c8864a54151379fe5ee92e06a4277a224a9c16221425c41f3bbbcf1f681c1de729e1c9e2a
@@ -1,5 +1,16 @@
1
1
  # Cocoapods::Plugins 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
  This version contains no changes.
@@ -15,7 +15,7 @@ GIT
15
15
  claide (~> 0.8.1)
16
16
  cocoapods-core (= 0.36.3)
17
17
  cocoapods-downloader (~> 0.9.0)
18
- cocoapods-plugins (= 1.0.0.rc.1)
18
+ cocoapods-plugins (= 1.0.0)
19
19
  cocoapods-trunk (~> 0.6.0)
20
20
  cocoapods-try (~> 0.4.3)
21
21
  colored (~> 1.2)
@@ -38,7 +38,7 @@ GIT
38
38
  PATH
39
39
  remote: .
40
40
  specs:
41
- cocoapods-plugins (1.0.0.rc.1)
41
+ cocoapods-plugins (1.0.0)
42
42
  nap
43
43
 
44
44
  GEM
@@ -1,5 +1,5 @@
1
1
  # The namespace of the Cocoapods plugins plugin.
2
2
  #
3
3
  module CocoapodsPlugins
4
- VERSION = '1.0.0.rc.1'.freeze
4
+ VERSION = '1.0.0'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-plugins
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
  - David Grandinetti
@@ -9,48 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-30 00:00:00.000000000 Z
12
+ date: 2016-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nap
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - '>='
19
19
  - !ruby/object:Gem::Version
20
20
  version: '0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - '>='
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: bundler
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: '1.3'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ~>
40
40
  - !ruby/object:Gem::Version
41
41
  version: '1.3'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rake
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ">="
46
+ - - '>='
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ">="
53
+ - - '>='
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  description: |2
@@ -63,10 +63,10 @@ executables: []
63
63
  extensions: []
64
64
  extra_rdoc_files: []
65
65
  files:
66
- - ".gitignore"
67
- - ".rubocop.yml"
68
- - ".rubocop_cocoapods.yml"
69
- - ".travis.yml"
66
+ - .gitignore
67
+ - .rubocop.yml
68
+ - .rubocop_cocoapods.yml
69
+ - .travis.yml
70
70
  - CHANGELOG.md
71
71
  - Gemfile
72
72
  - Gemfile.lock
@@ -110,14 +110,14 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - ">="
113
+ - - '>='
114
114
  - !ruby/object:Gem::Version
115
115
  version: 2.0.0
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ">"
118
+ - - '>='
119
119
  - !ruby/object:Gem::Version
120
- version: 1.3.1
120
+ version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
123
  rubygems_version: 2.6.3