best-hiking-trails 0.1.0 → 0.1.1

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: 9782284b5d20826f09077cfd92d34c7258b2041c
4
- data.tar.gz: be1df65e397399b145a4511f895fb1f01e83d551
3
+ metadata.gz: 68ed0663bdf710609b05de1eddb7cfebc3e4b8fb
4
+ data.tar.gz: 09789ac0bcd0080415a64c476fed1a011890cea8
5
5
  SHA512:
6
- metadata.gz: 286a9ac8dac14af3893968b420f3b74e335fa7ae1ebb20d4deaa93176597e85e56d6f0fc6a43861b9dd716d62b8cf7bc965e8a6241d45512c1dd854e5b258fd5
7
- data.tar.gz: 76266c077a8cb00a0b26199f1c2e42f7a7d383add741fc03c91a4da676232c7227cc812e98aa78af02ce57f3ed8967678c5ef777a4d552429bf840ae55658f88
6
+ metadata.gz: 62a6c6823dfb93ec134e5a7aebd30a345cf81f5a133ae1569ff3716773ec55dae7c55031cc89acc22342ef66d4441bca95004e97bf55ec6d2078b3a1454990d0
7
+ data.tar.gz: 6eb81e1ebf84f9c74cbcbe9883b342ad4413268934b3f5342c1789adc9b2c26dc10ae490abb06210975543b9093a4a1083e434dba44911a18e6973709e1a3e29
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["randy gylling"]
10
10
  spec.email = ["mikegylling@yahoo.com"]
11
11
 
12
- spec.summary = "See the top 25 best hiking trails and their location"
12
+ spec.summary = "See the top 10 best hiking trails and their location"
13
13
  spec.homepage = "https://github.com/rgylling/best-hiking-trails-cli-gem"
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -21,9 +21,10 @@ Gem::Specification.new do |spec|
21
21
  end
22
22
 
23
23
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
- spec.bindir = "exe"
25
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
- spec.require_paths = ["lib"]
24
+ # spec.bindir = "exe"
25
+ spec.executables = ["best-hiking-trails"]
26
+ spec.require_paths = ["lib", "lib/best_hiking_trails"]
27
+ spec.license = "MIT"
27
28
 
28
29
 
29
30
  spec.add_development_dependency "bundler", "~> 1.12"
@@ -1,3 +1,3 @@
1
1
  module BestHikingTrails
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best-hiking-trails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - randy gylling
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-11-12 00:00:00.000000000 Z
12
12
  dependencies:
@@ -83,7 +83,8 @@ dependencies:
83
83
  description:
84
84
  email:
85
85
  - mikegylling@yahoo.com
86
- executables: []
86
+ executables:
87
+ - best-hiking-trails
87
88
  extensions: []
88
89
  extra_rdoc_files: []
89
90
  files:
@@ -105,13 +106,15 @@ files:
105
106
  - lib/best_hiking_trails/version.rb
106
107
  - spec.md
107
108
  homepage: https://github.com/rgylling/best-hiking-trails-cli-gem
108
- licenses: []
109
+ licenses:
110
+ - MIT
109
111
  metadata:
110
112
  allowed_push_host: https://rubygems.org
111
113
  post_install_message:
112
114
  rdoc_options: []
113
115
  require_paths:
114
116
  - lib
117
+ - lib/best_hiking_trails
115
118
  required_ruby_version: !ruby/object:Gem::Requirement
116
119
  requirements:
117
120
  - - ">="
@@ -127,5 +130,5 @@ rubyforge_project:
127
130
  rubygems_version: 2.6.8
128
131
  signing_key:
129
132
  specification_version: 4
130
- summary: See the top 25 best hiking trails and their location
133
+ summary: See the top 10 best hiking trails and their location
131
134
  test_files: []