travel 0.2.1 → 0.2.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: e9c3a6635cb64a5e77764bb15019c69b5b70e5ce
4
- data.tar.gz: 567e155adbd8e5e237b860aa8385e55589a15d61
3
+ metadata.gz: d561c75ceb7a96962a44a13e9f8af985435ccb07
4
+ data.tar.gz: 66c8502ddb5eae32b45d27c4cd31d41923f411f0
5
5
  SHA512:
6
- metadata.gz: d67c1dbee92516cc53ab4a13cc14c37f534d169c99476ef16a315df1743bdfc0c3ed3014ffc73aa523b10e65f9d643cd3c796e7568fe980636e144df4fae6878
7
- data.tar.gz: f704745d6a3f6d305b2cabc46c106c763b45e3a8c1d3a58aaa0fc37bed2192bb885c8889dbd4fd6538b1d6d0cef488c08c1e250b5441a347680e8ddd1f842b91
6
+ metadata.gz: 82b1bfbcac4250c334d3162410be733bb632310bf30c41b7731db4fa43792c8fbf8fc62d84dc2ecae8d6865a314537f2c0fb06fb5465e6e207727033b31a3736
7
+ data.tar.gz: 0f8dd03de033e4e0e379ae1dfe35924df9191b5f928b83d8771669e14dc825ae39a98809e0039111c280dc36802333867d869989fd4d95a413b9c800fbffc312
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
@@ -0,0 +1,49 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This code of conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at a_papacostas@yahoo.com. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
+ version 1.3.0, available at
46
+ [http://contributor-covenant.org/version/1/3/0/][version]
47
+
48
+ [homepage]: http://contributor-covenant.org
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in travel.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 ms94ap
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,36 @@
1
+ # Travel
2
+
3
+ It includes information for: Attractions, Beaches, All Inclusive Resorts, Destinations,
4
+ Destinations on the Rise, Hotels, Islands, Landmarks, Museums and Restaurants.
5
+
6
+
7
+ ## Installation
8
+
9
+ Install by running the following:
10
+
11
+ $ gem install travel
12
+
13
+ ## Usage
14
+
15
+ Type the below and follow the on screen prompts.
16
+
17
+ $ travel
18
+
19
+
20
+
21
+ ## Development
22
+
23
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
24
+
25
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
26
+
27
+ ## Contributing
28
+
29
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/travel. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
30
+
31
+
32
+ ## License
33
+
34
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
35
+
36
+ # travel
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/travel CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "travel"
4
+ require_relative "../lib/travel"
5
5
  Travel::CLI.new.call
@@ -1,3 +1,3 @@
1
1
  module Travel
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/travel.gemspec ADDED
@@ -0,0 +1,28 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'travel/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "travel"
8
+ spec.version = Travel::VERSION
9
+ spec.authors = ["Andrew Papacostas"]
10
+ spec.email = ["a_papacostas@yahoo.com"]
11
+
12
+ spec.summary = "This is a gem for www.tripadvisor.com World Travelers' Choice Awards"
13
+ spec.description = "It includes information for: Attractions, Beaches, All Inclusive Resorts, Destinations,
14
+ Destinations on the Rise, Hotels, Islands, Landmarks, Museums and Restaurants."
15
+ spec.homepage = "https://github.com/ms94ap/travel"
16
+ spec.license = "MIT"
17
+
18
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
+ spec.bindir = "bin"
20
+ spec.executables = ["travel"]
21
+ spec.require_paths = "lib"
22
+
23
+ spec.add_development_dependency "bundler", "~> 1.12"
24
+ spec.add_development_dependency "rake", "~> 10.0"
25
+ spec.add_development_dependency 'pry', '~> 0.10.4'
26
+ spec.add_dependency "nokogiri"
27
+
28
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - ms94ap
7
+ - Andrew Papacostas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-31 00:00:00.000000000 Z
11
+ date: 2016-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,6 +76,12 @@ executables:
76
76
  extensions: []
77
77
  extra_rdoc_files: []
78
78
  files:
79
+ - ".gitignore"
80
+ - CODE_OF_CONDUCT.md
81
+ - Gemfile
82
+ - LICENSE.txt
83
+ - README.md
84
+ - Rakefile
79
85
  - bin/console
80
86
  - bin/setup
81
87
  - bin/travel
@@ -94,7 +100,8 @@ files:
94
100
  - lib/travel/restaurants.rb
95
101
  - lib/travel/scraper.rb
96
102
  - lib/travel/version.rb
97
- homepage: https://github.com/ms94ap/travel-cli-gem
103
+ - travel.gemspec
104
+ homepage: https://github.com/ms94ap/travel
98
105
  licenses:
99
106
  - MIT
100
107
  metadata: {}