public
Description: Parallel Each for JRuby
Homepage: http://peach.rubyforge.org
Clone URL: git://github.com/schleyfox/peach.git
peach / peach.gemspec
100644 11 lines (10 sloc) 0.448 kb
1
2
3
4
5
6
7
8
9
10
11
Gem::Specification.new do |s|
  s.name = 'peach'
  s.version = '0.3'
  s.date = '2009-07-14'
  s.authors = ['Ben Hughes']
  s.email = 'ben@pixelmachine.org'
  s.summary = 'Parallel Each and other parallel things'
  s.homepage = 'http://peach.rubyforge.org'
  s.files = ['README', 'LICENSE', 'Rakefile', 'lib/peach.rb', 'bn/peach_bn.rb', 'bn/peach_test.rb', 'test/test_helper.rb', 'test/peach_test.rb', 'web/index.html', 'web/Peach.sketch.png']
end