ratebeer 0.0.5a → 0.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +7 -7
  3. data/Gemfile.lock +20 -22
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d001c76b26d45e168769fddcb3c69dcea3711479
4
- data.tar.gz: 27390f84bc7f8272b893b1169e3d0e90bab1510d
3
+ metadata.gz: 65f8aaeea63dfb27689d2565c1d3040cdd55dc83
4
+ data.tar.gz: 36c025cd597beba7fe54ba02a89ed7c558f4a2bc
5
5
  SHA512:
6
- metadata.gz: 07e2009a0bc96bf6afb208345c0c0167a62de3969fd0a209b3428b63abf0572d3265611e15ad7f81d8742dbe00900bf601ef4fdf600fb74a2d76f494649ea9e6
7
- data.tar.gz: d7a0c63bdc4bf43aa3050dd4fb022c6b6ab4ca7bbd55b2f48bac575e1e0cbcf38120e615492afb22d87710a80b2e24d55e8e5cbdc8bfdb5ed14f495d7d8224dd
6
+ metadata.gz: 69b85eae0c9d656fab6381652ba271b000fb8752a83e0947dbdeb85915cc0259c0aef1e24eccc82a7edacac9d5da4dac0b629dfccac7a3ea20b5f366052540ba
7
+ data.tar.gz: 561a854a6ca8b2d7ee04eb13a0f6e810094d7762be56c5da45ffe86b40e7721fd64fb2a4f8ca8368518dce58e4de285d903095fb123e2df21e3ae196b6ba5143
data/Gemfile CHANGED
@@ -1,13 +1,13 @@
1
- source 'https://rubygems.org'
2
- ruby '2.3.0'
1
+ source "https://rubygems.org"
2
+ ruby "2.3.0"
3
3
 
4
4
  gemspec
5
5
 
6
- gem 'i18n'
7
- gem 'nokogiri'
6
+ gem "i18n"
7
+ gem "nokogiri"
8
8
 
9
9
  group :test do
10
- gem 'rspec'
11
- gem 'rake'
12
- gem 'codeclimate-test-reporter'
10
+ gem "rspec"
11
+ gem "rake"
12
+ gem "codeclimate-test-reporter"
13
13
  end
data/Gemfile.lock CHANGED
@@ -1,39 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ratebeer (0.0.5)
4
+ ratebeer (0.0.4b)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- codeclimate-test-reporter (0.6.0)
9
+ codeclimate-test-reporter (0.4.8)
10
10
  simplecov (>= 0.7.1, < 1.0.0)
11
11
  diff-lcs (1.2.5)
12
12
  docile (1.1.5)
13
13
  i18n (0.7.0)
14
- json (2.0.1)
15
- mini_portile2 (2.1.0)
16
- nokogiri (1.6.8)
17
- mini_portile2 (~> 2.1.0)
18
- pkg-config (~> 1.1.7)
19
- pkg-config (1.1.7)
20
- rake (11.2.2)
21
- rspec (3.5.0)
22
- rspec-core (~> 3.5.0)
23
- rspec-expectations (~> 3.5.0)
24
- rspec-mocks (~> 3.5.0)
25
- rspec-core (3.5.1)
26
- rspec-support (~> 3.5.0)
27
- rspec-expectations (3.5.0)
14
+ json (1.8.3)
15
+ mini_portile (0.6.2)
16
+ nokogiri (1.6.6.2)
17
+ mini_portile (~> 0.6.0)
18
+ rake (10.4.2)
19
+ rspec (3.3.0)
20
+ rspec-core (~> 3.3.0)
21
+ rspec-expectations (~> 3.3.0)
22
+ rspec-mocks (~> 3.3.0)
23
+ rspec-core (3.3.2)
24
+ rspec-support (~> 3.3.0)
25
+ rspec-expectations (3.3.1)
28
26
  diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.5.0)
30
- rspec-mocks (3.5.0)
27
+ rspec-support (~> 3.3.0)
28
+ rspec-mocks (3.3.2)
31
29
  diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.5.0)
33
- rspec-support (3.5.0)
34
- simplecov (0.12.0)
30
+ rspec-support (~> 3.3.0)
31
+ rspec-support (3.3.0)
32
+ simplecov (0.10.0)
35
33
  docile (~> 1.1.0)
36
- json (>= 1.8, < 3)
34
+ json (~> 1.8)
37
35
  simplecov-html (~> 0.10.0)
38
36
  simplecov-html (0.10.0)
39
37
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ratebeer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5a
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Meakin