sinatra-resources 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +11 -0
- data/lib/sinatra/resources.rb +1 -0
- data/test/{routing_test.rb → sinatra_resources_test.rb} +0 -0
- metadata +5 -3
data/CHANGELOG.rdoc
ADDED
data/lib/sinatra/resources.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-resources
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nate Wiger
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-14 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -29,13 +29,15 @@ executables: []
|
|
29
29
|
extensions: []
|
30
30
|
|
31
31
|
extra_rdoc_files:
|
32
|
+
- CHANGELOG.rdoc
|
32
33
|
- README.rdoc
|
33
34
|
files:
|
34
35
|
- lib/sinatra/resources.rb
|
35
36
|
- test/contest.rb
|
36
37
|
- test/helper.rb
|
37
|
-
- test/
|
38
|
+
- test/sinatra_resources_test.rb
|
38
39
|
- test/test_app.rb
|
40
|
+
- CHANGELOG.rdoc
|
39
41
|
- README.rdoc
|
40
42
|
has_rdoc: true
|
41
43
|
homepage: http://github.com/nateware/sinatra-resources
|