Skip to content

Commit a209844

Browse files
committed
fill out gemspec
1 parent 1982bb9 commit a209844

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

seeklib.gemspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Gem::Specification.new do |s|
33
s.name = 'seeklib'
44
s.authors = ['Daniel Radetsky']
55
s.email = ['[email protected]']
6-
# s.homepage = <repo>
7-
s.summary = 'fuck you rubygems'
8-
s.version = '0.0.0'
6+
s.homepage = 'https://bitbucket.org/dradetsky/seeklib/'
7+
s.license = 'WTFPL'
8+
s.summary = 'seeklib ffi bindings'
9+
s.description = 'ffi bindings for seeklib, the fingerprint algorithm of imgseek'
10+
s.version = '0.0.1'
911
s.files = ['lib/seeklib.rb']
1012
s.require_paths = ['lib']
1113
s.add_runtime_dependency "ffi", ["~> 1.9"]

0 commit comments

Comments
 (0)