Sha256: 29eb5c3f4e73d37b683917baeaae42702509753f4798b05242abdb9610fba338

Contents?: true

Size: 1.05 KB

Versions: 25

Compression:

Stored size: 1.05 KB

Contents

#!/usr/bin/env ruby
# encoding: utf-8

require 'rubygems'
require 'hoe'

# Hoe.plugin :compiler
# Hoe.plugin :gem_prelude_sucks
# Hoe.plugin :inline
# Hoe.plugin :minitest
# Hoe.plugin :racc
# Hoe.plugin :rubyforge

Hoe.spec 'oddb2xml' do
  self.author      = "Yasuhiro Asaka, Zeno R.R. Davatz" # gem.authors
  self.email       = "yasaka@ywesee.com, zdavatz@ywesee.com"
  self.description = "oddb2xml creates xml files using swissINDEX, BAG-XML and Swissmedic."
  self.summary     = "oddb2xml creates xml files."
  self.urls        = ["https://github.com/zdavatz/oddb2xml"] # gem.homepage

  # gem.add_runtime_dependency
  self.extra_deps << ['rubyzip']
  self.extra_deps << ['archive-tar-minitar']
  self.extra_deps << ['mechanize']
  self.extra_deps << ['nokogiri']
  self.extra_deps << ['savon', '>= 2.0']
  self.extra_deps << ['spreadsheet']

  # gem.add_development_dependency
  self.extra_dev_deps << ['rspec']
  self.extra_dev_deps << ['webmock']
  self.extra_dev_deps << ['ZenTest']

  self.extra_dev_deps << ['hoe', '>= 3.4']
  self.extra_dev_deps << ['rdoc']
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
oddb2xml-1.4.0 Rakefile
oddb2xml-1.3.9 Rakefile
oddb2xml-1.3.8 Rakefile
oddb2xml-1.3.7 Rakefile
oddb2xml-1.3.6 Rakefile
oddb2xml-1.3.5 Rakefile
oddb2xml-1.3.4 Rakefile
oddb2xml-1.3.3 Rakefile
oddb2xml-1.3.2 Rakefile
oddb2xml-1.3.1 Rakefile
oddb2xml-1.3.0 Rakefile
oddb2xml-1.2.9 Rakefile
oddb2xml-1.2.6 Rakefile
oddb2xml-1.2.5 Rakefile
oddb2xml-1.2.4 Rakefile
oddb2xml-1.2.3 Rakefile
oddb2xml-1.2.2 Rakefile
oddb2xml-1.2.1 Rakefile
oddb2xml-1.2.0 Rakefile
oddb2xml-1.1.9 Rakefile