view · edit · sidebar · attach · print · history

20130110-update-oddb2xml-interaction-xml-debug-text-info-plugin

<< | Index | >>


Summary

  • Updated oddb2xml
    • interaction.xml

Commits

Index


Update oddb_interaction.xml

add :TITD:

commit

Debug oddb2xml gem release

no runtime dependency

broken Runtime depenedcy.

Update gemspec, Rakefile to be suitable for Hoe.

rake gem task error by Hoe

** Execute pkg/oddb2xml-1.1.3.gem
cd pkg/oddb2xml-1.1.3
rake aborted!
"oddb2xml, creates xml files using swissINDEX, BAG-XML and Swissmedic." is not a URI
/path/to/ruby/1.9.1/rubygems/specification.rb:2058:in `validate'

** Execute pkg/oddb2xml-1.1.3.gem
cd pkg/oddb2xml-1.1.3
WARNING:  no description specified
WARNING:  no homepage specified
WARNING:  no summary specified
WARNING:  description and summary are identical
  Successfully built RubyGem
  Name: oddb2xml
  Version: 1.1.3
  File: oddb2xml-1.1.3.gem

Ref.

Hoe gem creates unexpected broken gemspec. (it overwrites oddb2xml.gemspec)

$ rake debug_gem
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "oddb2xml"
  s.version = "1.1.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Yasuhiro Asaka, Zeno R.R. Davatz"]
  s.date = "2013-01-10"
  s.description = ""
  s.email = ["yasaka@ywesee.com,  zdavatz@ywesee.com"]
  s.executables = ["oddb2xml"]
  s.extra_rdoc_files = ["History.txt", "Manifest.txt"]
  s.files = [".gitignore", ".rspec", "Gemfile", "History.txt", "LICENSE", "Manifest.txt", "README.md", "Rakefile", "bin/oddb2xml", "lib/oddb2xml.rb", "lib/oddb2xml/builder.rb", "lib/oddb2xml/cli.rb", "lib/oddb2xml/compressor.rb", "lib/oddb2xml/downloader.rb", "lib/oddb2xml/extractor.rb", "lib/oddb2xml/version.rb", "oddb2xml.gemspec", "spec/builder_spec.rb", "spec/cli_spec.rb", "spec/compressor_spec.rb", "spec/data/XMLPublications.zip", "spec/data/epha_interactions.csv", "spec/data/oddb_article.xml", "spec/data/oddb_fi.xml", "spec/data/oddb_fi_product.xml", "spec/data/oddb_limitation.xml", "spec/data/oddb_product.xml", "spec/data/oddb_substance.xml", "spec/data/swissindex.xml", "spec/data/swissindex_nonpharma.xml", "spec/data/swissindex_pharma.xml", "spec/data/swissmedic_fridges.html", "spec/data/swissmedic_fridges.xls", "spec/data/swissmedic_info.html", "spec/data/swissmedic_info.zip", "spec/data/swissmedic_info_2.html", "spec/data/swissmedic_orphans.html", "spec/data/swissmedic_orphans.xls", "spec/data/wsdl.xml", "spec/data/wsdl_nonpharma.xml", "spec/data/wsdl_pharma.xml", "spec/downloader_spec.rb", "spec/extractor_spec.rb", "spec/spec_helper.rb", ".gemtest"]
  s.rdoc_options = ["--main", "README.md"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "oddb2xml"
  s.rubygems_version = "1.8.10"
  s.summary = ""

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rdoc>, ["~> 3.10"])
      s.add_development_dependency(%q<hoe>, ["~> 3.4"])
    else
      s.add_dependency(%q<rdoc>, ["~> 3.10"])
      s.add_dependency(%q<hoe>, ["~> 3.4"])
    end
  else
    s.add_dependency(%q<rdoc>, ["~> 3.10"])
    s.add_dependency(%q<hoe>, ["~> 3.4"])
  end
end

Ref.

http://docs.seattlerb.org/hoe/Hoe.html

Updated Rakefile for Hoe gem release.

commit

Debug textinfo plugin

view · edit · sidebar · attach · print · history
Page last modified on January 10, 2013, at 08:20 AM