distribot 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +34 -37
  3. data/distribot.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2b3d421915762110b9502fe94a610fcf94c7b06
4
- data.tar.gz: ee852eb3d4e4831c8cc7aea2de9a9f221d468253
3
+ metadata.gz: e2bf7a028491449acacbad57f6fe7ed84821e3c2
4
+ data.tar.gz: b3e621b0d64abf0fe492c22f3abd507e3b989b34
5
5
  SHA512:
6
- metadata.gz: 3bc2ed4c6ce134ebe8b07a65c96c58f469e1f7662326debe37f3e12d7137c32cec016657bdd929b74efeb79bce622de9492096cdf3f8a86b84ece4b0326c6bb1
7
- data.tar.gz: 8313c0386ba09f6d818a9eef39b5a907729ee01d1b47f92ded517daea2e308fc32fba9a60e2cf0ef6331e593e4c8859477d259e52329dd82fe82ff5aa25333c6
6
+ metadata.gz: 142925953e254a8a6b99a89576ed01128902b0931e7a3363064495fbef490b56c3a1ce1d532991496a6ba3f6eaf27b5cc9e59190633654a97147f75eeb7cbf21
7
+ data.tar.gz: 17690a305bc7625d9778ceb5c81c9bf919218066c91bf24578bece35ae6f0f6f5f1f37fc75590eb17a8c0cf0e0186fec386411a9bb23c44137ec89fe8850e7e6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- distribot (0.1.3)
4
+ distribot (0.1.4)
5
5
  activesupport
6
6
  bunny
7
7
  concurrent-ruby
@@ -13,81 +13,78 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activesupport (4.2.5)
16
+ activesupport (4.2.6)
17
17
  i18n (~> 0.7)
18
18
  json (~> 1.7, >= 1.7.7)
19
19
  minitest (~> 5.1)
20
20
  thread_safe (~> 0.3, >= 0.3.4)
21
21
  tzinfo (~> 1.1)
22
- addressable (2.3.8)
22
+ addressable (2.4.0)
23
23
  amq-protocol (2.0.1)
24
- ast (2.1.0)
25
- astrolabe (1.3.1)
26
- parser (~> 2.2)
24
+ ast (2.3.0)
27
25
  builder (3.2.2)
28
26
  bunny (2.4.0)
29
27
  amq-protocol (>= 2.0.1)
30
- byebug (8.2.0)
31
- codeclimate-test-reporter (0.4.8)
28
+ byebug (9.0.5)
29
+ codeclimate-test-reporter (0.6.0)
32
30
  simplecov (>= 0.7.1, < 1.0.0)
33
31
  concurrent-ruby (1.0.2)
34
- crack (0.4.2)
32
+ crack (0.4.3)
35
33
  safe_yaml (~> 1.0.0)
36
34
  diff-lcs (1.2.5)
37
35
  docile (1.1.5)
38
- faker (1.6.1)
36
+ faker (1.6.3)
39
37
  i18n (~> 0.5)
40
- hashdiff (0.2.3)
38
+ hashdiff (0.3.0)
41
39
  i18n (0.7.0)
42
40
  json (1.8.3)
43
41
  logstash-event (1.2.02)
44
42
  logstash-logger (0.15.2)
45
43
  logstash-event (~> 1.2)
46
44
  stud
47
- minitest (5.8.3)
45
+ minitest (5.9.0)
48
46
  multi_json (1.12.1)
49
- parser (2.2.3.0)
50
- ast (>= 1.1, < 3.0)
47
+ parser (2.3.1.2)
48
+ ast (~> 2.2)
51
49
  powerpack (0.1.1)
52
- rainbow (2.0.0)
53
- rake (10.4.2)
50
+ rainbow (2.1.0)
51
+ rake (10.5.0)
54
52
  redis (3.3.0)
55
- rspec (3.4.0)
56
- rspec-core (~> 3.4.0)
57
- rspec-expectations (~> 3.4.0)
58
- rspec-mocks (~> 3.4.0)
59
- rspec-core (3.4.1)
60
- rspec-support (~> 3.4.0)
61
- rspec-expectations (3.4.0)
53
+ rspec (3.5.0)
54
+ rspec-core (~> 3.5.0)
55
+ rspec-expectations (~> 3.5.0)
56
+ rspec-mocks (~> 3.5.0)
57
+ rspec-core (3.5.0)
58
+ rspec-support (~> 3.5.0)
59
+ rspec-expectations (3.5.0)
62
60
  diff-lcs (>= 1.2.0, < 2.0)
63
- rspec-support (~> 3.4.0)
64
- rspec-mocks (3.4.0)
61
+ rspec-support (~> 3.5.0)
62
+ rspec-mocks (3.5.0)
65
63
  diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.4.0)
67
- rspec-support (3.4.1)
68
- rubocop (0.35.1)
69
- astrolabe (~> 1.3)
70
- parser (>= 2.2.3.0, < 3.0)
64
+ rspec-support (~> 3.5.0)
65
+ rspec-support (3.5.0)
66
+ rubocop (0.41.1)
67
+ parser (>= 2.3.1.1, < 3.0)
71
68
  powerpack (~> 0.1)
72
69
  rainbow (>= 1.99.1, < 3.0)
73
70
  ruby-progressbar (~> 1.7)
74
- tins (<= 1.6.0)
75
- ruby-progressbar (1.7.5)
71
+ unicode-display_width (~> 1.0, >= 1.0.1)
72
+ ruby-progressbar (1.8.1)
76
73
  safe_yaml (1.0.4)
77
74
  semantic (1.4.1)
78
- shoulda-matchers (3.0.1)
75
+ shoulda-matchers (3.1.1)
79
76
  activesupport (>= 4.0.0)
80
- simplecov (0.10.0)
77
+ simplecov (0.12.0)
81
78
  docile (~> 1.1.0)
82
- json (~> 1.8)
79
+ json (>= 1.8, < 3)
83
80
  simplecov-html (~> 0.10.0)
84
81
  simplecov-html (0.10.0)
85
82
  stud (0.0.22)
86
83
  thread_safe (0.3.5)
87
- tins (1.6.0)
88
84
  tzinfo (1.2.2)
89
85
  thread_safe (~> 0.1)
90
- webmock (1.22.3)
86
+ unicode-display_width (1.1.0)
87
+ webmock (2.1.0)
91
88
  addressable (>= 2.3.6)
92
89
  crack (>= 0.3.2)
93
90
  hashdiff
data/distribot.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'distribot'
3
- spec.version = '0.1.3'
3
+ spec.version = '0.1.4'
4
4
  spec.authors = ['John Drago']
5
5
  spec.email = 'jdrago.999@gmail.com'
6
6
  spec.homepage = 'https://github.com/distribot/distribot'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distribot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Drago
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-01 00:00:00.000000000 Z
11
+ date: 2016-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler