getyourguide 0.1.1 → 0.1.2

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: 1ecd00769a28cad1b7e64429347c4c3444934f83
4
- data.tar.gz: f5c43bee654350e0e73a7e589c767ad79d636d58
3
+ metadata.gz: a95a9da7ea3f0ee1875e73b90516d21843b28845
4
+ data.tar.gz: fdbd5838fc04cd7b65fb3022fd73ad7f6c3ec877
5
5
  SHA512:
6
- metadata.gz: ddc59419bcca4083fedfc0bf6b0cd460df6f218aee8fa626ecbcdf72c2b131a89701f988d8d67c98e2737d3660ee7e2632f3b2f07811b822af89a5f7ce9307f6
7
- data.tar.gz: 6c1790921224d6db888bc84c68a13ba6ddc5845d10b513649634af6ff99c5302476a3ab8dafd4a24563a3105d6959e3e7b5f3da126195d6a70ee9ccbd1b1ce5e
6
+ metadata.gz: 82f74f13ec5fba9f655759e2ab097ed12ade97272e2470a2d973a502f0781820a60f61bdda3929aea53be02218ecfc2c23a97261914c1506ec1c42a6d7f9ec1c
7
+ data.tar.gz: fd98882a9855f96270510290cb4c276cafb7306ec50c39e8b95a30a29611996f55cd4693df70b9c85932383fcd6ee38162662ebbbac6178dc31a4569a8693451
data/getyourguide.gemspec CHANGED
@@ -1,19 +1,17 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'GetYourGuide/version'
2
+ require File.expand_path('../lib/getyourguide/version', __FILE__)
5
3
 
6
4
  Gem::Specification.new do |spec|
7
5
  spec.name = 'getyourguide'
8
6
  spec.version = GetYourGuide::VERSION
9
- spec.authors = ['Rémi Delhaye', 'Libertrip']
7
+ spec.authors = ['Rémi Delhaye', 'Maxime Raverdy']
10
8
  spec.email = ['remi@libertrip.com', 'maxime@libertrip.com']
11
9
  spec.summary = 'A simple ruby on rails client for GetYourGuide partner XML API'
12
10
  spec.description = 'A simple ruby client for GetYourGuide partner XML API'
13
11
  spec.homepage = 'https://github.com/Libertrip/getyourguide'
14
12
  spec.license = 'MIT'
15
13
  spec.required_ruby_version = '~> 2.0'
16
- spec.post_install_message = 'Thanks for installing! Official GetYourGuide documentation can be found here: https://partner.getyourguide.com/en/solutions.php#links-xml'
14
+ spec.post_install_message = 'Thanks for installing!\n\nOfficial GetYourGuide documentation can be found here: https://partner.getyourguide.com/en/solutions.php#links-xml'
17
15
 
18
16
  spec.files = `git ls-files -z`.split("\x0")
19
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module GetYourGuide
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/getyourguide.rb CHANGED
@@ -1,19 +1,19 @@
1
1
  module GetYourGuide
2
2
  end
3
3
 
4
- require "GetYourGuide/version"
5
- require "GetYourGuide/api_client"
6
- require "GetYourGuide/errors/api_error"
7
- require "GetYourGuide/models/activity"
8
- require "GetYourGuide/models/category"
9
- require "GetYourGuide/models/destination"
10
- require "GetYourGuide/models/image"
11
- require "GetYourGuide/models/image_format"
12
- require "GetYourGuide/models/location"
13
- require "GetYourGuide/models/top_category"
14
- require "GetYourGuide/parsers/default"
15
- require "GetYourGuide/parsers/categories"
16
- require "GetYourGuide/parsers/destinations"
17
- require "GetYourGuide/parsers/image_formats"
18
- require "GetYourGuide/parsers/products"
19
- require "GetYourGuide/parsers/top_categories"
4
+ require "getyourguide/version"
5
+ require "getyourguide/api_client"
6
+ require "getyourguide/errors/api_error"
7
+ require "getyourguide/models/activity"
8
+ require "getyourguide/models/category"
9
+ require "getyourguide/models/destination"
10
+ require "getyourguide/models/image"
11
+ require "getyourguide/models/image_format"
12
+ require "getyourguide/models/location"
13
+ require "getyourguide/models/top_category"
14
+ require "getyourguide/parsers/default"
15
+ require "getyourguide/parsers/categories"
16
+ require "getyourguide/parsers/destinations"
17
+ require "getyourguide/parsers/image_formats"
18
+ require "getyourguide/parsers/products"
19
+ require "getyourguide/parsers/top_categories"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getyourguide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rémi Delhaye
8
- - Libertrip
8
+ - Maxime Raverdy
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-02 00:00:00.000000000 Z
12
+ date: 2015-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -115,7 +115,7 @@ homepage: https://github.com/Libertrip/getyourguide
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}
118
- post_install_message: 'Thanks for installing! Official GetYourGuide documentation
118
+ post_install_message: 'Thanks for installing!\n\nOfficial GetYourGuide documentation
119
119
  can be found here: https://partner.getyourguide.com/en/solutions.php#links-xml'
120
120
  rdoc_options: []
121
121
  require_paths: