waves 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/dependencies.yml +24 -0
  2. data/doc/VERSION +1 -1
  3. metadata +2 -1
@@ -0,0 +1,24 @@
1
+ choice: =0.1.3
2
+ rakegen: =0.6.6
3
+ rack: ~>1.0
4
+ rack-cache: ~>0.2
5
+ cassandra: =0.2.3
6
+ RedCloth: =4.1.9
7
+ #activerecord: 2.3.2
8
+ #datamapper: ???
9
+ sequel: =3.2.0
10
+ erubis: 2.6.4
11
+ #haml: =2.0.9
12
+ markaby: =0.5
13
+ english: =0.3.1
14
+ daemons: =1.0.10
15
+ extensions: =0.6.0
16
+ metaid: =1.0
17
+ mongrel: =1.1.5
18
+ # live-console: ~> 0.2
19
+ # waves gems
20
+ functor: =0.6.0
21
+ filebase: =0.3.10
22
+ autocode: =1.0.1
23
+ hoshi: =0.2.1
24
+ dyoder-hive: =0.1.8
@@ -1 +1 @@
1
- 0.9.0
1
+ 0.9.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waves
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Yoder
@@ -389,6 +389,7 @@ files:
389
389
  - test/runtime/request.rb
390
390
  - test/runtime/response.rb
391
391
  - test/views/views.rb
392
+ - dependencies.yml
392
393
  has_rdoc: true
393
394
  homepage: http://rubywaves.com
394
395
  licenses: []