queue_ding 0.1.2 → 0.1.3

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: e9055161188727ac0eba023edd59c0c33a0ccc47
4
- data.tar.gz: 492b6d847a9c38a1bf2da2b04e749ac894c4747b
3
+ metadata.gz: a5e696ec01b2969ec0cdaeb9485a8f3d7ff432c0
4
+ data.tar.gz: 4427803bcbc8266fec88d7122c63701b54f919f0
5
5
  SHA512:
6
- metadata.gz: 9b14ccdd668975c3fc7e7eb818eda5fe3b858cc0ebdcdfb444012a4b483900c446bbbe72b087f85c1073e55e62aa97052efe810c501994087fc1aa0743099767
7
- data.tar.gz: bb4c40748eec9aa15a900dbb1e60c07364ab82a11324d5bf130731df2c4d0b862992157f0ccbf6c2e8b5827e76f8e4671d573184118764bb6fea375ecff4c258
6
+ metadata.gz: 75bb7ff7e308dffd526d4a12adcb66d69d3ce1ab541473b6f0a2ca485b2d1e16494820a8afb4a839ea47377a0d5ed029dffd89f9c400f84395b39a90a2694920
7
+ data.tar.gz: 085a7294836c7473cd363b12448391ccedcf9bcf80e462e867cc99d92ed43e4003551ccd03afce6cec50dff38d295240fcfd0503cf0e475bc674e001af92b9c1
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 2
4
+ :patch: 3
5
5
  :special: ''
data/Gemfile.lock CHANGED
@@ -11,19 +11,18 @@ GEM
11
11
  docile (1.1.5)
12
12
  faraday (0.9.2)
13
13
  multipart-post (>= 1.2, < 3)
14
- ffi (1.9.10)
14
+ ffi (1.9.14)
15
15
  formatador (0.2.5)
16
16
  git (1.3.0)
17
- github_api (0.13.1)
17
+ github_api (0.14.5)
18
18
  addressable (~> 2.4.0)
19
19
  descendants_tracker (~> 0.0.4)
20
20
  faraday (~> 0.8, < 0.10)
21
21
  hashie (>= 3.4)
22
- multi_json (>= 1.7.5, < 2.0)
23
- oauth2
24
- guard (2.13.0)
22
+ oauth2 (~> 1.0)
23
+ guard (2.14.0)
25
24
  formatador (>= 0.2.4)
26
- listen (>= 2.7, <= 4.0)
25
+ listen (>= 2.7, < 4.0)
27
26
  lumberjack (~> 1.0)
28
27
  nenv (~> 0.1)
29
28
  notiffany (~> 0.0)
@@ -32,12 +31,12 @@ GEM
32
31
  thor (>= 0.18.1)
33
32
  guard-rspec (0.7.3)
34
33
  guard (>= 0.10.0)
35
- hashie (3.4.3)
34
+ hashie (3.4.6)
36
35
  highline (1.7.8)
37
36
  json (1.8.3)
38
- juwelier (2.1.1)
37
+ juwelier (2.1.3)
39
38
  builder
40
- bundler (>= 1.0)
39
+ bundler (>= 1.13)
41
40
  git (>= 1.2.5)
42
41
  github_api
43
42
  highline (>= 1.6.15)
@@ -45,34 +44,35 @@ GEM
45
44
  rake
46
45
  rdoc
47
46
  semver
48
- jwt (1.5.1)
49
- listen (3.0.6)
50
- rb-fsevent (>= 0.9.3)
51
- rb-inotify (>= 0.9.7)
47
+ jwt (1.5.6)
48
+ listen (3.1.5)
49
+ rb-fsevent (~> 0.9, >= 0.9.4)
50
+ rb-inotify (~> 0.9, >= 0.9.7)
51
+ ruby_dep (~> 1.2)
52
52
  lumberjack (1.0.10)
53
53
  method_source (0.8.2)
54
- mini_portile2 (2.0.0)
55
- multi_json (1.11.2)
54
+ mini_portile2 (2.1.0)
55
+ multi_json (1.12.1)
56
56
  multi_xml (0.5.5)
57
57
  multipart-post (2.0.0)
58
58
  nenv (0.3.0)
59
- nokogiri (1.6.7.2)
60
- mini_portile2 (~> 2.0.0.rc2)
61
- notiffany (0.0.8)
59
+ nokogiri (1.6.8.1)
60
+ mini_portile2 (~> 2.1.0)
61
+ notiffany (0.1.1)
62
62
  nenv (~> 0.1)
63
63
  shellany (~> 0.0)
64
- oauth2 (1.1.0)
64
+ oauth2 (1.2.0)
65
65
  faraday (>= 0.8, < 0.10)
66
- jwt (~> 1.0, < 1.5.2)
66
+ jwt (~> 1.0)
67
67
  multi_json (~> 1.3)
68
68
  multi_xml (~> 0.5)
69
69
  rack (>= 1.2, < 3)
70
- pry (0.10.3)
70
+ pry (0.10.4)
71
71
  coderay (~> 1.1.0)
72
72
  method_source (~> 0.8.1)
73
73
  slop (~> 3.4)
74
- rack (1.6.4)
75
- rake (11.1.2)
74
+ rack (2.0.1)
75
+ rake (11.3.0)
76
76
  rb-fsevent (0.9.7)
77
77
  rb-inotify (0.9.7)
78
78
  ffi (>= 0.5.0)
@@ -86,17 +86,18 @@ GEM
86
86
  rspec-expectations (2.99.2)
87
87
  diff-lcs (>= 1.1.3, < 2.0)
88
88
  rspec-mocks (2.99.4)
89
+ ruby_dep (1.5.0)
89
90
  semver (1.0.1)
90
91
  shellany (0.0.1)
91
- simplecov (0.11.2)
92
+ simplecov (0.12.0)
92
93
  docile (~> 1.1.0)
93
- json (~> 1.8)
94
+ json (>= 1.8, < 3)
94
95
  simplecov-html (~> 0.10.0)
95
96
  simplecov-html (0.10.0)
96
97
  slop (3.6.0)
97
98
  thor (0.19.1)
98
99
  thread_safe (0.3.5)
99
- yard (0.8.7.6)
100
+ yard (0.9.5)
100
101
 
101
102
  PLATFORMS
102
103
  ruby
@@ -113,4 +114,4 @@ DEPENDENCIES
113
114
  yard (~> 0)
114
115
 
115
116
  BUNDLED WITH
116
- 1.11.2
117
+ 1.13.6
data/README.rdoc CHANGED
@@ -29,7 +29,7 @@ dyamic interfaces for browser-based Dashboards.
29
29
  === v0.1.0
30
30
  With the new Automatic Tee Feature, there is currently no cleanup
31
31
  for dead threads. This could potentially lead to a memory leak situation
32
- for long running tasks. This problem will be addressed in the next release.
32
+ for long running tasks. This problem will be addressed later.
33
33
 
34
34
  == Usage
35
35
 
data/Rakefile CHANGED
@@ -31,7 +31,7 @@ Juwelier::Tasks.new do |gem|
31
31
  }
32
32
  gem.email = "fred.mitchell@gmx.de"
33
33
  gem.authors = ["Fred Mitchell"]
34
- gem.required_ruby_version = '>= 2.0'
34
+ gem.required_ruby_version = '>= 2.2.2'
35
35
  gem.version = s_version
36
36
 
37
37
  # Exclusions
data/queue_ding.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: queue_ding 0.1.2 ruby lib
5
+ # stub: queue_ding 0.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "queue_ding"
9
- s.version = "0.1.2"
9
+ s.version = "0.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Fred Mitchell"]
14
- s.date = "2016-04-03"
14
+ s.date = "2016-10-23"
15
15
  s.description = "\n This roughly mirrors the functionaly of Queue in allowing you to\n queue messages to one or more threads, and will block if the queue\n is empty, waking up when there is another message available.\n "
16
16
  s.email = "fred.mitchell@gmx.de"
17
17
  s.extra_rdoc_files = [
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
  ]
37
37
  s.homepage = "http://github.com/flajann2/queue_ding"
38
38
  s.licenses = ["MIT"]
39
- s.required_ruby_version = Gem::Requirement.new(">= 2.0")
39
+ s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
40
40
  s.rubygems_version = "2.5.1"
41
41
  s.summary = "QueueDing is a working alternative to Queue"
42
42
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queue_ding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-03 00:00:00.000000000 Z
11
+ date: 2016-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aquarium
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
172
  requirements:
173
173
  - - ">="
174
174
  - !ruby/object:Gem::Version
175
- version: '2.0'
175
+ version: 2.2.2
176
176
  required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - ">="