se_climbing_videos 0.1.2 → 0.1.3

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: 8d4738de05ba40d4565922dfee95a87c90899baa
4
- data.tar.gz: 74ad41aeb3947cd701adf73cac67b23102d57b9f
3
+ metadata.gz: 60a7ac24c183394cbf550303cf9ab5d799330271
4
+ data.tar.gz: 537bd691c03d8b315720756461de82f56eb24aff
5
5
  SHA512:
6
- metadata.gz: d0eaa07d56e8aa76e31049ceb10bc5ac38328a9241cb8ed9b43b8846793b4ef251769adbfa4036bf818e165b0728549204cb620edc5335b9939a2b4acbd0c5f5
7
- data.tar.gz: 34ac6517bb556ee95e8104582f2010717ec5b77164c37213b2eb12c74eeacd04027a84e4e6ba8f8f5a73bd4d404680705f5865485eb275cfa6636066d9bfa097
6
+ metadata.gz: b636ce4007c52c0d9c3b3c78d532c481c4258c51c72b2fdc93eb315a6e649ae918bb5a3f2e62910f6ed72bacb1b20287608fb7b50b13082f66b4bfaa09c54fa9
7
+ data.tar.gz: 0d15c4f739e37c99665b50d134f8a061f43b1fe1cb135c94cfe89a4cce363e7cb4a46dcca038f192431c61be4ca3c22e767d3ddbd1f990e1c53895dabc97a2cf
data/README.md CHANGED
@@ -21,7 +21,9 @@ Or install it yourself as:
21
21
 
22
22
  ## Usage
23
23
 
24
- TODO: Write usage instructions here
24
+ Type the following and follow the on screen prompts.
25
+
26
+ $ se_climbing_videos
25
27
 
26
28
  ## Development
27
29
 
@@ -6,4 +6,3 @@ require 'colorize'
6
6
  require_relative '../lib/se_climbing_videos/cli'
7
7
  require_relative '../lib/se_climbing_videos/scraper'
8
8
  require_relative '../lib/se_climbing_videos/video'
9
- require_relative '../lib/se_climbing_videos/version'
@@ -1,3 +1,3 @@
1
1
  module SeClimbingVideos
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: se_climbing_videos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liah Wallace
@@ -122,6 +122,8 @@ files:
122
122
  - lib/se_climbing_videos/version.rb
123
123
  - lib/se_climbing_videos/video.rb
124
124
  - se_climbing_videos-0.1.0.gem
125
+ - se_climbing_videos-0.1.1.gem
126
+ - se_climbing_videos-0.1.2.gem
125
127
  - se_climbing_videos.gemspec
126
128
  - spec.md
127
129
  homepage: https://github.com/liahwallace1/se-climbing-videos-cli-app