We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1982bb9 commit a209844Copy full SHA for a209844
seeklib.gemspec
@@ -3,9 +3,11 @@ Gem::Specification.new do |s|
3
s.name = 'seeklib'
4
s.authors = ['Daniel Radetsky']
5
s.email = ['[email protected]']
6
- # s.homepage = <repo>
7
- s.summary = 'fuck you rubygems'
8
- s.version = '0.0.0'
+ s.homepage = 'https://bitbucket.org/dradetsky/seeklib/'
+ s.license = 'WTFPL'
+ s.summary = 'seeklib ffi bindings'
9
+ s.description = 'ffi bindings for seeklib, the fingerprint algorithm of imgseek'
10
+ s.version = '0.0.1'
11
s.files = ['lib/seeklib.rb']
12
s.require_paths = ['lib']
13
s.add_runtime_dependency "ffi", ["~> 1.9"]
0 commit comments