- None.
- None.
- None.
- Use a more robust
Trunk
init when pushing.
Igor Makarov #135
- None.
- Update to get the master spec repo from
Source::Manager
for validation - effectively use the new CDNTrunkSource
for podspec validation and not a hard-coded URL
Igor Makarov #132 CocoaPods#9112
- None.
- None.
-
Add skip test option to trunk push
Dimitris Koutsogiorgas #93 -
Update development dependencies to support MRI 2.3+ jasl #93
- None.
- None.
-
Properly display
pod trunk deprecate
command line options
Dimitris Koutsogiorgas #6486 -
Add
--skip-import-validation
to skip linking a pod during lint.
Dimitris Koutsogiorgas #86
- None.
- Checks that
Pod::Validator
hasswift_version=
for CocoaPods <= 1.1.0 support.
Danielle Tomlinson #6209
- None.
- Support submitting from multiple versions of CocoaPods.
Samuel Giddins
-
Passes the pod's version of Swift used for deployment to the CocoaPods Specs repo
Orta #92 -
Prettier success message when successfully pushed a new version Marin #76
- None.
- Pass --swift-version to the Validator during
pod lib lint
Danielle Tomlinson #92
- None.
- None.
- Don't print the invocation of
/bin/date
.
Samuel Giddins
- Make the error loading a specification during
pod trunk push
more informative.
Samuel Giddins #63
- None.
- None.
- Compatibility With CocoaPods 1.0.0.beta.8.
Samuel Giddins #61
- The failure reason is printed when validation fails during
pod trunk push
.
Samuel Giddins CocoaPods#5073
- None.
- Send a body with the
PATCH
request to deprecate a pod.
Samuel Giddins #52
-
The
pod deprecate PODNAME
command has been added to deprecate all versions of a pod.
Samuel Giddins #31 -
The
pod delete PODNAME VERSION
command has been added to delete a single version of a pod.
Samuel Giddins
- If the master repo has not been setup when pushing a spec, run
pod setup
instead of failing.
Samuel Giddins #48
- This release fixes installation compatibility issues when using the RubyGem
due to an incompatible dependency on
nap
.
Samuel Giddins
- This release fixes a file permissions error when using the RubyGem.
Samuel Giddins
- The
--allow-warnings
flag topod trunk push
is now propagated to the trunk server.
Samuel Giddins CocoaPods#3855
- The
master
specs repo is updated before and after pushing a new spec to trunk.
Samuel Giddins #43
- Allow specifying a Trunk token via the
COCOAPODS_TRUNK_TOKEN
environment variable.
Samuel Giddins CocoaPods#3224
- Lint as a framework automatically. If needed, the
--use-libraries
option allows linting as a static library.
Boris Bügling #2912
- Fix the detection of spec validation errors, and present the proper error
(and messages) to the user.
Orta Therox #39
-
Added
pod trunk remove-owner
command to remove an owner from a pod.
Samuel Giddins #35 -
Added
pod trunk info
command to get information for a pod, including the owners.
Kyle Fuller #15
- Improved code readability and structure by splitting subcommands
into individual files.
Olivier Halligon #21
- Updates for changes in CocoaPods regarding
--allow-warnings
.
Kyle Fuller Cocoapods#2831
- Fixes installation issues with the JSON dependency.
Eloy Durán CocoaPods#2773
- Fixes an issue introduced with the release of
netrc 0.7.8
.
Samuel Giddins CocoaPods#2674
- When linting, only allow dependencies from the 'master' specs repository.
Samuel Giddins #28
- Fixes an issue where
pod trunk push
doesn't show which validation errors and just stated it failed.
Kyle Fuller #26
-
Network errors are now gracefully handled.
Samuel E. Giddins -
Adopted new argument format of CLAide.
Olivier Halligon
- Initial release.