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 +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +18 -18
- data/README.md +1 -1
- data/lib/worker_glass/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d027e11a28f34cae2a354e89fb9322d77681a610
|
4
|
+
data.tar.gz: 9c2c6f2a246abd4ee03cb89ffbf7db9d5fcf4407
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae11f63adbed0116b296ee0cef016cd2ed045f91bd3c8de9473877410047873ba5b7c680ae74ea46d5d13146f039fd07f0b11614eb5c410e1c375b667a2fb285
|
7
|
+
data.tar.gz: 81f3bffbf3c8f5e759412f3c8a989f165e758f13ffd33b5a1d98641a425a53c35ced1cca026dc8f260463a25eb15e1f52d375879196e7edff452a261603d7b01
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
worker-glass (0.2.
|
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.
|
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.
|
19
|
+
i18n (0.8.6)
|
20
20
|
json (2.1.0)
|
21
|
-
minitest (5.10.
|
22
|
-
null-logger (0.1.
|
21
|
+
minitest (5.10.3)
|
22
|
+
null-logger (0.1.4)
|
23
23
|
rake (12.0.0)
|
24
|
-
rspec (3.
|
25
|
-
rspec-core (~> 3.
|
26
|
-
rspec-expectations (~> 3.
|
27
|
-
rspec-mocks (~> 3.
|
28
|
-
rspec-core (3.
|
29
|
-
rspec-support (~> 3.
|
30
|
-
rspec-expectations (3.
|
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.
|
33
|
-
rspec-mocks (3.
|
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.
|
36
|
-
rspec-support (3.
|
37
|
-
simplecov (0.
|
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.
|
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.
|
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
|
|
data/lib/worker_glass/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2017-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: null-logger
|