Open GoogleCodeExporter opened 9 years ago
Current version is revision 110. What's wrong with using that number in
CocoaPods?
Original comment by julien.c...@gmail.com
on 20 Apr 2013 at 3:49
(also gtm-oauth2 doesn't use git, but svn)
Original comment by julien.c...@gmail.com
on 20 Apr 2013 at 3:51
Currently, the revision used for podspec is 107. You can update it because I
think that would be fine in 110.
https://github.com/CocoaPods/Specs/blob/master/gtm-oauth2/0.0.1/gtm-oauth2.podsp
ec
Original comment by r...@archyapp.com
on 22 Apr 2013 at 8:37
The problem with revision numbers is that they don't provide any information
about the changes being made. For example, are there any deprecations or
backward incompatible changes being introduced with a particular revision?
Semantic versioning aims to solve that problem.
See: http://semver.org/ for a full explanation.
Frankly, I'm surprised that Google isn't doing this already. It is such a
brilliant concept.
btw, these can be implemented as tags in subversion like so:
svn copy http://gtm-oauth2.googlecode.com/svn/trunk/
http://gtm-oauth2.googlecode.com/svn/tags/1.0.0 -m "Tag release 1.0.0"
Original comment by j.a.grig...@gmail.com
on 13 Mar 2014 at 6:08
Original issue reported on code.google.com by
r...@archyapp.com
on 22 Mar 2013 at 12:38