sathia@sathia27 ~ $ sudo gem search cassandra --remote

*** REMOTE GEMS ***

activerecord-cassandra-adapter (0.1.0)
cassandra (0.12.1)
cassandra-cql (1.0.2)
cassandra-jars (1.0.0 java)

Try search for name.
If that exist, but you cannot install.
you need to update ruby gems.
and then you can be install gem

and then if you cannot install it.
Please install its dependency
See its dependency by below command


sathia@sathia27 ~ $ sudo gem dependency cassandra --remote
Gem cassandra-0.12.1
  json (>= 0)
  rake (>= 0)
  simple_uuid (>= 0.2.0)
  thrift_client (>= 0.7.0)

Gem cassandra-cql-1.0.2
  bundler (>= 1.0.0, development)
  rake (>= 0.9.2, development)
  rcov (>= 0.9.9, development)
  rspec (>= 2.6.0, development)
  simple_uuid (>= 0.2.0)
  thrift_client (>= 0.7.1)
  yard (>= 0.7.2, development)

Gem cassandra-model-0.2.4
  cassandra (>= 0, development)
  shoulda (>= 0, development)

Gem cassandra_client-0.3
  json (>= 0)

Gem cassandra_mapper-0.0.1
  cassandra (>= 0)
  mocha (>= 0, development)
  rake (>= 0, development)
  shoulda (>= 0, development)
  simple_mapper (>= 0)
  tzinfo (>= 0)

------------------------------------------------------------------------------------------
Regards
sathia

Here I share my experiments with open source.
http://www.sathia27.wordpress.com
<http://www.sathia27.wordpress.com/>http://www.lquery.com<http://www.sathia27.wordpress.com/>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to