Sha256: 0cb000c29e6d8c6514338ebbdcdce247355fbcd2751d137631f0f413cd839f31

Contents?: true

Size: 638 Bytes

Versions: 11

Compression:

Stored size: 638 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.spec_extras = {
   :required_ruby_version => '>= 2.2.2'
  }

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sportdb-config-0.3.4 Rakefile
sportdb-config-0.3.3 Rakefile
sportdb-config-0.3.2 Rakefile
sportdb-config-0.3.1 Rakefile
sportdb-config-0.3.0 Rakefile
sportdb-config-0.2.3 Rakefile
sportdb-config-0.2.2 Rakefile
sportdb-config-0.2.1 Rakefile
sportdb-config-0.2.0 Rakefile
sportdb-config-0.1.0 Rakefile
sportdb-config-0.0.1 Rakefile