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
Added flow control in Rakefile for enhanced JRuby compatibility.
ab5tract (author)
Mon Aug 25 14:43:28 -0700 2008
commit  7a05b59633d196caa64f37a29696685a00855496
tree    5869da797852960d9bc3875958e7e5276c375435
parent  9e18e7cda181c5344b1906fa1e0719649937270b
...
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
...
27
28
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
31
32
0
@@ -27,25 +27,6 @@ gem = Gem::Specification.new do |gem|
0
   gem.add_dependency('rakegen', '>= 0.6.6')
0
   gem.add_dependency('sequel', '>= 2.0.0')
0
   gem.add_dependency('autocode', '>= 1.0.0')
0
- gem.add_dependency('dyoder-filebase', '>= 0.3.1')
0
- gem.add_dependency('functor', '>= 0.4.2')
0
-
0
-
0
- # Unfortunately there are some gems that don't work in JRuby, so...
0
- case engine
0
- when 'ruby'
0
- # Matz' Ruby dependencies here...
0
- puts "You are running MRI/Ruby #{RUBY_VERSION}"
0
- gem.add_dependency('RedCloth', '>= 4.0.0')
0
- when 'jruby'
0
- # JRuby compatible dependencies here...
0
- puts "You are running JRuby #{JRUBY_VERSION}"
0
- gem.add_dependency('RedCloth', '= 3.0.4')
0
- else
0
- # Not sure what you're running, we're not sure. We'll just try the MRI specifics...
0
- puts "You are running #{RUBY_ENGINE} #{RUBY_VERSION}"
0
- gem.add_dependency('RedCloth', '>= 4.0.0')
0
- end
0
   
0
   gem.files = FileList[ 'app/**/*', 'app/**/.gitignore', 'lib/**/*.rb','lib/**/*.erb', "{doc,samples,verify}/**/*" ]
0
   gem.has_rdoc = true

Comments

    No one has commented yet.