boredzo / iso-8601-date-formatter

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
http://boredzo.org/iso8601dateformatter/
Other
600 stars 140 forks source link

Tag Releases #8

Closed mattt closed 11 years ago

mattt commented 11 years ago

Long ago, I created the @ISO8601DateFormatter organization to host a mirror of this library in order to be used with CocoaPods. One of the constraints is that official pods need to point to tags, so I added that to the fork. It was only recently that I found this repo on GitHub.

I'd love to shut down my org and point the old specs to this. All it would take is for you to tag your commits thusly:

boredzo commented 11 years ago

Hm, I didn't notice that the tags hadn't come across. Sorry about that. I'll do it after vacation.

mattt commented 11 years ago

Sure thing! Thanks for your response.

mattt commented 11 years ago

Just going through my GitHub organizations again today. It'd be great to kill @ISO8601DateFormatter and get everything pointing to this project.

When you have a chance, could you run the following commands:

$ git tag -a 0.6 87068ab
$ git tag -a 0.5 8d0efbe
$ git tag -a 0.4 d357f89
$ git push origin master --tags
boredzo commented 11 years ago

Done. Thanks for the report and the reminder.

mattt commented 11 years ago

:+1: Thanks!