waves 0.6.10 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- data/app/public/css/EMPTY +0 -0
- data/app/public/flash/EMPTY +0 -0
- data/app/public/images/EMPTY +0 -0
- data/app/public/javascript/EMPTY +0 -0
- data/app/tmp/sessions/EMPTY +0 -0
- metadata +7 -2
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: waves
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2008-02-
|
6
|
+
version: 0.7.0
|
7
|
+
date: 2008-02-04 00:00:00 -08:00
|
8
8
|
summary: Open-source framework for building Ruby-based Web applications.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -84,9 +84,13 @@ files:
|
|
84
84
|
- app/models/default.rb.erb
|
85
85
|
- app/public
|
86
86
|
- app/public/css
|
87
|
+
- app/public/css/EMPTY
|
87
88
|
- app/public/flash
|
89
|
+
- app/public/flash/EMPTY
|
88
90
|
- app/public/images
|
91
|
+
- app/public/images/EMPTY
|
89
92
|
- app/public/javascript
|
93
|
+
- app/public/javascript/EMPTY
|
90
94
|
- app/Rakefile
|
91
95
|
- app/schema
|
92
96
|
- app/schema/migrations
|
@@ -100,6 +104,7 @@ files:
|
|
100
104
|
- app/templates/layouts/default.mab
|
101
105
|
- app/tmp
|
102
106
|
- app/tmp/sessions
|
107
|
+
- app/tmp/sessions/EMPTY
|
103
108
|
- app/views
|
104
109
|
- app/views/default.rb.erb
|
105
110
|
test_files: []
|