hotel_price 0.1.3 → 0.1.4
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/README.md +4 -6
- data/hotel_price.gemspec +1 -0
- data/lib/hotel_price/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6301fdf126b2464527ae359685b2b5023ac309c1636248eac79266a9be5e9f11
|
4
|
+
data.tar.gz: 3750ea3f8a9cf1bc6e5a2330b1390a504198f23b73e7429dcde56f8579615863
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b452de9e3ad4037ee81805fd707c9b1f9949933e1654f82179c65aebc9ee7bf17a207b0a72294f39e0132e628793cbc11d8db23fbe0a41da69d594d97e351f67
|
7
|
+
data.tar.gz: 1285bd69a19fe101b3c52d10594c18de3a419552b333fa7fe4e315e868c8f4549f51201c529d82da6977384bd56d2105beef806540a55deadb37bab41f2be6b0
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,5 @@
|
|
1
1
|
# HotelPrice
|
2
|
-
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/hotel_price`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
2
|
+
This Gem is made for ppl who work at travel industry
|
6
3
|
|
7
4
|
## Installation
|
8
5
|
|
@@ -22,7 +19,8 @@ Or install it yourself as:
|
|
22
19
|
|
23
20
|
## Usage
|
24
21
|
|
25
|
-
|
22
|
+
Get Rakuten Travel Top Page Title
|
23
|
+
`hotel_price`
|
26
24
|
|
27
25
|
## Development
|
28
26
|
|
@@ -40,4 +38,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
40
38
|
|
41
39
|
## Code of Conduct
|
42
40
|
|
43
|
-
Everyone interacting in the HotelPrice project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
41
|
+
Everyone interacting in the HotelPrice project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/el-fudo/hotel_price/blob/master/CODE_OF_CONDUCT.md).
|
data/hotel_price.gemspec
CHANGED
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
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" }
|
15
16
|
|
16
17
|
|
17
18
|
|
data/lib/hotel_price/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FUMI
|
@@ -81,7 +81,8 @@ files:
|
|
81
81
|
homepage: https://twitter.com/Fumitas
|
82
82
|
licenses:
|
83
83
|
- MIT
|
84
|
-
metadata:
|
84
|
+
metadata:
|
85
|
+
source_code_uri: https://github.com/el-fudo/hotel_price
|
85
86
|
post_install_message:
|
86
87
|
rdoc_options: []
|
87
88
|
require_paths:
|