wego 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf46dc4b0a7a44dd041075de9c69e6aaad65eb50
4
- data.tar.gz: aca751f9789113cfb6e792a4d9d309cf7b7c2cf0
3
+ metadata.gz: 6ad7590ecf9171353ce8d2c118dc30da05cb372a
4
+ data.tar.gz: 5e17e18df6cf10fb4f4a7ec57c96e231adfd1cd2
5
5
  SHA512:
6
- metadata.gz: 260d8b61becff250c8faa972ebfaccbc6fc8d64183c5bde6c65b0c27581243c93ff78de9d65db76db1f04f59d067054066507b3504c8e4347ce577f310322f8b
7
- data.tar.gz: 01e2aa77e129eb031a34b768f1a832bd198bb75757bf6e8c9c2bdcf1c648c53414bd6ab3a9e9e92ee6a5a2c94dcdaab6ee1fc82ed55673beb3875fc161f078cd
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
  [![Code
6
6
  Climate](https://codeclimate.com/github/abunashir/wego/badges/gpa.svg)](https://codeclimate.com/github/abunashir/wego)
7
+ [![Gem
8
+ Version](https://badge.fury.io/rb/wego.svg)](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", github: "abunashir/wego"
19
+ gem "wego"
18
20
  ```
19
21
 
20
22
  And then execute:
data/lib/wego/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wego
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.1.1".freeze
3
3
  end
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{This Ruby interface to the Wego Hotels API}
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.0
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: This Ruby interface to the Wego Hotels API
97
+ description: The Ruby interface to the Wego Hotels API
98
98
  email:
99
99
  - abunashir@gmail.com
100
100
  executables: []