getyourguide 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: 5224de588ef66eaecc58981e13c4f95e9d3ffc4f
4
- data.tar.gz: 183d9d3046121a8e95cbb7f2ba2f09f47a9ce2a3
3
+ metadata.gz: 1ecd00769a28cad1b7e64429347c4c3444934f83
4
+ data.tar.gz: f5c43bee654350e0e73a7e589c767ad79d636d58
5
5
  SHA512:
6
- metadata.gz: c9055a0624d8e434ba6094f4e103f7222ab87b244226af9923f28d87595b7aa6e4fc64ee885119fa48437b213b7d26143e6fb4561259e4693fd4189bbb9db942
7
- data.tar.gz: 77b1228e640ce7cc6c4abcc891724c8f0a340fd4290fdaaf69abbfbc07a1aa04e2c2200903953c71d5c10afaf0dba34f2924e02d55bf551de58adcd0cc49d822
6
+ metadata.gz: ddc59419bcca4083fedfc0bf6b0cd460df6f218aee8fa626ecbcdf72c2b131a89701f988d8d67c98e2737d3660ee7e2632f3b2f07811b822af89a5f7ce9307f6
7
+ data.tar.gz: 6c1790921224d6db888bc84c68a13ba6ddc5845d10b513649634af6ff99c5302476a3ab8dafd4a24563a3105d6959e3e7b5f3da126195d6a70ee9ccbd1b1ce5e
data/.gitignore CHANGED
@@ -14,3 +14,5 @@
14
14
  *.a
15
15
  mkmf.log
16
16
  *.gem
17
+ .ruby-gemset
18
+ .ruby-version
@@ -4,22 +4,24 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'GetYourGuide/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "getyourguide"
8
- spec.version = GetYourGuide::VERSION
9
- spec.authors = ['Rémi Delhaye', 'Libertrip']
10
- spec.email = ['remi@libertrip.com', 'maxime@libertrip.com']
11
- spec.summary = 'A simple ruby on rails client for GetYourGuide partner XML API'
12
- spec.description = 'A simple ruby client for GetYourGuide partner XML API'
13
- spec.homepage = 'https://github.com/Libertrip/getyourguide'
14
- spec.license = 'MIT'
7
+ spec.name = 'getyourguide'
8
+ spec.version = GetYourGuide::VERSION
9
+ spec.authors = ['Rémi Delhaye', 'Libertrip']
10
+ spec.email = ['remi@libertrip.com', 'maxime@libertrip.com']
11
+ spec.summary = 'A simple ruby on rails client for GetYourGuide partner XML API'
12
+ spec.description = 'A simple ruby client for GetYourGuide partner XML API'
13
+ spec.homepage = 'https://github.com/Libertrip/getyourguide'
14
+ spec.license = 'MIT'
15
+ 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'
15
17
 
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
18
+ spec.files = `git ls-files -z`.split("\x0")
19
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
20
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
+ spec.require_paths = ["lib"]
20
22
 
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
+ spec.add_development_dependency 'bundler', '~> 1.7'
24
+ spec.add_development_dependency 'rake', '~> 10.0'
23
25
  spec.add_runtime_dependency 'nokogiri', '~> 1.5', '>= 1.5.0'
24
26
  spec.add_runtime_dependency 'httpclient', '~> 2.3', '>= 2.3.1'
25
27
  end
@@ -1,3 +1,3 @@
1
1
  module GetYourGuide
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: getyourguide
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
  - Rémi Delhaye
@@ -88,7 +88,6 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - ".gitignore"
91
- - ".rvmrc"
92
91
  - ".rvmrc.01.29.2015-18:48:37"
93
92
  - Gemfile
94
93
  - LICENSE.txt
@@ -116,15 +115,16 @@ homepage: https://github.com/Libertrip/getyourguide
116
115
  licenses:
117
116
  - MIT
118
117
  metadata: {}
119
- post_install_message:
118
+ post_install_message: 'Thanks for installing! Official GetYourGuide documentation
119
+ can be found here: https://partner.getyourguide.com/en/solutions.php#links-xml'
120
120
  rdoc_options: []
121
121
  require_paths:
122
122
  - lib
123
123
  required_ruby_version: !ruby/object:Gem::Requirement
124
124
  requirements:
125
- - - ">="
125
+ - - "~>"
126
126
  - !ruby/object:Gem::Version
127
- version: '0'
127
+ version: '2.0'
128
128
  required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  requirements:
130
130
  - - ">="