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
autocode must be > 1.0.0
automatthew (author)
Tue Jun 24 12:34:22 -0700 2008
commit  3dfd44eb429510c55e2903fbfdcfd91abc49bd47
tree    db8b61ffa38d354ecda0873e27dc68861fe1b1b7
parent  888714ccf7c6ddfe0d9f573bd04815a433a166b0
...
14
15
16
17
 
18
19
20
21
 
22
23
24
...
14
15
16
 
17
18
19
20
21
22
23
24
25
0
@@ -14,11 +14,12 @@ gem = Gem::Specification.new do |gem|
0
   gem.email = 'dan@zeraweb.com'
0
   gem.platform = Gem::Platform::RUBY
0
   gem.required_ruby_version = '>= 1.8.6'
0
- %w( mongrel rack markaby erubis RedCloth autocode
0
+ %w( mongrel rack markaby erubis RedCloth
0
       extensions live_console choice daemons rakegen).each do |dep|
0
     gem.add_dependency dep
0
   end
0
   gem.add_dependency('sequel', '>= 2.0.0')
0
+ gem.add_dependency('autocode', '>= 1.0.0')
0
   gem.files = Dir['lib/**/*.rb','lib/**/*.erb','app/**/*', 'app/**/.gitignore']
0
   gem.has_rdoc = true
0
   gem.bindir = 'bin'

Comments

    No one has commented yet.