best_beaches 0.2.0 → 0.2.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/README.md +3 -10
- data/best_beaches-0.2.0.gem +0 -0
- data/lib/best_beaches/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c681213017a8421934eb77927e74f6eddb217e38
|
|
4
|
+
data.tar.gz: ad52608a28e39b5e6e0a7fffdfb3c6b17e8c0eb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d194a3bd13f427f827649384800ad598291f9c1c68ffb935f06eebc9a84ece83e1540d9e10b32111a256318be6bc93e7b32039674c3316839aa925e9f511498
|
|
7
|
+
data.tar.gz: f6fea13cde1e8ed3e3dd5b1a6a83c05df6caefe6399e41e0e04201b93ef8856eb112b34ab61b31df5b4aaf6b5dba3a4a12b543188544af25a4be293f73600907
|
data/README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
# BestBeaches
|
|
3
|
-
|
|
4
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/best_beaches`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
5
|
-
|
|
6
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
This gem provides a CLI that scrapes a website for the best beaches in Florida
|
|
7
4
|
|
|
8
5
|
## Installation
|
|
9
6
|
|
|
@@ -23,7 +20,7 @@ Or install it yourself as:
|
|
|
23
20
|
|
|
24
21
|
## Usage
|
|
25
22
|
|
|
26
|
-
|
|
23
|
+
Bestbeaches::CLI.call will start the CLI
|
|
27
24
|
|
|
28
25
|
## Development
|
|
29
26
|
|
|
@@ -40,11 +37,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
|
|
|
40
37
|
|
|
41
38
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
42
39
|
|
|
43
|
-
<<<<<<< HEAD
|
|
44
|
-
=======
|
|
45
|
-
=======
|
|
46
40
|
|
|
47
|
-
>>>>>>> e95373b731440b20289f05be91e8b8b43113f692
|
|
48
41
|
# jimlippman-cli-gem
|
|
49
42
|
a cli to scrape a website for the best beaches in Florida
|
|
50
|
-
|
|
43
|
+
|
|
Binary file
|
data/lib/best_beaches/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: best_beaches
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jjlippman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -96,6 +96,7 @@ files:
|
|
|
96
96
|
- NOTES.md
|
|
97
97
|
- README.md
|
|
98
98
|
- Rakefile
|
|
99
|
+
- best_beaches-0.2.0.gem
|
|
99
100
|
- best_beaches.gemspec
|
|
100
101
|
- bin/best_beaches
|
|
101
102
|
- bin/console
|