Hi Paul,
Just installed new version and tried with Rails 3.1 app, basic app
with a few models
Env details are, Windows 7 service pack 1, RailsInstaller 2.0.1
Added gem - with no version - to gemfile
Ran bundle install, and bundle install picked up feedzirra 0.0.31;
which seems to work fine.
Tried from rails console, can get feeds ok. At least we can move on
now.
But cant understand why bundler didnt pick up this old version when I
tried a few weeks ago and kept on failing ???
Then, tried with version 0.1.2, but bundler fails with following
errors.
Can forward the screen dumps if required, cant seem to attach here.
Need any other info ?
Cheers
Sev
=============================================> gem "feedzirra",
"0.1.2"
d:\RailsWork\cm_noauth>bundle install
Fetching source index for
http://rubygems.org/
Bundler could not find compatible versions for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (3.1.1)
In Gemfile:
feedzirra (= 0.1.2) x86-mingw32 depends on
activesupport (~> 3.0.8) x86-mingw32
Running `bundle update` will rebuild your snapshot from scratch, using
only
the gems in your Gemfile, which may resolve the conflict.