Sha256: 36900ad04bf3217d6dd588ad3e2556a4722559c3c10bc726da33da59ef9765a6

Contents?: true

Size: 816 Bytes

Versions: 6

Compression:

Stored size: 816 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, but not actually required by the gem at runtime 
    gemspec.add_development_dependency('hitimes', '~> 0')
    gemspec.add_development_dependency('rspec', '~> 2.14.1')
    gemspec.add_development_dependency('jeweler')
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
google_hash-0.9.0 Rakefile
google_hash-0.8.9 Rakefile
google_hash-0.8.8 Rakefile
google_hash-0.8.7 Rakefile
google_hash-0.8.6 Rakefile
google_hash-0.8.5 Rakefile