public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
Search Repo:
add rakegen to gem deps
automatthew (author)
Thu May 15 08:29:35 -0700 2008
commit  3e53940d51790d56d713494e6003f272f3e4021e
tree    f51667659cd8b94492392cf59a71f10c0bbaed0e
parent  a1ca1f0cc7e01c5c10bc8399b0ffae740e20087b
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@
0
   gem.platform = Gem::Platform::RUBY
0
   gem.required_ruby_version = '>= 1.8.6'
0
   %w( mongrel rack markaby erubis RedCloth autocode sequel sqlite3-ruby
0
- extensions live_console choice daemons baconn).each do |dep|
0
+ extensions live_console choice daemons bacon rakegen).each do |dep|
0
     gem.add_dependency dep
0
   end
0
   gem.files = Dir['lib/**/*.rb','app/**/*']

Comments

    No one has commented yet.