# -*- encoding: utf-8 -*-
# stub: marc4j4r 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "marc4j4r".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["BillDueber".freeze]
  s.date = "2010-02-14"
  s.description = "Syntactic sugar and some extra methods to deal with classes in the marc4j java package".freeze
  s.email = "bill@dueber.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "doc/ControlFieldImpl.html".freeze, "doc/DataFieldImpl.html".freeze, "doc/Java/OrgMarc4j/MarcReader.html".freeze, "doc/MARC4J4R.html".freeze, "doc/MARC4J4R/Reader.html".freeze, "doc/RecordImpl.html".freeze, "doc/SubfieldImpl.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "jars/marc4j.jar".freeze, "lib/marc4j4r.rb".freeze, "test/helper.rb".freeze, "test/one.dat".freeze, "test/one.xml".freeze, "test/test_marc4j4r.rb".freeze]
  s.homepage = "http://github.com/billdueber/marc4j4r".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Use marc4j java library in JRuby in a more ruby-ish way".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_marc4j4r.rb".freeze]

  s.specification_version = 3

  s.add_development_dependency(%q<thoughtbot-shoulda>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze])
end