public
Description: Ruby wrapper for webthumb.bluga.net
Homepage: http://simplificator.com
Clone URL: git://github.com/simplificator/rwebthumb.git
rwebthumb / rwebthumb.gemspec
100644 16 lines (15 sloc) 0.813 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
  s.name = %q{rwebthumb}
  s.version = "0.2.8"
  s.date = %q{2008-09-03}
  s.authors = ["Simplificator GmbH"]
  s.email = %q{info@simplificator.com}
  s.summary = %q{rwebthumb provides a ruby interface for the webthumb.bluga.net}
  s.homepage = %q{http://simplificator.com/}
  s.description = %q{rwebthumb provides a ruby interface for the webthumb.bluga.net}
  s.files = ["lib/rwebthumb.rb", "lib/rwebthumb/base.rb", "lib/rwebthumb/job.rb", "lib/rwebthumb/webthumb.rb", "test/base_test.rb", "test/helper.rb", "test/job_test.rb", "test/webthumb_test.rb", "lib/rwebthumb/easythumb.rb", "README", "init.rb"]
  # can not use this on github...
  #s.files = Dir['lib/**/*.rb'] + Dir['test/**/*']
  #s.files << ['README', 'init.rb']
  #s.files.reject! { |fn| fn.include? "nbproject" }
end