Sha256: e396a9fdb2170daa44cb265dc3a1bbcccfc336e1b0bcfc2361c50b39418c8b9c
Contents?: true
Size: 585 Bytes
Versions: 4
Compression:
Stored size: 585 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' s.files = `git ls-files`.split("\n") s.require_paths = %w(lib) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
eurydice-1.0.3-java | eurydice.gemspec |
eurydice-1.0.2-java | eurydice.gemspec |
eurydice-1.0.1-java | eurydice.gemspec |
eurydice-1.0.0-java | eurydice.gemspec |