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

Bundle install + Added translation expectation (Bad rubygems versions). #71

Merged
merged 1 commit into from
Jun 12, 2013

Conversation

nettsundere
Copy link
Contributor

0.9.0, 0.9.1, 0.9.2 versions from rubygems differs from github version (and there is only 0.9.1 version) and they has no translations for countries (different countries.yaml). I've added the transations-related expectation which wil fail for those rubygems versions. Github version is ok. Please update your rubygems versions of countries.

Example:

gem uninstall countries
gem install countries
irb
require 'countries'
Country.new("US").translations # NoMethodError: undefined method `translations'

The only working way for me now is to install from github.

@hexorx hexorx merged commit 6366c5b into countries:master Jun 12, 2013
@hexorx
Copy link
Collaborator

hexorx commented Jun 12, 2013

The 1.9.2 version bump didn't get pushed to github correctly. I will try to get that fixed. We are getting ready for a 1.0 release and will try to make sure the versions are all taged properly from that point on.

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

Successfully merging this pull request may close these issues.

None yet

2 participants