tutorial_central 1.0.0 → 1.1.0

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: 158e15721141eccb1c8250199cfe71c3af06e185
4
- data.tar.gz: f5fa543d314d53b209acd19c7aefb45600bf9e41
3
+ metadata.gz: 79569cca6cbbd64d04c457a66907b0fb25010734
4
+ data.tar.gz: 49d8b9fe512f5cdb57f26c4f160203922bd2c624
5
5
  SHA512:
6
- metadata.gz: f7b4b83ecfac366874bea304552cc44e762dd7e61f7cd51582d803c5af0d4c2e3b794b1b3a330457f58e389682e8e0b91de39b959864ccc5fa034b892082e23b
7
- data.tar.gz: c386343b8a4f4e6c09d46bcfc0712a8abb9e36e5d83b177f35ed3f7f7e785b885951bd20f74f8c6ed12f4f9a1a6e2887ce25214e4dd0254a5125964554fb8233
6
+ metadata.gz: f8a29f7ebfdf95ee8a8a71a7477189dda0fda1c17134930b3822bf5d53a559eb34322b876ed13c3342470c11e02a41d9f5234bb276965ff182494a8d35dd02c4
7
+ data.tar.gz: 301b3408fc4199892d65c6ba6e8231e0c04ee64db8d800b3cac6022b2ecb5d02f229f23da9daa4ed59c9816af4e509993d8b124cf1c73501876cd0b2acc598dc
data/README.md CHANGED
@@ -4,8 +4,6 @@ This gem scrapes data from the website 'hackr.io', which is a repository of codi
4
4
 
5
5
  ## Installation
6
6
 
7
- Make sure you have the gems 'nokogiri' and 'highline' installed.
8
-
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
@@ -22,7 +20,7 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- The command line prompts will guide you, but you will start off by choosing to either have the most recently posted tutorials displayed or browsing all of the categories. From there you can pick a specific tutorial and the program will show you its location.
23
+ Run 'tutorial_central' to start the program. The command line prompts will guide you, but you will start off by choosing to either have the most recently posted tutorials displayed or browsing all of the categories. From there you can pick a specific tutorial and the program will show you its location.
26
24
 
27
25
  ## Development
28
26
 
@@ -32,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
30
 
33
31
  ## Contributing
34
32
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/tutorial_central. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/LonghornRach/tutorial_central. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
34
 
37
35
 
38
36
  ## License
@@ -4,7 +4,6 @@ require "tutorial_central/cli"
4
4
 
5
5
  require 'open-uri'
6
6
  require 'highline/import'
7
- require 'pry'
8
7
  require 'nokogiri'
9
8
 
10
9
  module TutorialCentral
@@ -1,3 +1,3 @@
1
1
  module TutorialCentral
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tutorial_central
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rachel Stratemeier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-03 00:00:00.000000000 Z
11
+ date: 2016-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri