ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

RUBY_PLATFORM value check in environment.rb needs to be updated #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try running project "google-plus-ruby-starter" on mingw32 environment
2. Fails with exception as RUBY_PLATFORM value is "i386-mingw32"

What is the expected output? What do you see instead?
project should successfully run.

What version of the product are you using? On what operating system?
google-api-client-0.2.0
windows 7
ruby 1.9.2
mingw environment

Original issue reported on code.google.com by peech...@gmail.com on 22 Sep 2011 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by bobaman@google.com on 22 Sep 2011 at 7:44

GoogleCodeExporter commented 9 years ago
There is no reference to RUBY_PLATFORM within the google-plus-ruby-starter 
project. Could you provide a stack trace? Mingw32 is an uncommon environment 
and isn't something we normally test against.

Original comment by bobaman@google.com on 22 Sep 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Also, you could run `ver` from within irb inside mingw and paste the output?

Original comment by bobaman@google.com on 22 Sep 2011 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by bobaman@google.com on 22 Sep 2011 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by bobaman@google.com on 6 Oct 2011 at 9:37