Skip to content

Commit

Permalink
fill out gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dradetsky committed May 21, 2015
1 parent 1982bb9 commit a209844
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions seeklib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ Gem::Specification.new do |s|
s.name = 'seeklib'
s.authors = ['Daniel Radetsky']
s.email = ['[email protected]']
# s.homepage = <repo>
s.summary = 'fuck you rubygems'
s.version = '0.0.0'
s.homepage = 'https://bitbucket.org/dradetsky/seeklib/'
s.license = 'WTFPL'
s.summary = 'seeklib ffi bindings'
s.description = 'ffi bindings for seeklib, the fingerprint algorithm of imgseek'
s.version = '0.0.1'
s.files = ['lib/seeklib.rb']
s.require_paths = ['lib']
s.add_runtime_dependency "ffi", ["~> 1.9"]
Expand Down

0 comments on commit a209844

Please sign in to comment.