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

fix for undefined method 'snake_case' #51

Merged
merged 2 commits into from
Feb 24, 2015
Merged

Conversation

paulrossman
Copy link
Contributor

For issue #44. Compatible with latest 'google-api-client' that requires 'extlib'. Fixes 'snake_case'.

paulrossman added a commit that referenced this pull request Feb 24, 2015
fix for undefined method 'snake_case'
@paulrossman paulrossman merged commit b3b1b3e into chef:master Feb 24, 2015
@erjohnso
Copy link
Contributor

Thanks @paulrossman!

@mansona
Copy link

mansona commented Mar 3, 2015

Hey has this been released yet? I'm still getting this error with a fresh install of knife-google

@paulrossman
Copy link
Contributor Author

It's not been released via Rubygems yet. In the meantime, add this to your Gemfile:

gem 'knife-google', '>= 1.3.2', :github => 'chef/knife-google'

and exec knife with:

bundle exec knife google

@zhunpingzhangsc
Copy link

@paulmooring thanks, I tried it but it says:

$ bundle exec knife google
The git source git://github.com/chef/knife-google.git is not yet checked out. Please run bundle install before trying to start your application
$ bundle install
Updating git://github.com/chef/knife-google.git
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Could not find gem 'knife-google (>= 1.3.2) ruby' in git://github.com/chef/knife-google.git (at master).
Source contains 'knife-google' at: 1.3.1

any ideas?

@zhunpingzhangsc
Copy link

downloaded knife-google from github, compile & install problem solved

@ohadperry
Copy link

This solution worked for me. but,
@paulrossman when will it be released to RubyGems?

@samirahmedsc
Copy link

does anybody at chef even care about this ... its been a year and 1.3.2 still hasn't been released...

@paulrossman
Copy link
Contributor Author

We have an major update that we are moving forward with. We will for certain release a new gem after this update has been merged.

@samirahmedsc
Copy link

that is awesome! I have built 2.0.0 from master and it works well ... can't
wait for the easy gem install

On Mon, Feb 8, 2016 at 2:08 PM, Paul Rossman notifications@github.com
wrote:

We have an major update
https://github.com/paulrossman/knife-google/tree/google-api-ruby-client
that we are moving forward with. We will for certain release a new gem
after this update has been merged.


Reply to this email directly or view it on GitHub
#51 (comment).

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.

6 participants