Skip to content
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

VERSION = "2.2.1" -> bug, body.split #65

Closed
mfo opened this issue Sep 6, 2016 · 3 comments
Closed

VERSION = "2.2.1" -> bug, body.split #65

mfo opened this issue Sep 6, 2016 · 3 comments

Comments

@mfo
Copy link
Contributor

mfo commented Sep 6, 2016

Hi Guys, first of all great job for this gem, I've been using it for years : always worked smoothly.

Unfortunately the 2.2.1.gem from rubygems.org is missing the following commit that fixes the body.split instead of body.to_s.split

You can validate this issue by downloading the gem, unpacking it and finding greping the code :

wget https://rubygems.org/downloads/mini_fb-2.2.1.gem
gem unpack mini_fb-2.2.1.gem
cat lib/mini_fb.rb | grep 'resp.split'

Can you release a 2.2.2 with this bugfix ?

@lucaswxp
Copy link

+1

@treeder
Copy link
Member

treeder commented Oct 24, 2016

Ya, let me push a new release, hang tight....

@treeder
Copy link
Member

treeder commented Oct 24, 2016

2.2.2 released.

@treeder treeder closed this as completed Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants