wells-MacBook-Pro:CMCore wells$ pod release --verbose
==> updating repositories
Updating spec repo `CMSpecs`
$ /usr/bin/git pull --ff-only
Already up-to-date.
Updating spec repo `master`
$ /usr/bin/git pull --ff-only
From https://github.com/CocoaPods/Specs
e513853..bcf6b6a master -> origin/master
Updating e513853..bcf6b6a
Fast-forward
Specs/Bugsnag/5.0.2/Bugsnag.podspec.json | 35 ++++++++++++++++++++++
Specs/Jay/0.1.2/Jay.podspec.json | 26 ++++++++++++++++
Specs/NewTestPod/1.0.0/NewTestPod.podspec.json | 21 +++++++++++++
.../0.1.0/WYAlertController.podspec.json | 22 ++++++++++++++
4 files changed, 104 insertions(+)
create mode 100644 Specs/Bugsnag/5.0.2/Bugsnag.podspec.json
create mode 100644 Specs/Jay/0.1.2/Jay.podspec.json
create mode 100644 Specs/NewTestPod/1.0.0/NewTestPod.podspec.json
create mode 100644 Specs/WYAlertController/0.1.0/WYAlertController.podspec.json
CocoaPods 1.0.0.beta.3 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
==> pod lib lint CMCore.podspec --sources=CMSpecs,master
-> CMCore (0.1.8)
CMCore passed validation.
==> pod lib lint CMCore.podspec --use-libraries --sources=CMSpecs,master
-> CMCore (0.1.8)
CMCore passed validation.
==> git add -A && git commit -m "Releases 0.1.8."
[master 817281e] Releases 0.1.8.
3 files changed, 25 insertions(+), 2 deletions(-)
==> git tag 0.1.8
==> git push && git push --tags
Counting objects: 8, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 916 bytes | 0 bytes/s, done.
Total 8 (delta 7), reused 0 (delta 0)
To https://git.coding.net/wells1013/CMCore.git
3ebf1ec..817281e master -> master
Total 0 (delta 0), reused 0 (delta 0)
To https://git.coding.net/wells1013/CMCore.git
* [new tag] 0.1.8 -> 0.1.8
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Command
···
/usr/bin/pod release --verbose
···
### Report
* What did you do?
* What did you expect to happen?
* What happened instead?
### Stack
···
CocoaPods : 0.39.0
Ruby : ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
RubyGems : 2.5.1
Host : Mac OS X 10.10.5 (14F1021)
Xcode : 7.2 (7C68)
Git : git version 2.5.4 (Apple Git-61)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : CMSpecs - https://git.coding.net/wells1013/CMSpecs.git @ 9c96608c4831f1c7b874f36e59d59f24b07f9e45
master - https://github.com/CocoaPods/Specs.git @ bcf6b6a123efe77172d21d3dd952996506df0a93
···
### Plugins
···
cocoapods-plugins : 0.4.2
cocoapods-release : 0.3.1
cocoapods-search : 0.1.0
cocoapods-stats : 0.6.2
cocoapods-trunk : 0.6.4
cocoapods-try : 0.5.1
···
### Error
···
NoMethodError - undefined method `name' for nil:NilClass
/Library/Ruby/Gems/2.0.0/gems/cocoapods-release-0.3.1/lib/pod/command/release.rb:95:in `block in run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-release-0.3.1/lib/pod/command/release.rb:39:in `each'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-release-0.3.1/lib/pod/command/release.rb:39:in `run'
/Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:312:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/lib/cocoapods/command.rb:47:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/bin/pod:44:in `<top (required)>'
/usr/bin/pod:23:in `load'
/usr/bin/pod:23:in `<main>'
···
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=undefined+method+%60name%27+for+nil%3ANilClass&type=Issues
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
Don't forget to anonymize any private data!