cocoapods-plugins 0.4.2 → 1.0.0.beta.1

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: e8229321bc18560791b90ae2854d1d5135ff7c26
4
- data.tar.gz: c391efe510be81995cf68af58201516b4119ef5c
3
+ metadata.gz: 31ce33662563f968dd7523111ab3ca46e1916176
4
+ data.tar.gz: 06805b5b87a90378760f294af1fd0f91a2a7b8ce
5
5
  SHA512:
6
- metadata.gz: 1300074f2b163ee56825cf88068462966ee74d4e8e83aa2dcf2ddc218fb318ec947f4e46d3ffc87ab80a9eb06d44729b98d2beac2b7353f7cbbbe4a7828a9d33
7
- data.tar.gz: e403bc9bee1ce814bc68abbe129b7871794cbe007b19f5989b62a190941c54060e099a6374536f50dfafe13dbd209512cafa2fcd27aa95e7b124ba3a5d5eee32
6
+ metadata.gz: 0d6e616f55ffa5632faf99f06afeb39fa3daff54ecc1d130b6d4fe5fb5d1c261fc4004e43c59b339e73cc19423f4e291a37d8aea371dc857f76e80b82f423201
7
+ data.tar.gz: c2361ac93a2dd47abdae5bc76b72f3087fbc80e1ee2a039222523b2134cf154796e1c1e43f7eddac08fd94ae2116ac9152f605249ce3b2842d489a0fa87ddcbf
@@ -1,32 +1,37 @@
1
1
  # Cocoapods::Plugins Changelog
2
2
 
3
- ## 0.4.2
3
+ ## 1.0.0.beta.1 (2015-12-30)
4
4
 
5
+ This version contains no changes.
5
6
 
6
- ## 0.4.1
7
+
8
+ ## 0.4.2 (2015-04-03)
9
+
10
+
11
+ ## 0.4.1 (2015-02-25)
7
12
 
8
13
  * Added the `pod plugins installed` subcommand.
9
14
  [Olivier Halligon](https://github.com/AliSoftware)
10
15
 
11
- ## 0.4.0
16
+ ## 0.4.0 (2014-12-25)
12
17
 
13
18
  * Added the `pod plugins publish` subcommand.
14
19
  [Olivier Halligon](https://github.com/AliSoftware)
15
20
 
16
- ## 0.3.2
21
+ ## 0.3.2 (2014-11-02)
17
22
 
18
23
  * Switch to using cocoapods-plugins JSON file instead of from Cocoapods.org's repo.
19
24
  [542919](https://github.com/CocoaPods/cocoapods-plugins/commit/542919902e611c33bb0e02848037474529ddd0f9)
20
25
  [Florian Hanke](https://github.com/floere)
21
26
 
22
27
 
23
- ## 0.3.1
28
+ ## 0.3.1 (2014-09-12)
24
29
 
25
30
  * Restore compatibility with Ruby 1.8.7.
26
31
  [#30](https://github.com/CocoaPods/cocoapods-plugins/issues/30)
27
32
  [Fabio Pelosin](https://github.com/fabiopelosin)
28
33
 
29
- ## 0.3.0
34
+ ## 0.3.0 (2014-09-11)
30
35
 
31
36
  * Added a reminder to add plugin to `plugins.json` once released.
32
37
  [#27](https://github.com/CocoaPods/cocoapods-plugins/issues/27)
@@ -36,7 +41,7 @@
36
41
  [#16](https://github.com/CocoaPods/cocoapods-plugins/issues/16)
37
42
  [David Grandinetti](https://github.com/dbgrandi)
38
43
 
39
- ## 0.2.0
44
+ ## 0.2.0 (2014-05-20)
40
45
 
41
46
  * Migrating to new syntax of CLAide::Command#arguments.
42
47
  [#23](https://github.com/CocoaPods/cocoapods-plugins/issues/23)
@@ -50,7 +55,7 @@
50
55
  [#20](https://github.com/CocoaPods/cocoapods-plugins/issues/20)
51
56
  [Olivier Halligon](https://github.com/AliSoftware)
52
57
 
53
- ## 0.1.1
58
+ ## 0.1.1 (2014-05-02)
54
59
 
55
60
  * Making `pod plugins` an abstract command, with `list` the default subcommand.
56
61
  [#11](https://github.com/CocoaPods/cocoapods-plugins/issues/11)
@@ -71,7 +76,7 @@
71
76
  [#17](https://github.com/CocoaPods/cocoapods-plugins/issues/17)
72
77
  [Olivier Halligon](https://github.com/AliSoftware)
73
78
 
74
- ## 0.1.0
79
+ ## 0.1.0 (2014-04-22)
75
80
 
76
81
  * Initial implementation.
77
82
  [David Grandinetti](https://github.com/dbgrandi)
@@ -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 (~> 0.4.1)
18
+ cocoapods-plugins (~> 1.0.0.beta.1)
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 (0.4.2)
41
+ cocoapods-plugins (1.0.0.beta.1)
42
42
  nap
43
43
 
44
44
  GEM
@@ -129,3 +129,6 @@ DEPENDENCIES
129
129
  rubocop
130
130
  vcr
131
131
  webmock
132
+
133
+ BUNDLED WITH
134
+ 1.11.2
@@ -1,5 +1,5 @@
1
1
  # The namespace of the Cocoapods plugins plugin.
2
2
  #
3
3
  module CocoapodsPlugins
4
- VERSION = '0.4.2'
4
+ VERSION = '1.0.0.beta.1'.freeze
5
5
  end
@@ -1,5 +1,5 @@
1
1
  {
2
- "plugins":[
2
+ "plugins": [
3
3
  {
4
4
  "gem": "cocoapods-appledoc",
5
5
  "name": "AppleDoc",
@@ -17,142 +17,142 @@
17
17
  "description": "Deintegrates a project from CocoaPods."
18
18
  },
19
19
  {
20
- "gem":"cocoapods-dependencies",
21
- "name":"Pod Dependencies",
22
- "author":"Samuel E. Giddins",
23
- "social_media_url":"http://twitter.com/segiddins",
24
- "url":"https://github.com/segiddins/cocoapods-dependencies",
25
- "description":"Shows a project's CocoaPod dependency graph."
20
+ "gem": "cocoapods-dependencies",
21
+ "name": "Pod Dependencies",
22
+ "author": "Samuel E. Giddins",
23
+ "social_media_url": "http://twitter.com/segiddins",
24
+ "url": "https://github.com/segiddins/cocoapods-dependencies",
25
+ "description": "Shows a project's CocoaPod dependency graph."
26
26
  },
27
27
  {
28
- "gem":"cocoapods-browser",
29
- "name":"Pod browser",
30
- "author":"Toshihiro Morimoto",
31
- "social_media_url":"http://twitter.com/dealforest",
32
- "url":"https://github.com/dealforest/cocoapods-browser",
33
- "description":"Open a pod's homepage in the browser."
28
+ "gem": "cocoapods-browser",
29
+ "name": "Pod browser",
30
+ "author": "Toshihiro Morimoto",
31
+ "social_media_url": "http://twitter.com/dealforest",
32
+ "url": "https://github.com/dealforest/cocoapods-browser",
33
+ "description": "Open a pod's homepage in the browser."
34
34
  },
35
35
  {
36
- "gem":"cocoapods-check_latest",
37
- "name":"Check Latest",
38
- "author":"Yuji Nakayama",
39
- "social_media_url":"http://twitter.com/nkym37",
40
- "url":"https://github.com/yujinakayama/cocoapods-check_latest",
41
- "description":"Checks if the latest version of a pod is up to date."
36
+ "gem": "cocoapods-check_latest",
37
+ "name": "Check Latest",
38
+ "author": "Yuji Nakayama",
39
+ "social_media_url": "http://twitter.com/nkym37",
40
+ "url": "https://github.com/yujinakayama/cocoapods-check_latest",
41
+ "description": "Checks if the latest version of a pod is up to date."
42
42
  },
43
43
  {
44
- "gem":"cocoapods-docs",
45
- "name":"Pod docs",
46
- "author":"CocoaPods Dev Team",
47
- "social_media_url":"http://twitter.com/CocoaPods",
48
- "url":"https://github.com/CocoaPods/cocoapods-docs",
49
- "description":"Convenient access to the documentation of a Pod via cocoadocs.org."
44
+ "gem": "cocoapods-docs",
45
+ "name": "Pod docs",
46
+ "author": "CocoaPods Dev Team",
47
+ "social_media_url": "http://twitter.com/CocoaPods",
48
+ "url": "https://github.com/CocoaPods/cocoapods-docs",
49
+ "description": "Convenient access to the documentation of a Pod via cocoadocs.org."
50
50
  },
51
51
  {
52
- "gem":"cocoapods-docstats",
53
- "name":"docstats",
54
- "author":"Boris Bügling",
55
- "social_media_url":"http://twitter.com/NeoNacho",
56
- "url":"https://github.com/neonichu/cocoapods-docstats",
57
- "description":"Showing documentation metrics of Pods."
52
+ "gem": "cocoapods-docstats",
53
+ "name": "docstats",
54
+ "author": "Boris Bügling",
55
+ "social_media_url": "http://twitter.com/NeoNacho",
56
+ "url": "https://github.com/neonichu/cocoapods-docstats",
57
+ "description": "Showing documentation metrics of Pods."
58
58
  },
59
59
  {
60
- "gem":"cocoapods-open",
61
- "name":"open",
62
- "author":"Les Hill",
63
- "social_media_url":"http://twitter.com/leshill",
64
- "url":"https://github.com/leshill/open_pod_bay",
65
- "description":"Open a pod’s workspace."
60
+ "gem": "cocoapods-open",
61
+ "name": "open",
62
+ "author": "Les Hill",
63
+ "social_media_url": "http://twitter.com/leshill",
64
+ "url": "https://github.com/leshill/open_pod_bay",
65
+ "description": "Open a pod’s workspace."
66
66
  },
67
67
  {
68
- "gem":"cocoapods-podfile_info",
69
- "name":"Pod info",
70
- "author":"CocoaPods Dev Team",
71
- "social_media_url":"http://twitter.com/CocoaPods",
72
- "url":"https://github.com/cocoapods/cocoapods-podfile_info",
73
- "description":"Shows information on installed Pods."
68
+ "gem": "cocoapods-podfile_info",
69
+ "name": "Pod info",
70
+ "author": "CocoaPods Dev Team",
71
+ "social_media_url": "http://twitter.com/CocoaPods",
72
+ "url": "https://github.com/cocoapods/cocoapods-podfile_info",
73
+ "description": "Shows information on installed Pods."
74
74
  },
75
75
  {
76
- "gem":"cocoapods-repo-svn",
77
- "name":"repo-svn",
78
- "author":"Dusty Clarkda",
79
- "social_media_url":"http://twitter.com/_clarkda",
80
- "url":"https://github.com/clarkda/cocoapods-repo-svn",
81
- "description":"Adds subversion support to manage spec-repositories."
76
+ "gem": "cocoapods-repo-svn",
77
+ "name": "repo-svn",
78
+ "author": "Dusty Clarkda",
79
+ "social_media_url": "http://twitter.com/_clarkda",
80
+ "url": "https://github.com/clarkda/cocoapods-repo-svn",
81
+ "description": "Adds subversion support to manage spec-repositories."
82
82
  },
83
83
  {
84
- "gem":"cocoapods-repo-hg",
85
- "name":"repo-hg",
86
- "author":"Dusty Clarkda",
87
- "social_media_url":"http://twitter.com/_clarkda",
88
- "url":"https://github.com/clarkda/cocoapods-repo-hg",
89
- "description":"Adds mercurial support to manage spec-repositories."
84
+ "gem": "cocoapods-repo-hg",
85
+ "name": "repo-hg",
86
+ "author": "Dusty Clarkda",
87
+ "social_media_url": "http://twitter.com/_clarkda",
88
+ "url": "https://github.com/clarkda/cocoapods-repo-hg",
89
+ "description": "Adds mercurial support to manage spec-repositories."
90
90
  },
91
91
  {
92
- "gem":"cocoapods-try",
93
- "name":"Pod try",
94
- "author":"CocoaPods Dev Team",
95
- "social_media_url":"http://twitter.com/CocoaPods",
96
- "url":"https://github.com/CocoaPods/cocoapods-try",
97
- "description":"Quickly try the demo project of a Pod."
92
+ "gem": "cocoapods-try",
93
+ "name": "Pod try",
94
+ "author": "CocoaPods Dev Team",
95
+ "social_media_url": "http://twitter.com/CocoaPods",
96
+ "url": "https://github.com/CocoaPods/cocoapods-try",
97
+ "description": "Quickly try the demo project of a Pod."
98
98
  },
99
99
  {
100
- "gem":"cocoapods-watch",
101
- "name":"Pod watch",
102
- "author":"Marin Usalj",
103
- "url":"https://github.com/supermarin/cocoapods-watch",
104
- "description":"Watch for Podfile changes and run pod install."
100
+ "gem": "cocoapods-watch",
101
+ "name": "Pod watch",
102
+ "author": "Marin Usalj",
103
+ "url": "https://github.com/supermarin/cocoapods-watch",
104
+ "description": "Watch for Podfile changes and run pod install."
105
105
  },
106
106
  {
107
- "gem":"cocoapods-roulette",
108
- "name":"Pods Roulette",
109
- "author":"Heiko Behrens, Marcel Jackwerth",
110
- "url":"https://github.com/sirlantis/cocoapods-roulette",
111
- "description":"Builds an empty project with three random pods."
107
+ "gem": "cocoapods-roulette",
108
+ "name": "Pods Roulette",
109
+ "author": "Heiko Behrens, Marcel Jackwerth",
110
+ "url": "https://github.com/sirlantis/cocoapods-roulette",
111
+ "description": "Builds an empty project with three random pods."
112
112
  },
113
113
  {
114
- "gem":"cocoapods-sorted-search",
115
- "name":"Sorted Search",
116
- "author":"Denys Telezhkin",
117
- "url":"https://github.com/DenHeadless/cocoapods-sorted-search",
118
- "description":"Adds a sort subcommand for pod search to sort search results by amount of stars, forks, or github activity."
114
+ "gem": "cocoapods-sorted-search",
115
+ "name": "Sorted Search",
116
+ "author": "Denys Telezhkin",
117
+ "url": "https://github.com/DenHeadless/cocoapods-sorted-search",
118
+ "description": "Adds a sort subcommand for pod search to sort search results by amount of stars, forks, or github activity."
119
119
  },
120
120
  {
121
- "gem":"cocoapods-release",
122
- "name":"Release",
123
- "author":"Oliver Letterer",
124
- "social_media_url":"https://twitter.com/oletterer",
125
- "url":"https://github.com/Sparrow-Labs/cocoapods-release",
126
- "description":"Tags and releases pods for you."
121
+ "gem": "cocoapods-release",
122
+ "name": "Release",
123
+ "author": "Oliver Letterer",
124
+ "social_media_url": "https://twitter.com/oletterer",
125
+ "url": "https://github.com/Sparrow-Labs/cocoapods-release",
126
+ "description": "Tags and releases pods for you."
127
127
  },
128
128
  {
129
- "gem":"cocoapods-clean",
130
- "name":"cocoapods clean",
131
- "author":"Luca Querella",
132
- "url":"https://github.com/BendingSpoons/cocoapods-clean",
133
- "description":"Remove Podfile.lock, Pods/ and *.xcworkspace."
129
+ "gem": "cocoapods-clean",
130
+ "name": "cocoapods clean",
131
+ "author": "Luca Querella",
132
+ "url": "https://github.com/BendingSpoons/cocoapods-clean",
133
+ "description": "Remove Podfile.lock, Pods/ and *.xcworkspace."
134
134
  },
135
135
  {
136
- "gem":"cocoapods-keys",
137
- "name":"CocoaPods Keys",
138
- "author":"Orta Therox, Samuel E. Giddins",
139
- "url":"https://github.com/orta/cocoapods-keys",
140
- "description":"Store sensitive data in your Mac's keychain, that will be installed into your app's source code via the Pods library."
136
+ "gem": "cocoapods-keys",
137
+ "name": "CocoaPods Keys",
138
+ "author": "Orta Therox, Samuel E. Giddins",
139
+ "url": "https://github.com/orta/cocoapods-keys",
140
+ "description": "Store sensitive data in your Mac's keychain, that will be installed into your app's source code via the Pods library."
141
141
  },
142
142
  {
143
- "gem":"cocoapods-packager",
144
- "name":"CocoaPods Packager",
145
- "author":"Kyle Fuller, Boris Bügling",
146
- "url":"https://github.com/CocoaPods/cocoapods-packager",
147
- "description":"Generate a framework or static library from a podspec."
143
+ "gem": "cocoapods-packager",
144
+ "name": "CocoaPods Packager",
145
+ "author": "Kyle Fuller, Boris Bügling",
146
+ "url": "https://github.com/CocoaPods/cocoapods-packager",
147
+ "description": "Generate a framework or static library from a podspec."
148
148
  },
149
149
  {
150
- "gem":"cocoapods-links",
151
- "name":"CocoaPods Links",
152
- "author":"Mike Owens",
153
- "social_media_url":"https://twitter.com/mikejowens",
154
- "url":"https://github.com/mowens/cocoapods-links",
155
- "description":"A CocoaPods plugin to manage local development pods"
150
+ "gem": "cocoapods-links",
151
+ "name": "CocoaPods Links",
152
+ "author": "Mike Owens",
153
+ "social_media_url": "https://twitter.com/mikejowens",
154
+ "url": "https://github.com/mowens/cocoapods-links",
155
+ "description": "A CocoaPods plugin to manage local development pods"
156
156
  },
157
157
  {
158
158
  "gem": "cocoapods-prune-localizations",
@@ -168,6 +168,48 @@
168
168
  "author": "Mason Glidden",
169
169
  "url": "https://github.com/Yelp/cocoapods-readonly",
170
170
  "description": "Developers switching from submodules are used to modifying library source files from within Xcode. This locks those files as needed so Xcode warns you when attempting to edit them."
171
+ },
172
+ {
173
+ "gem": "cocoapods-thumbs",
174
+ "name": "CocoaPods Thumbs",
175
+ "author": "Pablo Bendersky",
176
+ "url": "https://github.com/quadion/cocoapods-thumbs",
177
+ "description": "Use cocoapods-thumbs to check upvotes or downvotes of Podspecs from your peers based on past experiences."
178
+ },
179
+ {
180
+ "gem": "cocoapods-blacklist",
181
+ "name": "CocoaPods Blacklist",
182
+ "author": "David Grandinetti",
183
+ "url": "https://github.com/yahoo/cocoapods-blacklist",
184
+ "description": "Check if a project is using a banned version of a pod. Handy for security audits."
185
+ },
186
+ {
187
+ "gem": "cocoapods-superdeintegrate",
188
+ "name": "CocoaPods Superdeintegrate",
189
+ "author": "Ash Furrow",
190
+ "url": "https://github.com/ashfurrow/cocoapods-superdeintegrate",
191
+ "description": "Deletes the CocoaPods cache, your derived data folder, and makes sure that your Pods directory is gone."
192
+ },
193
+ {
194
+ "gem": "cocoapods-archive",
195
+ "name": "CocoaPods Archive",
196
+ "author": "fjbelchi, alexito4",
197
+ "url": "https://github.com/fjbelchi/cocoapods-archive",
198
+ "description": "cocoapods-archive plugin that archive your project"
199
+ },
200
+ {
201
+ "gem": "cocoapods-check",
202
+ "name": "CocoaPods Check",
203
+ "author": "Matt Di Iorio",
204
+ "url": "https://github.com/square/cocoapods-check",
205
+ "description": "Displays differences between locked and installed Pods"
206
+ },
207
+ {
208
+ "gem": "cocoapods-acknowledgements",
209
+ "name": "CocoaPods Acknowledgements",
210
+ "author": "Fabio Pelosin, Orta Therox, Marcelo Fabri",
211
+ "url": "https://github.com/CocoaPods/cocoapods-acknowledgements",
212
+ "description": "CocoaPods plugin that generates an acknowledgements plist to make it easy to create tools to use in apps."
171
213
  }
172
214
  ]
173
215
  }
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: 0.4.2
4
+ version: 1.0.0.beta.1
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: 2015-04-03 00:00:00.000000000 Z
12
+ date: 2015-12-30 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,17 +110,17 @@ 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: '0'
120
+ version: 1.3.1
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.4.6
123
+ rubygems_version: 2.5.1
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: CocoaPods plugin which shows info about available CocoaPods plugins.