Sha256: 12577f86b9679588cdf25131d090bdd28e55c6c5edaa80f415ddcc103731972e

Contents?: true

Size: 878 Bytes

Versions: 17

Compression:

Stored size: 878 Bytes

Contents

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

require 'rubygems'
require 'hoe'

Hoe.spec "brand2csv" do
  self.author      = "Niklaus Giger, Zeno R.R. Davatz" # gem.authors
  self.email       = "yasaka@ywesee.com, zdavatz@ywesee.com"
  self.description = "brand2csv creates csv files for swiss brand registered in a specific time period. 
  The csv contains the brand, link to image (if present), link to the detailinfo at swissreg.ch, name and address of owner (Inhaber)"
  self.summary     = "brand2csv creates csv files for swiss brands."
  self.urls        = ["https://github.com/zdavatz/brand2csv"] # gem.homepage

  # gem.add_runtime_dependency
  self.extra_deps << ['mechanize', '>= 2.6']

  # gem.add_development_dependency
  self.extra_dev_deps << ['rspec']
  self.extra_dev_deps << ['webmock']
  self.extra_dev_deps << ['hoe', '>= 3.4']
  self.extra_dev_deps << ['rdoc']
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
brand2csv-0.2.7 Rakefile
brand2csv-0.2.6 Rakefile
brand2csv-0.2.5 Rakefile
brand2csv-0.2.4 Rakefile
brand2csv-0.2.3 Rakefile
brand2csv-0.2.2 Rakefile
brand2csv-0.2.1 Rakefile
brand2csv-0.2.0 Rakefile
brand2csv-0.1.9 Rakefile
brand2csv-0.1.8 Rakefile
brand2csv-0.1.7 Rakefile
brand2csv-0.1.6 Rakefile
brand2csv-0.1.5 Rakefile
brand2csv-0.1.4 Rakefile
brand2csv-0.1.3 Rakefile
brand2csv-0.1.2 Rakefile
brand2csv-0.1.1 Rakefile