Sha256: 0926016b33a242bee3877881a921d85ba2439eee4a167447d4ef05f4f97e3f31

Contents?: true

Size: 625 Bytes

Versions: 3

Compression:

Stored size: 625 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_dependency('sane') # real dependency as it's used for building the gem, in the extconf.rb file
    gemspec.add_development_dependency('hitimes')
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google_hash-0.8.3 Rakefile
google_hash-0.8.2 Rakefile
google_hash-0.8.1 Rakefile