sinatra-restful 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +19 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d4352d49440fa6d6d17a49495957cfaf2842384
4
- data.tar.gz: 59c7a88a81afd1de9ca03d20616bdc1958cdb5fa
3
+ metadata.gz: 8e7aa97f75b72ab6e1b8fd02953a9b5d842ce3ea
4
+ data.tar.gz: 1b89cec7689184d28c4a6824f12b0ed8b2c0a340
5
5
  SHA512:
6
- metadata.gz: cdcadf939fb52db86dcdc761084498d9a28f1cc5cbdf08cd651f80303aec63eba271e6c37772910f0ef38be269a2b73842211a169dc330d96f6941d4a238bda6
7
- data.tar.gz: 902e33fa79e725b6848e670dc07a9e90cabf6b9c57ecba9a63f79ca176169179b26eb03eeb722a771d4e3f96276f56337057a077580d4b940fefcfa74e511752
6
+ metadata.gz: fe441e2db76d8c54ff8f4649c65a3411ada1479fde51dd0e007895942b9f680b1b04a3bb281bab505a0dc323247dab8f6e410b94c2963c97ac55f8ab5e8f7eb5
7
+ data.tar.gz: b8b073148415871336656a33c44bf36044cd2463ca1bc2f93dab9314ab4abbacadbb03cd79eefdc15fddd35e705c1c04c91c015103a54251b730054a7e619f02
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-restful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamal Fanaian
@@ -9,15 +9,29 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-04-12 00:00:00.000000000 Z
12
- dependencies: []
13
- description: Sinatra extension to make RESTful APIs super simple
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rack-throttle
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Sinatra extension to make RESTful APIs super simple.
14
28
  email: j@jamalfanaian.com
15
29
  executables: []
16
30
  extensions: []
17
31
  extra_rdoc_files: []
18
32
  files:
19
33
  - lib/sinatra/restful.rb
20
- homepage: http://github.com/jamal/sinatra-rest
34
+ homepage: http://github.com/jamal/sinatra-restful
21
35
  licenses: []
22
36
  metadata: {}
23
37
  post_install_message:
@@ -39,5 +53,5 @@ rubyforge_project:
39
53
  rubygems_version: 2.0.0
40
54
  signing_key:
41
55
  specification_version: 4
42
- summary: Sinatra extension to make RESTful APIs super simple
56
+ summary: Sinatra extension to make RESTful APIs super simple.
43
57
  test_files: []