se_climbing_videos 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: 84ab1ae583f5fa2580468ac1d3b0e156ea7cdcf9
4
- data.tar.gz: b900ef68b69d61ede6a9928750cf7f98525da0b2
3
+ metadata.gz: 11fcecb066e2cd6d43f31f4356ebe013dcc3b2b9
4
+ data.tar.gz: 5745b39d490f34bda2838eb4c0bee458d7d25af8
5
5
  SHA512:
6
- metadata.gz: 6f0390f1f8a5da658de0ea0418a5447da21c22e6bb2e4e81d9d609fe4b364efe9f3021e7d7bc1a167fa0a9eb4c70ea73c44c67f3e2d381908db58309e784ae8c
7
- data.tar.gz: e62f7e9edf87b641e45111f57d12ccf62162fbce0259ab88c05a438f9d882b7b9d4551964bc1eb5fcfb8af036b0ef442d1a3a83e4179b2d50423dbc455072a89
6
+ metadata.gz: 885b6d0828279dc92608a8d4892f53709127dc51d2af1fe71b93e7be9304106b8b8e30794ebf88eda7280f5218930df7632b43c64d791177625f2f74a205594d
7
+ data.tar.gz: 3ffa8382277a488db114d5aa5a0da1a4a05998b5819f104af6ba12c38bcebe634dcb0abd5fa516a276e9df572671d741e1c3590acf2c9a15d410b5a61e7df75a
@@ -1,3 +1,3 @@
1
1
  module SeClimbingVideos
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
@@ -17,19 +17,20 @@ Gem::Specification.new do |spec|
17
17
 
18
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
20
- # if spec.respond_to?(:metadata)
21
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
22
- # else
23
- # raise "RubyGems 2.0 or newer is required to protect against " \
24
- # "public gem pushes."
25
- # end
20
+ if spec.respond_to?(:metadata)
21
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
22
+ else
23
+ raise "RubyGems 2.0 or newer is required to protect against " \
24
+ "public gem pushes."
25
+ end
26
26
 
27
27
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
28
28
  f.match(%r{^(test|spec|features)/})
29
29
  end
30
- spec.bindir = "exe"
30
+ spec.bindir = "bin"
31
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ["lib"]
33
+ spec.executables << 'se_climbing_videos'
33
34
 
34
35
  spec.add_development_dependency "bundler", "~> 1.13"
35
36
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: se_climbing_videos
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
  - Liah Wallace
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2017-01-30 00:00:00.000000000 Z
12
12
  dependencies:
@@ -99,7 +99,8 @@ description: The Southeast Climbing Videos gem will help you find the newest vid
99
99
  of videos by location and upload date.
100
100
  email:
101
101
  - liahwallace1@gmail.com
102
- executables: []
102
+ executables:
103
+ - se_climbing_videos
103
104
  extensions: []
104
105
  extra_rdoc_files: []
105
106
  files:
@@ -120,12 +121,14 @@ files:
120
121
  - lib/se_climbing_videos/scraper.rb
121
122
  - lib/se_climbing_videos/version.rb
122
123
  - lib/se_climbing_videos/video.rb
124
+ - se_climbing_videos-0.1.0.gem
123
125
  - se_climbing_videos.gemspec
124
126
  - spec.md
125
127
  homepage: https://github.com/liahwallace1/se-climbing-videos-cli-app
126
128
  licenses:
127
129
  - MIT
128
- metadata: {}
130
+ metadata:
131
+ allowed_push_host: https://rubygems.org
129
132
  post_install_message:
130
133
  rdoc_options: []
131
134
  require_paths: