wego 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 +4 -4
- data/README.md +3 -1
- data/lib/wego/version.rb +1 -1
- data/wego.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ad7590ecf9171353ce8d2c118dc30da05cb372a
|
|
4
|
+
data.tar.gz: 5e17e18df6cf10fb4f4a7ec57c96e231adfd1cd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d351542b326a59e3685b38477d8e2c3b4b212c46cabf858def5abc731f2372088e303c4a42213487c59cffec28dc68b304bef5fdf76c67d96c5b80c436100f7a
|
|
7
|
+
data.tar.gz: 6a630802c4efbcedcb18c2e19640f225cbc1454d1032c9b6c54776a1fa32f2cc814011b58151594ff9e482518f59200c4876ea0550967622f081de86c9a40308
|
data/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
Status](https://travis-ci.org/abunashir/wego.svg?branch=master)](https://travis-ci.org/abunashir/wego)
|
|
5
5
|
[](https://codeclimate.com/github/abunashir/wego)
|
|
7
|
+
[](https://badge.fury.io/rb/wego)
|
|
7
9
|
|
|
8
10
|
The Wego Hotels API allows developers to interact with the Hotels product of
|
|
9
11
|
Wego.com programmatically via HTTP requests. This is the interface to the Wego
|
|
@@ -14,7 +16,7 @@ Hotels API and responses are parsed to `OpenStruct` object.
|
|
|
14
16
|
Add this line to your application's Gemfile:
|
|
15
17
|
|
|
16
18
|
```ruby
|
|
17
|
-
gem "wego"
|
|
19
|
+
gem "wego"
|
|
18
20
|
```
|
|
19
21
|
|
|
20
22
|
And then execute:
|
data/lib/wego/version.rb
CHANGED
data/wego.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["abunashir@gmail.com"]
|
|
10
10
|
|
|
11
11
|
spec.summary = "Wego API wrapper in Ruby"
|
|
12
|
-
spec.description = %q{
|
|
12
|
+
spec.description = %q{The Ruby interface to the Wego Hotels API}
|
|
13
13
|
spec.homepage = "http://www.wan.travel/api"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wego
|
|
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
|
- Abu Nashir
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 0.10.3
|
|
97
|
-
description:
|
|
97
|
+
description: The Ruby interface to the Wego Hotels API
|
|
98
98
|
email:
|
|
99
99
|
- abunashir@gmail.com
|
|
100
100
|
executables: []
|