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
docs, samples, and verify weren't included in gem
automatthew (author)
Wed Jul 02 10:05:04 -0700 2008
commit  0dff3f95f49883ccac9f9eb3fd06d19e8f05a366
tree    ce252ce61a94f1291f6edf1615762a6f9d7decbf
parent  e73fa654984e122a896a4cbeccede12773c8888d
...
7
8
9
 
10
11
12
...
20
21
22
23
 
24
25
26
...
7
8
9
10
11
12
13
...
21
22
23
 
24
25
26
27
0
@@ -7,6 +7,7 @@ end
0
 
0
 gem = Gem::Specification.new do |gem|
0
   gem.name = "waves"
0
+ gem.rubyforge_project = "waves"
0
   gem.summary = "Open-source framework for building Ruby-based Web applications."
0
   gem.version = '0.7.7'
0
   gem.homepage = 'http://rubywaves.com'
0
@@ -20,7 +21,7 @@ gem = Gem::Specification.new do |gem|
0
   end
0
   gem.add_dependency('sequel', '>= 2.0.0')
0
   gem.add_dependency('autocode', '>= 1.0.0')
0
- gem.files = Dir['lib/**/*.rb','lib/**/*.erb','app/**/*', 'app/**/.gitignore']
0
+ gem.files = Dir[ 'app/**/*', 'app/**/.gitignore', 'lib/**/*.rb','lib/**/*.erb', "{doc,samples,verify}/**/*" ]
0
   gem.has_rdoc = true
0
   gem.bindir = 'bin'
0
   gem.executables = [ 'waves', 'waves-server', 'waves-console' ]

Comments

    No one has commented yet.