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 +4 -4
- data/lib/se_climbing_videos/version.rb +1 -1
- data/se_climbing_videos-0.1.0.gem +0 -0
- data/se_climbing_videos.gemspec +8 -7
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11fcecb066e2cd6d43f31f4356ebe013dcc3b2b9
|
4
|
+
data.tar.gz: 5745b39d490f34bda2838eb4c0bee458d7d25af8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 885b6d0828279dc92608a8d4892f53709127dc51d2af1fe71b93e7be9304106b8b8e30794ebf88eda7280f5218930df7632b43c64d791177625f2f74a205594d
|
7
|
+
data.tar.gz: 3ffa8382277a488db114d5aa5a0da1a4a05998b5819f104af6ba12c38bcebe634dcb0abd5fa516a276e9df572671d741e1c3590acf2c9a15d410b5a61e7df75a
|
Binary file
|
data/se_climbing_videos.gemspec
CHANGED
@@ -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
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
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 = "
|
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Liah Wallace
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
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:
|