jimsynz / faye-rails

Simple Rails glue for the Faye messaging protocol.
MIT License
435 stars 79 forks source link

Remove reference to sourceMappingURL, fix dependencies, bump faye to 1.1.2, and bump to version 2.0.3. #90

Closed synthead closed 8 years ago

synthead commented 8 years ago

Fixes #86 and #31.

Includes some gemspec changes necessary for a successful build, and includes a bump to 2.0.2 to reflect said changes.

synthead commented 8 years ago

Added commit to bump faye to 1.1.2 (fixes #81). Added gem version bump to 2.0.3 to reflect said changes.

jimsynz commented 8 years ago

Looks like you need to change the .travis.yml to build against Ruby 2.[2-3]. Want to give that a go?

synthead commented 8 years ago

Sure! Just added 2.2.5 and 2.3.1 to .travis.yml.

synthead commented 8 years ago

It looks like 1.9.3 and 2.0.0 are not supported with some current gem dependencies. If the versions were locked in the gemspec, you could support 1.9.3 and 2.0.0, but these versions are pretty old now. I yanked them out (which is what I think you actually meant by "change" ;) ).

Let me know if this works!

jimsynz commented 8 years ago

Thanks!

synthead commented 8 years ago

You're welcome! Thanks for the merge!