marley 0.8.3 → 0.8.4
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.
- data/README.rdoc +3 -1
- data/lib/marley/joints/forum.rb +0 -4
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
=Marley
|
|
2
2
|
|
|
3
|
-
Marley is a framework for
|
|
3
|
+
Marley is a framework for building RESTful web services and applications with roughly _O(n)_ lines code where _n_ is lines of DDL.
|
|
4
|
+
|
|
5
|
+
It consists of several parts:
|
|
4
6
|
|
|
5
7
|
* A simple Rack application that acts as request parser/router.
|
|
6
8
|
* A default controller for ORM model classes.
|
data/lib/marley/joints/forum.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: marley
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Herb Daily
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2012-04-
|
|
12
|
+
date: 2012-04-03 00:00:00 -03:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: "
|
|
33
|
+
version: "1.4"
|
|
34
34
|
version:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: json
|