-
Notifications
You must be signed in to change notification settings - Fork 2
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
Latest version of blank slate from Jim #2
Conversation
Latest version of blank slate from Jim
Thank you for this, @pboling. It sorta surprised me, then saddened me, and then delighted me to see this in my inbox. |
@JackDanger I think this will resolve the warnings people (including me) are complaining endlessly about here and here. Can it go to rubygems.org as a patch release? My only concern is this includes a bit more than had previously been defined in 'blankslate'. It provides |
I've pushed a new version (2.1.3) with these changes. And I took the time to add a Gemfile (finally). |
I am confused now on several levels. We were on version 3.1.2 of the gem, which was released Sep 7, 2012. You have now released 2.1.3, which I can see on Rubygems.org as the most recently released, but it is not the 'toppermost' version, since But the VERSION file, which the gemspec reads to get the version, still says '2.1.2.4', and hasn't been touched since 2011. @JackDanger Wat? I feel I lack some context here. :) |
FWIW the dependency I have that is pulling in this gem is The
So, it will not let me use your just released fix. :( |
@pboling This is a bit strange. It looks like the 3.x gem that snuck in there was a package of builder v 3. To fix this I've bumped blankslate's version to 3.1.3 and pushed it. Your problems should be solved! |
Wow that's strange. So you're telling me jimson-temp may be depending in reality on builder, not blankslate at all (though the class I need to dig into this more. Thanks for checking. |
@JackDanger I downloaded the Functionally it looks like there would be no runtime compatibility issues, so I think your latest release is all good. 👍 |
https://github.com/jimweirich/builder/blob/master/lib/blankslate.rb