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
Explicitly requiring autocode 0.9.2.  Newer versions tend to break things.
jdunphy (author)
Tue Jun 03 18:08:23 -0700 2008
commit  75568d24a43992f0f17f6c960217ad68296e86d5
tree    87f0b51c920cd3c2877033bbc07905298d70f050
parent  2fe2c890aa713484e910e38f4f1b9d1d28282f4d
...
11
12
13
14
 
15
16
17
 
18
19
20
...
11
12
13
 
14
15
16
17
18
19
20
21
0
@@ -11,10 +11,11 @@ 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 sequel
0
+ %w( mongrel rack markaby erubis RedCloth sequel
0
    extensions live_console choice daemons ).each do |dep|
0
    gem.add_dependency dep
0
   end
0
+ gem.add_dependency('autocode', '= 0.9.2')
0
   gem.files = Dir['lib/**/*.rb','app/**/*']
0
   gem.has_rdoc = true
0
   gem.bindir = 'bin'

Comments

    No one has commented yet.