simsicon / weibo_2

A ruby gem for sina weibo oauth2 api, with examples, and it actually works.
MIT License
194 stars 86 forks source link

Update weibo_2.gemspec for rails4 #13

Closed gfreezy closed 10 years ago

simsicon commented 10 years ago

Nice! Thanks for your pull request, could you please also note it in the README.md to describe its Rails 4 compatibility?

gfreezy commented 10 years ago

Rails 依赖 'multi_json' , "~> 1.8.2" ,而weibo_2依赖 ~> 1.7.2 ,我直接把 multi_json升级,可以使用。

simsicon commented 10 years ago

Yeah, sure, but I was just thinking you could help me to put a little bit info about Rails 4 compatibility in README.md, then commit it to this pull request as well, so other developers new to this project would be confident it with Rails4.

Thanks Alex!

simsicon commented 10 years ago

Thanks @gfreezy for your awesome pull, there was another pull were trying to solve the problem, I think it's a more general way to solve it. Thank you for your contributions in this project and others!