iconara / mikka

JRuby wrapper for Akka
107 stars 14 forks source link

`gem install mikka` doesn't work #16

Open DonGiulio opened 8 years ago

DonGiulio commented 8 years ago

Hello,

this is what I get:

$ gem install mikka
ERROR:  Could not find a valid gem 'mikka' (>= 0) in any repository
ERROR:  Possible alternatives: mokka

and if I do with a Gemfile as follows:

source 'https://rubygems.org'
ruby '2.3.0'
gem 'mikka'

I get:

$ bundle
Fetching gem metadata from https://rubygems.org/....
Fetching version metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "akka-actor-jars":
  In Gemfile:
    mikka was resolved to 1.0.0, which depends on
      akka-actor-jars (~> 1.1.0)

Could not find gem 'akka-actor-jars (~> 1.1.0)', which is required by gem 'mikka', in any of the sources.

I'm seeing this project has not been maintained for quite a while, what happened?

Thanks

iconara commented 8 years ago

Mikka requires JRuby.