GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
JRuby gems apparently like FileList better than Dir.glob
automatthew (author)
Fri Jul 11 18:25:07 -0700 2008
commit  1b7b675c3061de0af2c0efbf93495923740d1190
tree    b8232474bdeb7a709b673fa73db036c14df03b1a
parent  eaf79a88dfab32ade632b7a6a2cfcc136492dbd0
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ gem = Gem::Specification.new do |gem|
0
   end
0
   gem.add_dependency('sequel', '>= 2.0.0')
0
   gem.add_dependency('autocode', '>= 1.0.0')
0
- gem.files = Dir[ 'app/**/*', 'app/**/.gitignore', 'lib/**/*.rb','lib/**/*.erb', "{doc,samples,verify}/**/*" ]
0
+ gem.files = FileList[ 'app/**/*', 'app/**/.gitignore', 'lib/**/*.rb','lib/**/*.erb', "{doc,samples,verify}/**/*" ]
0
   gem.has_rdoc = true
0
   gem.bindir = 'bin'
0
   gem.executables = [ 'waves', 'waves-server', 'waves-console' ]

Comments

    No one has commented yet.