Sha256: 31b1e1d3fc901078cee319ad498d7a855fe3ddd8273d394e2ba161f6f2eaa078

Contents?: true

Size: 759 Bytes

Versions: 7

Compression:

Stored size: 759 Bytes

Contents

name = File.basename( __FILE__, '.gemspec' )
version = File.read(File.expand_path('../VERSION', __FILE__)).strip
require 'date'

Gem::Specification.new do |s|

  s.authors = ['Tom Locke']
  s.email = 'tom@tomlocke.com'
  s.homepage = 'http://hobocentral.net'
  s.rubyforge_project = 'hobo'
  s.summary = 'Core Ruby extensions from the Hobo project'
  s.description = 'Core Ruby extensions from the Hobo project'

  s.add_runtime_dependency('rails', [">= 3.0.0"])
  s.add_development_dependency('rubydoctest', [">= 0"])

  s.files = `git ls-files -x #{name}/* -z`.split("\0")

  s.name = name
  s.version = version
  s.date = Date.today.to_s

  s.required_rubygems_version = ">= 1.3.6"
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]

end


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hobo_support-1.3.0.pre31 hobo_support.gemspec
hobo_support-1.3.0.pre29 hobo_support.gemspec
hobo_support-1.3.0.pre28 hobo_support.gemspec
hobo_support-1.3.0.pre27 hobo_support.gemspec
hobo_support-1.3.0.pre26 hobo_support.gemspec
hobo_support-1.3.0.pre25 hobo_support.gemspec
hobo_support-1.3.0.pre24 hobo_support.gemspec