-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Release 0.7.0 #60
Release 0.7.0 #60
Conversation
Ran The gemspec check is clean; |
## 0.7.0 (2014-08-09) | ||
|
||
* Add support for TagLib::RIFF::AIFF (#52, by @tchev) | ||
* Add support for TagLib::RIFF::WAV (#52, by @tchev) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, wrong PR number. Will fix.
Next step: cross-compile for windows and test the windows gem. |
Could you assign the PR back to me when the windows build checks out @robinst ? |
* Add support for TagLib::RIFF::WAV (#57, by @tchev) | ||
* Associate filesystem encoding to filename strings | ||
* Allow CXX override during gem installation | ||
* Documentation updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if you agree with this selection @robinst ; I made it looking at the list of closed PR's.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another good way to look through the changes is this:
git log --first-parent v0.6.0..
Let's also add something about Heroku, maybe:
- Try to detect location of
vendor/taglib
on Heroku (Issue with installing taglib on Heroku #28)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tip! I added the heroku change.
Nice work so far! Some things:
|
I rebased on #61; tests still pass for TagLib 1.7.2, 1.8, 1.9.1. |
I signed into rubygems.org to check gem authorship; confirmed. |
Added @tchev to the authors in the gemspec. |
Back to you @robinst |
Made some progress for the binary gem today, see commits on master. Unfortunately, I ran into a problem, see rake-compiler/rake-compiler#95 |
@robinst you are a brave man. |
Made some more progress, will test if the resulting gem works tomorrow. |
Haha, more like stubborn :). |
Ok, I didn't have any success, I say we release 0.7.0 without a Windows binary gem. I created #62 to track the problem. So yeah, apart from that I'd say we're good for release. Update the date in |
Yay :)! Any problems? I updated the website: http://robinst.github.io/taglib-ruby/ Works nicely on mobile now thanks to Bootstrap 3. |
No description provided.