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
Layer-level dependencies just don't work for framework Layers. Sorry 
folks, we tried! (Note: Sequel has not been added back to the gem 
description in the framework Rakefile)
ab5tract (author)
Wed Sep 03 19:19:36 -0700 2008
commit  21f0c3f3d09895d9037afc133ce84c21624ad3e6
tree    4ac5414acc20a5cbb19ef7acd5357ea44126c592
parent  06ffcb410a7a4bd7ae711513e8acc41ae063e755
...
4
5
6
 
...
4
5
6
7
0
@@ -4,3 +4,4 @@ tmp/**/*
0
 doc/rdoc
0
 *.db
0
 log
0
+waves-0.8.0.gem
...
21
22
23
24
25
26
27
...
21
22
23
 
24
25
26
0
@@ -21,7 +21,6 @@ module Waves
0
 
0
 
0
         def self.included(app)
0
- Waves.config.dependencies << 'activerecord'
0
 
0
           require 'active_record'
0
           require "#{File.dirname(__FILE__)}/active_record/tasks/schema" if defined?(Rake)
...
22
23
24
25
26
27
28
...
22
23
24
 
25
26
27
0
@@ -22,7 +22,6 @@ module Waves
0
         
0
         
0
         def self.included(app)
0
- Waves.config.dependencies << 'sequel'
0
           
0
           gem 'sequel', '>= 2.0.0'
0
           require 'sequel'

Comments

    No one has commented yet.