hotel_price 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/hotel_price.gemspec +5 -2
- data/lib/hotel_price/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec786e990e0bec83eff0bfa3a242725594e071f95a90a7131b5c05b0da2931d6
|
4
|
+
data.tar.gz: 27b0e7a54ce4a84b33520846045eed593c466541c9af3fa815c7bcf9ef03e0b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1e02c167a462a997ab9d3300fc6141f9848029e86f66ec96eb1c31cd0dc5b7739438392274d94afbfd33b3bc1b3c836021972ea38c30bfe5e9993bbb7cc8ab
|
7
|
+
data.tar.gz: e6e776a8b63e39c723eb10846a079a02c2902fd0800499407e5f525a581fd0c578290bebc51c6e2150ce38444901dd71530f2bb88928ea5628660b807b62e274
|
data/Gemfile.lock
CHANGED
data/hotel_price.gemspec
CHANGED
@@ -5,16 +5,19 @@ require "hotel_price/version"
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "hotel_price"
|
7
7
|
spec.version = HotelPrice::VERSION
|
8
|
-
spec.authors = ["
|
8
|
+
spec.authors = ["el-fudo"]
|
9
9
|
spec.email = ["fumitake.kawasaki@el-soul.com"]
|
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
13
|
spec.homepage = "https://twitter.com/Fumitas"
|
14
14
|
spec.license = "MIT"
|
15
|
-
spec.metadata = { "source_code_uri" => "https://github.com/el-fudo/hotel_price" }
|
16
15
|
|
16
|
+
# spec.metadata["allowed_push_host"] = "https://hotel.el-soul.com"
|
17
17
|
|
18
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
19
|
+
spec.metadata["source_code_uri"] = "https://github.com/el-fudo/hotel_price"
|
20
|
+
spec.metadata["changelog_uri"] = "https://github.com/el-fudo/hotel_price"
|
18
21
|
|
19
22
|
# Specify which files should be added to the gem when it is released.
|
20
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
data/lib/hotel_price/version.rb
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hotel_price
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- el-fudo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -82,7 +82,9 @@ homepage: https://twitter.com/Fumitas
|
|
82
82
|
licenses:
|
83
83
|
- MIT
|
84
84
|
metadata:
|
85
|
+
homepage_uri: https://twitter.com/Fumitas
|
85
86
|
source_code_uri: https://github.com/el-fudo/hotel_price
|
87
|
+
changelog_uri: https://github.com/el-fudo/hotel_price
|
86
88
|
post_install_message:
|
87
89
|
rdoc_options: []
|
88
90
|
require_paths:
|