resourcelogic 0.9.0 → 0.10.0

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.
@@ -40,7 +40,7 @@ module Resourcelogic # :nodoc:
40
40
  end
41
41
 
42
42
  MAJOR = 0
43
- MINOR = 9
43
+ MINOR = 10
44
44
  TINY = 0
45
45
 
46
46
  # The current version as a Version instance
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resourcelogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Johnson of Binary Logic
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-02 00:00:00 -04:00
12
+ date: 2009-06-13 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,9 +30,9 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.11.0
33
+ version: 2.0.0
34
34
  version:
35
- description: Making an API a byproduct of good design.
35
+ description: Removes the need to namespace controllers by adding context and relative url functions among other things.
36
36
  email: bjohnson@binarylogic.com
37
37
  executables: []
38
38
 
@@ -66,6 +66,8 @@ files:
66
66
  - lib/resourcelogic/version.rb
67
67
  has_rdoc: true
68
68
  homepage: http://github.com/binarylogic/resourcelogic
69
+ licenses: []
70
+
69
71
  post_install_message:
70
72
  rdoc_options:
71
73
  - --main
@@ -87,9 +89,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
89
  requirements: []
88
90
 
89
91
  rubyforge_project: resourcelogic
90
- rubygems_version: 1.3.1
92
+ rubygems_version: 1.3.4
91
93
  signing_key:
92
- specification_version: 2
93
- summary: Making an API a byproduct of good design.
94
+ specification_version: 3
95
+ summary: Removes the need to namespace controllers by adding context and relative url functions among other things.
94
96
  test_files: []
95
97