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

Old version in gem repository #7

Closed
mqbik opened this issue Mar 18, 2014 · 3 comments
Closed

Old version in gem repository #7

mqbik opened this issue Mar 18, 2014 · 3 comments

Comments

@mqbik
Copy link

mqbik commented Mar 18, 2014

Hi,

I just tried your gem and like it very much, but I spoted one problem.

When I installed it by
gem install gsm_encoder
Version I got is one without last commit - can_encode?

@squidpunch
Copy link
Collaborator

What version do you see installed? I don't have access to the rubygems project page for the gem but it should be available. I am using this in a project of my own

 bundle show gsm_encoder
/Users/davidlarrabee/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/gsm_encoder-0.1.5

Loading development environment (Rails 3.2.17)

Frame number: 0/4
[1] pry(main)> GSMEncoder.can_encode? 'tat'
=> true
[2] pry(main)> GSMEncoder.can_encode? 'blah'
=> true
[3] pry(main)> GSMEncoder.can_encode? 'привет'
=> false

@yury
Copy link
Owner

yury commented Mar 18, 2014

released v0.1.6. Thank you.

@yury yury closed this as completed Mar 18, 2014
@mqbik
Copy link
Author

mqbik commented Mar 18, 2014

thanks for such a quick reaction :)
it is fine now

2014-03-18 22:28 GMT+01:00 Yury Korolev notifications@github.com:

Closed #7 #7.

Reply to this email directly or view it on GitHubhttps://github.com//issues/7
.

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