cany 0.5.4 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cfebbb66d784001d4e8069a7924eca37e2f5901
4
- data.tar.gz: 56a472517791b63dc4074bd3c4af193e432a8bce
3
+ metadata.gz: 4b1fc3bce06d0b78f472ad8c0b59148ae6ead507
4
+ data.tar.gz: c5e6d6bdd5b87d0d0489cf25a9e6e7de4c7529fd
5
5
  SHA512:
6
- metadata.gz: 589175904939889f0653e5fab5a588a96015b965258cc536f009350b00ac054841c052fcbfd371b78c063a7070f76c2b003201309b640d1161503e4876d9b8ad
7
- data.tar.gz: 8145aa3bfe2bd9ba6f20391638978b8c1aea1635f895985892fb76e6b40a587c008fb7b82283749771fc935d7214eb9121bc17105efbcbac0037348be196d107
6
+ metadata.gz: 04e0a5b6b8557cf52057db018407b5c3442cc07ff4ea9680996449e73afffc273db23502a9fa51f64d825717b61337773ba6a67c88ae7472e9423bdd30b666a6
7
+ data.tar.gz: bb928174a260ebf9f40b12154b3b3de2d4a67af6b027c199f82f3bfcede5339e334983a7981f71199a7cd0331281549ffe1625a9ea4894c6ec76e1b10d59f893
@@ -1,6 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.2
3
+ - 2.3.0
4
+ - 2.2.4
5
+ - 2.1.8
4
6
  - 2.0.0
5
7
  - 1.9.3
6
8
  sudo: false
@@ -1,3 +1,12 @@
1
+ 0.5.5 / 2016-02-15
2
+ ==================
3
+
4
+ Bug Fixes:
5
+
6
+ * bundler: newer nokogiri versions require zlib
7
+ * sidekiq: fix command with multiple queue names
8
+
9
+
1
10
  0.5.4 / 2015-02-16
2
11
  ==================
3
12
 
@@ -1,28 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cany (0.5.4)
4
+ cany (0.5.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- celluloid (0.16.0)
10
- timers (~> 4.0.0)
11
9
  coderay (1.1.0)
12
- coveralls (0.7.9)
13
- multi_json (~> 1.10)
14
- rest-client (~> 1.7)
15
- simplecov (~> 0.9.1)
10
+ coveralls (0.8.10)
11
+ json (~> 1.8)
12
+ rest-client (>= 1.6.8, < 2)
13
+ simplecov (~> 0.11.0)
16
14
  term-ansicolor (~> 1.3)
17
15
  thor (~> 0.19.1)
16
+ tins (~> 1.6.0)
18
17
  deb_control (0.0.1)
19
18
  diff-lcs (1.2.5)
20
19
  docile (1.1.5)
21
- ffi (1.9.6)
20
+ domain_name (0.5.20160128)
21
+ unf (>= 0.0.5, < 1.0.0)
22
+ ffi (1.9.10)
22
23
  formatador (0.2.5)
23
- guard (2.12.1)
24
+ guard (2.13.0)
24
25
  formatador (>= 0.2.4)
25
- listen (~> 2.7)
26
+ listen (>= 2.7, <= 4.0)
26
27
  lumberjack (~> 1.0)
27
28
  nenv (~> 0.1)
28
29
  notiffany (~> 0.0)
@@ -30,70 +31,72 @@ GEM
30
31
  shellany (~> 0.0)
31
32
  thor (>= 0.18.1)
32
33
  guard-compat (1.2.1)
33
- guard-rspec (4.5.0)
34
+ guard-rspec (4.6.4)
34
35
  guard (~> 2.1)
35
36
  guard-compat (~> 1.1)
36
37
  rspec (>= 2.99.0, < 4.0)
37
38
  guard-yard (2.1.4)
38
39
  guard (>= 1.1.0)
39
40
  yard (>= 0.7.0)
40
- hitimes (1.2.2)
41
+ http-cookie (1.0.2)
42
+ domain_name (~> 0.5)
43
+ json (1.8.3)
41
44
  libnotify (0.9.1)
42
45
  ffi (>= 1.0.11)
43
- listen (2.8.5)
44
- celluloid (>= 0.15.2)
46
+ listen (3.0.6)
45
47
  rb-fsevent (>= 0.9.3)
46
- rb-inotify (>= 0.9)
47
- lumberjack (1.0.9)
48
+ rb-inotify (>= 0.9.7)
49
+ lumberjack (1.0.10)
48
50
  method_source (0.8.2)
49
- mime-types (2.4.3)
50
- multi_json (1.10.1)
51
- nenv (0.2.0)
52
- netrc (0.10.2)
53
- notiffany (0.0.5)
51
+ mime-types (2.99)
52
+ nenv (0.3.0)
53
+ netrc (0.11.0)
54
+ notiffany (0.0.8)
54
55
  nenv (~> 0.1)
55
56
  shellany (~> 0.0)
56
- pry (0.10.1)
57
+ pry (0.10.3)
57
58
  coderay (~> 1.1.0)
58
59
  method_source (~> 0.8.1)
59
60
  slop (~> 3.4)
60
- rake (10.4.2)
61
+ rake (10.5.0)
61
62
  rb-fchange (0.0.6)
62
63
  ffi
63
- rb-fsevent (0.9.4)
64
- rb-inotify (0.9.5)
64
+ rb-fsevent (0.9.7)
65
+ rb-inotify (0.9.7)
65
66
  ffi (>= 0.5.0)
66
- redcarpet (3.2.2)
67
- rest-client (1.7.2)
67
+ redcarpet (3.3.4)
68
+ rest-client (1.8.0)
69
+ http-cookie (>= 1.0.2, < 2.0)
68
70
  mime-types (>= 1.16, < 3.0)
69
71
  netrc (~> 0.7)
70
- rspec (3.2.0)
71
- rspec-core (~> 3.2.0)
72
- rspec-expectations (~> 3.2.0)
73
- rspec-mocks (~> 3.2.0)
74
- rspec-core (3.2.0)
75
- rspec-support (~> 3.2.0)
76
- rspec-expectations (3.2.0)
72
+ rspec (3.4.0)
73
+ rspec-core (~> 3.4.0)
74
+ rspec-expectations (~> 3.4.0)
75
+ rspec-mocks (~> 3.4.0)
76
+ rspec-core (3.4.2)
77
+ rspec-support (~> 3.4.0)
78
+ rspec-expectations (3.4.0)
77
79
  diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.2.0)
79
- rspec-mocks (3.2.0)
80
+ rspec-support (~> 3.4.0)
81
+ rspec-mocks (3.4.1)
80
82
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.2.0)
82
- rspec-support (3.2.1)
83
+ rspec-support (~> 3.4.0)
84
+ rspec-support (3.4.1)
83
85
  shellany (0.0.1)
84
- simplecov (0.9.1)
86
+ simplecov (0.11.2)
85
87
  docile (~> 1.1.0)
86
- multi_json (~> 1.0)
87
- simplecov-html (~> 0.8.0)
88
- simplecov-html (0.8.0)
88
+ json (~> 1.8)
89
+ simplecov-html (~> 0.10.0)
90
+ simplecov-html (0.10.0)
89
91
  slop (3.6.0)
90
- term-ansicolor (1.3.0)
92
+ term-ansicolor (1.3.2)
91
93
  tins (~> 1.0)
92
94
  thor (0.19.1)
93
- timecop (0.7.1)
94
- timers (4.0.1)
95
- hitimes
96
- tins (1.3.4)
95
+ timecop (0.8.0)
96
+ tins (1.6.0)
97
+ unf (0.1.4)
98
+ unf_ext
99
+ unf_ext (0.0.7.2)
97
100
  yard (0.8.7.6)
98
101
 
99
102
  PLATFORMS
@@ -116,3 +119,6 @@ DEPENDENCIES
116
119
  rspec
117
120
  timecop
118
121
  yard (~> 0.8.6)
122
+
123
+ BUNDLED WITH
124
+ 1.11.2
@@ -18,6 +18,7 @@ class Cany::Recipes::Bundler
18
18
  depend 'libxml2', situation: :runtime
19
19
  depend 'libxslt1-dev', situation: :build
20
20
  depend 'libxslt1.1', situation: :runtime
21
+ depend 'libz-dev', situation: :build
21
22
  end
22
23
 
23
24
  Gem.specify :pg do
@@ -42,9 +42,9 @@ module Cany::Recipes
42
42
 
43
43
  def sidekiq_args
44
44
  args = %w(--environment production)
45
- if queues.any?
45
+ queues.each do |queue|
46
46
  args << '--queue'
47
- args << queues.join(',')
47
+ args << queue.to_s
48
48
  end
49
49
  args
50
50
  end
@@ -2,7 +2,7 @@ module Cany
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- PATCH = 4
5
+ PATCH = 5
6
6
  STAGE = nil
7
7
  STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
8
8
  def self.to_s; STRING end
@@ -42,7 +42,7 @@ describe Cany::Recipes::Sidekiq do
42
42
  it 'should launch sidekiq with the list of queues' do
43
43
  expect(recipe).to receive(:install_service).with(
44
44
  :sidekiq,
45
- %w(/usr/bin/test sidekiq --environment production --queue name1,name2),
45
+ %w(/usr/bin/test sidekiq --environment production --queue name1 --queue name2),
46
46
  user: 'www-data', group: 'www-data'
47
47
  )
48
48
  recipe.inner = double('recipe')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cany
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malte Swart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-16 00:00:00.000000000 Z
11
+ date: 2016-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.4.5
133
+ rubygems_version: 2.4.5.1
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Canning your ruby applications