rack-rest_book 1.0.3 → 1.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 (1) hide show
  1. metadata +10 -14
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-rest_book
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kyle Drake
@@ -40,14 +40,12 @@ dependencies:
40
40
  requirement: &id002 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - "="
43
+ - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 23
45
+ hash: 3
46
46
  segments:
47
- - 1
48
- - 1
49
- - 2
50
- version: 1.1.2
47
+ - 0
48
+ version: "0"
51
49
  type: :development
52
50
  version_requirements: *id002
53
51
  - !ruby/object:Gem::Dependency
@@ -56,14 +54,12 @@ dependencies:
56
54
  requirement: &id003 !ruby/object:Gem::Requirement
57
55
  none: false
58
56
  requirements:
59
- - - "="
57
+ - - ">="
60
58
  - !ruby/object:Gem::Version
61
- hash: 31
59
+ hash: 3
62
60
  segments:
63
61
  - 0
64
- - 1
65
- - 2
66
- version: 0.1.2
62
+ version: "0"
67
63
  type: :development
68
64
  version_requirements: *id003
69
65
  description: Makes all POST calls assume GET. This allows us to do REST development with Facebook, which always sends POST