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 test-spec to list of required gems
lawrencepit (author)
Wed Mar 26 03:18:32 -0700 2008
commit  f1bb60333c98746a4819a94dd6f7e1f2c0a1e41e
tree    7dcab3f1efaba1a19bcd59907a9fbf299f44a586
parent  3daf9f8d45092d78245230afb91df00a58338db4
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ gem = Gem::Specification.new do |gem|
0
   gem.platform = Gem::Platform::RUBY
0
   gem.required_ruby_version = '>= 1.8.6'
0
   %w( mongrel rack markaby erubis RedCloth autocode sequel
0
- extensions live_console choice daemons ).each do |dep|
0
+ extensions live_console choice daemons test-spec).each do |dep|
0
    gem.add_dependency dep
0
   end
0
   gem.files = Dir['lib/**/*.rb','app/**/*']

Comments

    No one has commented yet.