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 +4 -4
- data/README.md +2 -4
- data/lib/tutorial_central.rb +0 -1
- data/lib/tutorial_central/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79569cca6cbbd64d04c457a66907b0fb25010734
|
4
|
+
data.tar.gz: 49d8b9fe512f5cdb57f26c4f160203922bd2c624
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
data/lib/tutorial_central.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|