-
Notifications
You must be signed in to change notification settings - Fork 26
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
Resolves gemspec deprecation warnings on the Rails engine and Faye Extensions #213
Resolves gemspec deprecation warnings on the Rails engine and Faye Extensions #213
Conversation
s.homepage = "TODO" | ||
s.summary = "TODO: Summary of Saas." | ||
s.description = "TODO: Description of Saas." | ||
s.homepage = "https://github.com/huboard/huboard-web/vender/gems/faye_extensions" |
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.
I'm going to pull this down with #201 and see if a clean |
s.homepage = "TODO" | ||
s.summary = "TODO: Summary of Saas." | ||
s.description = "TODO: Description of Saas." | ||
s.homepage = "https://github.com/huboard/huboard-web/tree/master/vendor/gems/faye_extensions " |
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.
Extra space at the end :)
Good call, if that fixes it ill throw my hat (I dont have a hat...) |
Looks pretty harmeless
|
I don't remember 100% what I was seeing before, but everything seems to be 🆒 locally for me. You might try a clean |
…ation_warnings Resolves gemspec deprecation warnings on the Rails engine and Faye Extensions
This was blocking our deployments to heroku as of this build pack deploy: heroku/heroku-buildpack-ruby#461
The deprecations look something like this:
![image](https://cloud.githubusercontent.com/assets/1130665/13337035/7bf3ac5e-dbd6-11e5-90c2-8007291d10d3.png)
On deploy they would literally prevent
analytics-ruby
from the rails enginegemspec
from installing.Take a look at the diff to see the offending code, pretty weird that
'TODO'
strings would cause such a fuss.