hotel_price 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: cc2baaddaf072295bd7fb5dfcdc32736ecf90b225894d691f4aed85de0b08a27
4
- data.tar.gz: 5d944413b208a964c42a37249e27919796892e99db91b433590d73a4398062ad
3
+ metadata.gz: ee443a8f6802b7cbe1a7267ab58303f8010a83114c100ac6efa249549d3ad724
4
+ data.tar.gz: e55241d3dc41e439cc842663b30e5b03d301f8f7114329bcab66454d5ed3b8f8
5
5
  SHA512:
6
- metadata.gz: 68bd7a6f1bfdfd4fa75a66039fb0f21c7c1df3688c2af5ccfbc2e60038e2be6fcea8d772396022aa42d43ea0bba78873fc508423ecd6185d2d7a768408ae07b4
7
- data.tar.gz: da4ea9eefb2256a98f4a9e59c79ceb34d274755ba1f12def4af34e7e684f8666d23005f7821efb7d1b11517209955132230cc25073a954b23b54b384bfad3821
6
+ metadata.gz: b1ad7509a90d6fe09bd49f34e10742f76d3f5c5d2d01912a073e65a5613100b9281e90aee8cceb0130879630f931f3885fcedbcf51f463654eb39e424fff49d0
7
+ data.tar.gz: 9097e660d2832bac31eb8fb302f6af8f434ec5f5e3a8d026693d2baa91871ea097aa5c0caafc6e05d5ccde66d118b50ecddacf7d7473b2e40086f7d2f8a4099c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hotel_price (0.1.6)
4
+ hotel_price (0.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = %q{Scraping Library to get world hotel price}
12
12
  spec.description = %q{Empower World Travel Information Technology }
13
- spec.homepage = "https://twitter.com/Fumitas"
13
+ spec.homepage = "https://github.com/el-fudo/hotel_price"
14
14
  spec.license = "MIT"
15
15
  spec.metadata = { "source_code_uri" =>"https://github.com/el-fudo/hotel_price" }
16
16
  # spec.metadata["allowed_push_host"] = "https://hotel.el-soul.com"
@@ -1,3 +1,3 @@
1
1
  module HotelPrice
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotel_price
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - el-fudo
@@ -78,12 +78,12 @@ files:
78
78
  - lib/hotel_price.rb
79
79
  - lib/hotel_price/version.rb
80
80
  - lib/rakuten_travel_review.rb
81
- homepage: https://twitter.com/Fumitas
81
+ homepage: https://github.com/el-fudo/hotel_price
82
82
  licenses:
83
83
  - MIT
84
84
  metadata:
85
85
  source_code_uri: https://github.com/el-fudo/hotel_price
86
- homepage_uri: https://twitter.com/Fumitas
86
+ homepage_uri: https://github.com/el-fudo/hotel_price
87
87
  changelog_uri: https://github.com/el-fudo/hotel_price
88
88
  post_install_message:
89
89
  rdoc_options: []