Add GPL v2 (same license as LWES)
[lwes-ruby.git] / pkg / lwes_functions.gemspec
bloba83c120835b84a9b2b2a3e005431ef468f0ad7fd
1 Gem::Specification.new do |s|
2   s.name = %q{lwes_functions}
3   s.version = "0.0.1"
4   s.platform = Gem::Platform::CURRENT
5   s.date = Time.now
6   s.authors = ["Frank Maritato"]
7   s.has_rdoc = true
8   s.email = %q{fmaritato@attinteractive.com}
9   s.summary = %q{This provides ruby bindings to the lwes c library.}
10   s.homepage = %q{http://www.lwes.org/}
11   s.description = %q{This provides ruby bindings to the lwes c library.}
12   s.files = [ "README", "Changelog", "lib/lwes_functions.rb", "lib/lwes.so"]
13 end