Sha256: ff3cf9e8251794eea402bfa33ed61a0eb075ac7e7d269281b6acdfed8b206d0a

Contents?: true

Size: 947 Bytes

Versions: 14

Compression:

Stored size: 947 Bytes

Contents

# vim: syntax=ruby
load 'tasks/this.rb'

This.name     = "hitimes"
This.author   = "Jeremy Hinegardner"
This.email    = "jeremy@copiousfreetime.org"
This.homepage = "http://github.com/copiousfreetime/#{ This.name }"

This.ruby_gemspec do |spec|
  spec.add_development_dependency( 'rake'         , '~> 12.0')
  spec.add_development_dependency( 'minitest'     , '~> 5.5' )
  spec.add_development_dependency( 'rdoc'         , '~> 5.0'  )
  spec.add_development_dependency( 'json'         , '~> 2.0' )
  spec.add_development_dependency( 'rake-compiler', '~> 1.0' )
  spec.add_development_dependency( 'rake-compiler-dock', '~> 0.6' )
  spec.add_development_dependency( 'simplecov'    , '~> 0.14' )

  spec.extensions.concat This.extension_conf_files
  spec.license = "ISC"
end

This.java_gemspec( This.ruby_gemspec ) do |spec|
  spec.extensions.clear
  spec.files << "lib/hitimes/hitimes.jar"
end

load 'tasks/default.rake'
load 'tasks/extension.rake'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hitimes-1.3.1-x64-mingw32 Rakefile
hitimes-1.3.1-x86-mingw32 Rakefile
hitimes-1.3.1-java Rakefile
hitimes-1.3.1 Rakefile
hitimes-1.3.0-x64-mingw32 Rakefile
hitimes-1.3.0-x86-mingw32 Rakefile
hitimes-1.3.0-java Rakefile
hitimes-1.3.0 Rakefile
hitimes-1.2.6-x86-mingw32 Rakefile
hitimes-1.2.6-java Rakefile
hitimes-1.2.6 Rakefile
hitimes-1.2.5-java Rakefile
hitimes-1.2.5-x86-mingw32 Rakefile
hitimes-1.2.5 Rakefile