marley 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +3 -1
  2. data/lib/marley/joints/forum.rb +0 -4
  3. metadata +3 -3
@@ -1,6 +1,8 @@
1
1
  =Marley
2
2
 
3
- Marley is a framework for quickly building RESTful web services and applications. It consists of several parts:
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.
@@ -75,10 +75,6 @@ module Marley
75
75
  def section_title;'Public Forums';end
76
76
  end
77
77
  module Resources
78
- class Topic < MJ::Messages::Message
79
- end
80
- class TopicTag < MR::Tag
81
- end
82
78
  class Admin < MR::User
83
79
  def self.requires_user?; true;end
84
80
  end
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.3
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-02 00:00:00 -03:00
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: "2"
33
+ version: "1.4"
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: json