Sha256: 535216933b35b8d0bf6c099580149c8e0500841cb52857881e3f119114ac6f59

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

# to actually build it locally, run extconf.rb in /ext, then make

require 'jeweler' # 1.8.4 also libxml2-dev package on linux and libxslt-dev
Jeweler::Tasks.new do |gemspec|
    gemspec.name = "google_hash"
    gemspec.summary = "Ruby wrappers to the google hash library"
    gemspec.description = gemspec.summary
    gemspec.email = "rogerdpack@gmail.com"
    gemspec.homepage = "http://github.com/rdp/ruby_google_hash"
    gemspec.authors = ["rogerdpack"]
    gemspec.add_runtime_dependency 'sane', '~> 0' # real dependency as it's used for building the gem, in the extconf.rb file itself
    gemspec.add_development_dependency('hitimes', '~> 0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google_hash-0.8.4 Rakefile