Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tag v1.1.0 #69

Closed
ghugues opened this issue Dec 3, 2014 · 4 comments
Closed

Missing tag v1.1.0 #69

ghugues opened this issue Dec 3, 2014 · 4 comments

Comments

@ghugues
Copy link

ghugues commented Dec 3, 2014

The 1.1.0 podspec is referencing the tag v1.1.0, which doesn't exist (see https://github.com/CocoaPods/Specs/blob/master/Specs/Bolts/1.1.0/Bolts.podspec.json)
Could you add the tag or update the podspec ?
Tank you

@ghost
Copy link

ghost commented Dec 4, 2014

The latest version 1.1.3 is properly referenced in the Podspec.
As per Cocoapods repo guidelines - Pull Requests that fix old references are discouraged.

Please update your Podfile to the latest version of Bolts - 1.1.3.

@ghost ghost closed this as completed Dec 4, 2014
@ghugues
Copy link
Author

ghugues commented Dec 4, 2014

I know 1.1.0 is not the latest version. But what if I checkout to an old version of my code ? I do that quite often actually to check that old code still works with a new backend for example, or to do migration testing before releasing a new version of an app. Cocoapods has the Podfile.lock which is a great feature to make sure that when you compile old code you can compile it with the old dependencies. I happen to have an old Podfile.lock which references the 1.1.0 podspec. When the podspec was created the tag probably existed, you must have removed it.

@ghost
Copy link

ghost commented Dec 4, 2014

All done now - here is the v1.1.0 tag, which references the same commit as 1.1.0.

https://github.com/BoltsFramework/Bolts-iOS/releases/tag/v1.1.0

@ghugues
Copy link
Author

ghugues commented Dec 4, 2014

Thanks a lot !

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant