best_beaches 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b6b3e8d0706f53198d8cb34799c529e54173eaa
4
- data.tar.gz: 9f3df75d396fe595dfc641d72ee2e67383d6d887
3
+ metadata.gz: c681213017a8421934eb77927e74f6eddb217e38
4
+ data.tar.gz: ad52608a28e39b5e6e0a7fffdfb3c6b17e8c0eb3
5
5
  SHA512:
6
- metadata.gz: 8927f8aa88b3cfd07af66429b916c5018cdbdc69f640f31c78a1d32420ad345d83997749d61880b9287af3b2ceb8fc91e44e91878b51f8d5033a32dbf3b35ffe
7
- data.tar.gz: 996d19115c265663e2777f03c67101018e43ab909819fa559355f9ee3771b506ce8da7f2c4702bc9c81e6a73c3c31b598b7ce9b6c0b1f1223c9caf9c21f82df6
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
- TODO: Write usage instructions here
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
- >>>>>>> 41f27c980bc076f7aff223cca18c7332d874ca58
43
+
Binary file
@@ -1,3 +1,3 @@
1
1
  module BestBeaches
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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-25 00:00:00.000000000 Z
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