simplificator / rwebthumb

Ruby wrapper for webthumb.bluga.net

This URL has Read+Write access

rwebthumb / rwebthumb.gemspec
40cdc000 » pascal 2008-07-10 added gemspec 1 Gem::Specification.new do |s|
98ea972f » pascal 2008-07-10 typo in gemspec... 2 s.name = %q{rwebthumb}
1320b36a » pascalbetz 2009-06-16 pulled in another fix from ... 3 s.version = "0.2.8"
ac749daa » pascalbetz 2008-09-03 fixed tests for cruise 4 s.date = %q{2008-09-03}
40cdc000 » pascal 2008-07-10 added gemspec 5 s.authors = ["Simplificator GmbH"]
861d1ae7 » pascal 2008-07-10 fixed bug with content type... 6 s.email = %q{info@simplificator.com}
40cdc000 » pascal 2008-07-10 added gemspec 7 s.summary = %q{rwebthumb provides a ruby interface for the webthumb.bluga.net}
d996a785 » pascalbetz 2008-07-13 fixed URL in gemspec 8 s.homepage = %q{http://simplificator.com/}
40cdc000 » pascal 2008-07-10 added gemspec 9 s.description = %q{rwebthumb provides a ruby interface for the webthumb.bluga.net}
cd3f7292 » pascalbetz 2008-08-05 merged 10 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"]
304ea34c » pascal 2008-07-10 removed stuff which is not ... 11 # can not use this on github...
12 #s.files = Dir['lib/**/*.rb'] + Dir['test/**/*']
13 #s.files << ['README', 'init.rb']
14 #s.files.reject! { |fn| fn.include? "nbproject" }
d996a785 » pascalbetz 2008-07-13 fixed URL in gemspec 15 end