worker-glass 0.2.3 → 0.2.4

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: 32e257ced6541016bfb2bd51880a321346478108
4
- data.tar.gz: 98e54a43945d983553bad25f079115809f55ad3f
3
+ metadata.gz: d027e11a28f34cae2a354e89fb9322d77681a610
4
+ data.tar.gz: 9c2c6f2a246abd4ee03cb89ffbf7db9d5fcf4407
5
5
  SHA512:
6
- metadata.gz: 79523e14fca4fb07f97a258b8a88c9d4c23c0702110baf2fc99c87c5a6d5700b9b8d243e24a058287b395970a9801058b9d749e802e3df2bc3891266146eeb1d
7
- data.tar.gz: 81b8b48c7807491c76a3fa42700fe9063c81ce7c75c387634f4b3dceb2f0eb4749a853ff1f858e734f660da97849e4f763638f55cd34cbde562c3a94da7ece64
6
+ metadata.gz: ae11f63adbed0116b296ee0cef016cd2ed045f91bd3c8de9473877410047873ba5b7c680ae74ea46d5d13146f039fd07f0b11614eb5c410e1c375b667a2fb285
7
+ data.tar.gz: 81f3bffbf3c8f5e759412f3c8a989f165e758f13ffd33b5a1d98641a425a53c35ced1cca026dc8f260463a25eb15e1f52d375879196e7edff452a261603d7b01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # WorkerGlass changelog
2
2
 
3
- ## Unreleased
3
+ ## 0.2.3
4
4
  - Gem bump
5
5
  - Ruby 2.4.1 as default
6
6
  - Coditsu quality hookup
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- worker-glass (0.2.3)
4
+ worker-glass (0.2.4)
5
5
  activesupport
6
6
  null-logger
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (5.1.0)
11
+ activesupport (5.1.3)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (~> 0.7)
14
14
  minitest (~> 5.1)
@@ -16,29 +16,29 @@ GEM
16
16
  concurrent-ruby (1.0.5)
17
17
  diff-lcs (1.3)
18
18
  docile (1.1.5)
19
- i18n (0.8.1)
19
+ i18n (0.8.6)
20
20
  json (2.1.0)
21
- minitest (5.10.1)
22
- null-logger (0.1.3)
21
+ minitest (5.10.3)
22
+ null-logger (0.1.4)
23
23
  rake (12.0.0)
24
- rspec (3.5.0)
25
- rspec-core (~> 3.5.0)
26
- rspec-expectations (~> 3.5.0)
27
- rspec-mocks (~> 3.5.0)
28
- rspec-core (3.5.4)
29
- rspec-support (~> 3.5.0)
30
- rspec-expectations (3.5.0)
24
+ rspec (3.6.0)
25
+ rspec-core (~> 3.6.0)
26
+ rspec-expectations (~> 3.6.0)
27
+ rspec-mocks (~> 3.6.0)
28
+ rspec-core (3.6.0)
29
+ rspec-support (~> 3.6.0)
30
+ rspec-expectations (3.6.0)
31
31
  diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.5.0)
33
- rspec-mocks (3.5.0)
32
+ rspec-support (~> 3.6.0)
33
+ rspec-mocks (3.6.0)
34
34
  diff-lcs (>= 1.2.0, < 2.0)
35
- rspec-support (~> 3.5.0)
36
- rspec-support (3.5.0)
37
- simplecov (0.14.1)
35
+ rspec-support (~> 3.6.0)
36
+ rspec-support (3.6.0)
37
+ simplecov (0.15.0)
38
38
  docile (~> 1.1.0)
39
39
  json (>= 1.8, < 3)
40
40
  simplecov-html (~> 0.10.0)
41
- simplecov-html (0.10.0)
41
+ simplecov-html (0.10.2)
42
42
  thread_safe (0.3.6)
43
43
  tzinfo (1.2.3)
44
44
  thread_safe (~> 0.1)
data/README.md CHANGED
@@ -87,7 +87,7 @@ Make your feature addition or bug fix.
87
87
  Add tests for it. This is important so I don't break it in a future version unintentionally.
88
88
  Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull). Send me a pull request. Bonus points for topic branches.
89
89
 
90
- [![coditsu](https://coditsu.io/assets/quality_bar.png)](https://coditsu.io)
90
+ [![coditsu](https://coditsu.io/assets/quality_bar.svg)](https://coditsu.io)
91
91
 
92
92
  Each pull request must pass our quality requirements. To check if everything is as it should be, we use [Coditsu](https://coditsu.io) that combinse multiple linters and code analyzers. Unfortunately, for now it is invite-only based, so just ping us and we will give you access to the quality results.
93
93
 
@@ -3,5 +3,5 @@
3
3
  # Main wrapper
4
4
  module WorkerGlass
5
5
  # Current version of WorkerGlass gem
6
- VERSION = '0.2.3'
6
+ VERSION = '0.2.4'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worker-glass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-05-02 00:00:00.000000000 Z
12
+ date: 2017-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: null-logger