beer-advocate-cli 0.2.2 → 0.2.4

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
  SHA256:
3
- metadata.gz: 60d58d42e4b3624debf0c1c85c7f92ee01b93c0cf4d89fed3dba6bf559e8f0ec
4
- data.tar.gz: d74d982cb35bb8c3eaa9a578a5e3d357670ebac1f29f7792f8e7f6febb8e221f
3
+ metadata.gz: a4d1ac27bf182d4d7c9538c8c41ece8eae1d33aa4a6049111d5436f56b59c58c
4
+ data.tar.gz: 867d267a96346cf6b7ce060a54c2c84ff9160f409af857a0b9cb42eeea72fb24
5
5
  SHA512:
6
- metadata.gz: 9f3689986cbc669f7623ea03115926b20a5a2020d46ab623089090e429ba826f869c37883bdccc9fce0a8c8848b9b7ff8eb84c755d8d4b3be4014413663faf97
7
- data.tar.gz: a4c3a6b11a2b5c2e93648eb552f37da5fa81e1bed2cfada4d6876e64e0707b5a4d310a87667e6bceec611b8b54301582f596fddd087f14f67bb6747c3edecb87
6
+ metadata.gz: 413ebdc63388b673c3017a05a41db1f22936acd3793a65addbd4b94e10dc0b5f1fac74d9132c5863e3a438a05a08dd8bff9448a2349b5459a37ed4b22e8bd890
7
+ data.tar.gz: bf2972dcd4a26b46483f591f7d8cc82a8b125f3a32f1ddbbe13c6a8b71e90236114b3cc15940b6fdcd57d5828fdc29c0b51c6fa661bc17b1dbe36fa65d80938a
@@ -1,9 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- beer-advocate-cli (0.2.2)
4
+ beer-advocate-cli (0.2.4)
5
5
  colorize (~> 0.8.1)
6
6
  nokogiri (~> 1.8)
7
+ pry (~> 0.12.2)
7
8
 
8
9
  GEM
9
10
  remote: https://rubygems.org/
@@ -12,7 +13,7 @@ GEM
12
13
  colorize (0.8.1)
13
14
  method_source (0.9.2)
14
15
  mini_portile2 (2.4.0)
15
- nokogiri (1.10.4)
16
+ nokogiri (1.10.7)
16
17
  mini_portile2 (~> 2.4.0)
17
18
  pry (0.12.2)
18
19
  coderay (~> 1.1.0)
data/README.md CHANGED
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/'tan_nate'/cli-data-gem. 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/'tan_nate'/beer-advocate-cli-gem. 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.
34
34
 
35
35
  ## License
36
36
 
@@ -27,4 +27,5 @@ Gem::Specification.new do |spec|
27
27
 
28
28
  spec.add_dependency "colorize", "~> 0.8.1"
29
29
  spec.add_dependency "nokogiri", "~> 1.8"
30
+ spec.add_dependency "pry", "~> 0.12.2"
30
31
  end
@@ -1,3 +1,3 @@
1
1
  module BeerAdvocate
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beer-advocate-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Tan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2020-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.8'
83
+ - !ruby/object:Gem::Dependency
84
+ name: pry
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 0.12.2
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 0.12.2
83
97
  description:
84
98
  email: nktan93@gmail.com
85
99
  executables: