Sha256: e6574a252ff5d97ea041913b074828d4c89896f240495ed96f1fbf1e22fc99b5

Contents?: true

Size: 702 Bytes

Versions: 8

Compression:

Stored size: 702 Bytes

Contents

require 'hoe'
require './lib/sportdb/config/version.rb'

Hoe.spec 'sportdb-config' do

  self.version = SportDb::Boot::VERSION

  self.summary = "sportdb-config - sport.db configuration settings and built-in defaults"
  self.description = summary

  self.urls = ['https://github.com/sportdb/sport.db']

  self.author = 'Gerald Bauer'
  self.email = 'opensport@googlegroups.com'

  # switch extension to .markdown for gihub formatting
  self.readme_file = 'README.md'
  self.history_file = 'HISTORY.md'

  self.licenses = ['Public Domain']

  self.extra_deps = [
    ['csvreader',   '>= 1.2.4'],
  ]

  self.spec_extras = {
   :required_ruby_version => '>= 2.2.2'
  }

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sportdb-config-0.5.3 Rakefile
sportdb-config-0.5.2 Rakefile
sportdb-config-0.5.1 Rakefile
sportdb-config-0.5.0 Rakefile
sportdb-config-0.4.1 Rakefile
sportdb-config-0.4.0 Rakefile
sportdb-config-0.3.6 Rakefile
sportdb-config-0.3.5 Rakefile