Sha256: 75ca779ec919f5c8cc74e3426ab9914eac817ac0c9784f4aacd1bb9f617e2cc0
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
# to actually build it locally, run extconf.rb in /ext, then make require 'jeweler' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google_hash-0.8.0 | Rakefile |
google_hash-0.7.0 | Rakefile |