# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: naether 0.13.3 java lib Gem::Specification.new do |s| s.name = "naether" s.version = "0.13.3" s.platform = "java" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Guymon"] s.date = "2014-03-07" s.description = "Java dependency resolver using Maven's Aether" s.email = "michael@tobedevoured.com" s.extensions = ["Rakefile"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "Rakefile", "VERSION", "core-0.13.3.jar", "doc/Naether.html", "doc/Naether/Bootstrap.html", "doc/Naether/Configurator.html", "doc/Naether/Java.html", "doc/Naether/Java/JRuby.html", "doc/Naether/Java/Ruby.html", "doc/Naether/Maven.html", "doc/Naether/Notation.html", "doc/Naether/Runtime.html", "doc/_index.html", "doc/class_list.html", "doc/css/common.css", "doc/css/full_list.css", "doc/css/style.css", "doc/file.README.html", "doc/file_list.html", "doc/frames.html", "doc/index.html", "doc/js/app.js", "doc/js/full_list.js", "doc/js/jquery.js", "doc/method_list.html", "doc/top-level-namespace.html", "jar_dependencies.yml", "lib/naether.rb", "lib/naether/bootstrap.rb", "lib/naether/configuration.rb", "lib/naether/java.rb", "lib/naether/java/jruby.rb", "lib/naether/java/ruby.rb", "lib/naether/maven.rb", "lib/naether/notation.rb", "lib/naether/runtime.rb", "naether.gemspec", "pom.xml" ] s.homepage = "http://github.com/mguymon/naether" s.licenses = ["Apache"] s.require_paths = ["lib"] s.rubyforge_project = "naether" s.rubygems_version = "2.1.9" s.summary = "Java dependency resolver using Maven's Aether" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, ["> 2.9.0"]) s.add_development_dependency(%q, ["~> 2.0.0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, ["> 2.9.0"]) s.add_dependency(%q, ["~> 2.0.0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, ["> 2.9.0"]) s.add_dependency(%q, ["~> 2.0.0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end