Sha256: 2e1becb1f7133645ef397bbbe8d153c3768e3a86f418502617382ef478aeb410

Contents?: true

Size: 588 Bytes

Versions: 3

Compression:

Stored size: 588 Bytes

Contents

# encoding: utf-8

$: << File.expand_path('../lib', __FILE__)

require 'eurydice/version'


Gem::Specification.new do |s|
  s.name        = 'eurydice'
  s.version     = Eurydice::VERSION
  s.platform    = 'java'
  s.authors     = ['Theo Hultberg']
  s.email       = ['theo@burtcorp.com']
  s.homepage    = 'http://github.com/iconara/eurydice'
  s.summary     = %q{Ruby wrapper for the Pelops library}
  s.description = %q{}

  s.rubyforge_project = 'eurydice'
  
  s.add_dependency 'pelops-jars', '>= 1.2.9'

  s.files         = `git ls-files`.split("\n")
  s.require_paths = %w(lib)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
eurydice-1.1.0.b4-java eurydice.gemspec
eurydice-1.1.0.b3-java eurydice.gemspec
eurydice-1.1.0.b2-java eurydice.gemspec