booking-ruby 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 274ba23c03adb0fab962f6970612ff5973179fad
4
- data.tar.gz: d2399764e6a9766112c3543ae91dbb8086e0b8e2
3
+ metadata.gz: b6a2b7e3c34b5cb2cc3f37cc4392106749ee9c1e
4
+ data.tar.gz: 9a43ef251476b92c2a4afc37f6e5bfd86041a059
5
5
  SHA512:
6
- metadata.gz: d86777252dec63c6c3b2253737f085e81a4f2b126a693c78199ac1dc202c0a38fb40d589cd558cd192d8e8d4bbe84145eac2c9256ae5455aff516c3215f3bdae
7
- data.tar.gz: de397ff871b90c299e431ecfab4b31854f68225acbdfd45b06551eec0dbfeb1f58f33cd8b925e8ca292a79d9f34fd6220364fad4c8690f991e34dd4caaaf49f0
6
+ metadata.gz: 388b2ae2bac0f2786d28c464ac6f7464d4b60ea126f4a449aa2ef91735114c3440012451b12815edc82a6a94aa1bb7a5bcdd54c0d5bba806603b201b22e1fc03
7
+ data.tar.gz: 5f0a989ffb3db6d6c3325aca7d423dfdaa81be43e93b68dcef96715130da5a07ea817b21d15803c3351e04698466f0260018c58a61286142605b4f73c8a8228a
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) Hendrik Kleinwaechter
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the 'Software'), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.10"
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_development_dependency "minitest", '~> 0'
23
+ spec.add_development_dependency "minitest"
24
24
  spec.add_dependency "faraday", "~> 0.9"
25
- spec.add_dependency "faraday_middleware", "~> 0.10"
25
+ spec.add_dependency "faraday_middleware"
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module Booking
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booking-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hendrik Kleinwaechter
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: minitest
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
@@ -70,16 +70,16 @@ dependencies:
70
70
  name: faraday_middleware
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '0.10'
75
+ version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: '0.10'
82
+ version: '0'
83
83
  description:
84
84
  email:
85
85
  - hendrik.kleinwaechter@gmail.com
@@ -90,6 +90,7 @@ files:
90
90
  - ".gitignore"
91
91
  - ".travis.yml"
92
92
  - Gemfile
93
+ - LICENSE
93
94
  - README.md
94
95
  - Rakefile
95
96
  - bin/console