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
need metaid as gem dep
automatthew (author)
Wed Jun 25 14:16:43 -0700 2008
commit  ff72324ad07055f4efd344e5f9048ed592d37770
tree    94cd467c40ec9395d0e9897f1debc82b667d8ca1
parent  2a22b60ba5c67b26bfacba5d1976e994d6c05ddc
...
14
15
16
17
18
 
 
19
20
21
22
23
24
25
26
...
14
15
16
 
 
17
18
19
20
21
22
 
23
24
25
0
@@ -14,13 +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
0
- extensions live_console choice daemons ).each do |dep|
0
+ %w( mongrel rack markaby erubis RedCloth metaid
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.add_dependency('rakegen', '>= 0.6.4')
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.