UNESCO_World_Heritage_Sites 0.1.1 → 0.1.2

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: aa33705b055d141fdefd07cfa0fccacb3c592f19
4
- data.tar.gz: ae261906bf5bd227e367239b110be2cc3f1e39fc
3
+ metadata.gz: 6e04c8bedebad0a789ba890d9f5fb3a8ed96c42b
4
+ data.tar.gz: b8b0630cd4a2b1fd060049e658fb30dd562b932d
5
5
  SHA512:
6
- metadata.gz: bb00b375080c4a692df1bdb01e286bc1678584368e0ce2053b0ae4a2dcd17c9f3335a4a52fae04dbb090808a9bd51f08cec325f1628af5144e1b237c26422d5e
7
- data.tar.gz: 45239fe50042ddb11fd2901448b950cbabed9da52d2d76edd961e89d7439146841bb25e1463766e1ebb7add716d98a034cec45b8b9c0be5371db1d08d56b4dcf
6
+ metadata.gz: 1bb1812271dcdcba2f4f03ba93aedf44fb5bbf81d6f2a6867b63145e35f4136622b4a79c7fd8d80bbfe8e48c321c8ceef1cee72c4737821e0b489b7ce579dfd3
7
+ data.tar.gz: 67a4a42239b5736173fb59873baff6e803c44e94b2bbc1bfd59008fe554ecd3a5c6fb70b912f58d6953ad6eae77f544c089393078ba8601b4ec21b4ec47ad585
@@ -1,3 +1,3 @@
1
1
  module UNESCOWorldHeritageSites
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: UNESCO_World_Heritage_Sites
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew McGowan
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: pry
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -66,25 +80,17 @@ dependencies:
66
80
  - - ">="
67
81
  - !ruby/object:Gem::Version
68
82
  version: '0'
69
- description: Scrapes many pages throughout the whc.unesco.org website, organizes sites
83
+ description: Scrapes pages throughout the whc.unesco.org website, organizes sites
70
84
  by country and allows the user to select which site they would like to learn more
71
85
  about.
72
86
  email:
73
87
  - matthewpaulmcgowan@gmail.com
74
- executables: []
88
+ executables:
89
+ - UNESCO_World_Heritage_Sites
75
90
  extensions: []
76
91
  extra_rdoc_files: []
77
92
  files:
78
- - ".gitignore"
79
- - ".travis.yml"
80
- - Gemfile
81
- - LICENSE.txt
82
- - README.md
83
- - Rakefile
84
- - UNESCO_World_Heritage_Sites.gemspec
85
93
  - bin/UNESCO_World_Heritage_Sites
86
- - bin/console
87
- - bin/setup
88
94
  - lib/UNESCO_World_Heritage_Sites.rb
89
95
  - lib/UNESCO_World_Heritage_Sites/cli.rb
90
96
  - lib/UNESCO_World_Heritage_Sites/countries.rb
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
@@ -1,3 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.1
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in UNESCO_World_Heritage_Sites.gemspec
4
- gemspec
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 matthewpaulmcgowan
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 DELETED
@@ -1,39 +0,0 @@
1
- # UNESCOWorldHeritageSites
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/UNESCO_World_Heritage_Sites`. 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
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'UNESCO_World_Heritage_Sites'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install UNESCO_World_Heritage_Sites
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- 1. Fork it ( https://github.com/[my-github-username]/UNESCO_World_Heritage_Sites/fork )
36
- 2. Create your feature branch (`git checkout -b my-new-feature`)
37
- 3. Commit your changes (`git commit -am 'Add some feature'`)
38
- 4. Push to the branch (`git push origin my-new-feature`)
39
- 5. Create a new Pull Request
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
-
@@ -1,27 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'UNESCO_World_Heritage_Sites/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "UNESCO_World_Heritage_Sites"
8
- spec.version = UNESCOWorldHeritageSites::VERSION
9
- spec.authors = ["Matthew McGowan"]
10
- spec.email = ["matthewpaulmcgowan@gmail.com"]
11
-
12
- spec.summary = %q{A CLI to search through UNESCO World Heritage Sites}
13
- spec.description = %q{Scrapes many pages throughout the whc.unesco.org website, organizes sites by country and allows the user to select which site they would like to learn more about.}
14
- spec.homepage = "https://github.com/matthewpaulmcgowan/UNESCO_World_Heritage_Sites_CLI_Data_Gem"
15
- spec.license = "MIT"
16
-
17
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- spec.bindir = "exe"
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
- spec.require_paths = ["lib"]
21
-
22
- spec.add_development_dependency "bundler", "~> 1.8"
23
- spec.add_development_dependency "rake", "~> 10.0"
24
- spec.add_development_dependency "pry"
25
-
26
- spec.add_dependency "nokogiri"
27
- end
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "UNESCO_World_Heritage_Sites"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here