capistrano_multiconfig_parallel 1.1.4 → 1.1.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: b899aac7805a1c8250b2037535653849c12fd18f
4
- data.tar.gz: b6daee8ae723415c6dec580fa068e5534c28b244
3
+ metadata.gz: 06e8881c76dcdb09382cf110ccd2f6a735190c14
4
+ data.tar.gz: a3ef1e0ff35938179785fcdc319722e99c1e6f6b
5
5
  SHA512:
6
- metadata.gz: 96aaf00685ada5b7d983c3fdb36c59493e98f67b63e4a4ae64bd29de476553674a9692e90a40c4d2a3b7fa5c886938e99d3547512ba207b05d617d52fd13e15f
7
- data.tar.gz: 5cd1832193bec861fd7c0e71536b6e45e76c2eab706dd6e764813f29763c1c63bd036f602501479840ea02a7857a518f06dacb413877b921751f939debb01e20
6
+ metadata.gz: cd646d055aac690b27c26b6f9e1e9363f7e3a693c905f04d74a3924102c7744e89a8538078847f7db44137cb06db41449b0a32bfbf7a3345ad46eeb8725da210
7
+ data.tar.gz: 77e75f23ab10c93a1b628d912aeecaefeab28adf5e007145a1cc3bfd67b7c2b22fc520aa632f0ddd8ece9f28ec9d980271e8350580efd1284f94b7d34b1ff463
data/.travis.yml CHANGED
@@ -3,9 +3,12 @@ before_install:
3
3
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
4
4
  - gem install bundler
5
5
  rvm:
6
- - 1.9.3
7
6
  - 2.0.0
8
7
  - 2.1.5
8
+ - 2.2.3
9
+ - 2.2.4
10
+ - 2.3.0
11
+ - ruby-head
9
12
  env:
10
13
  - RAILS_ENV=test RACK_ENV=test
11
14
  notifications:
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  capistrano_multiconfig_parallel
2
2
  ===============================
3
3
 
4
- [![Gem Version](https://badge.fury.io/rb/capistrano_multiconfig_parallel.svg)](http://badge.fury.io/rb/capistrano_multiconfig_parallel) [![Repo Size](https://reposs.herokuapp.com/?path=bogdanRada/capistrano_multiconfig_parallel)](https://github.com/bogdanRada/capistrano_multiconfig_parallel) [![Gem Downloads](https://ruby-gem-downloads-badge.herokuapp.com/capistrano_multiconfig_parallel?type=total&style=dynamic)](https://github.com/bogdanRada/capistrano_multiconfig_parallel) [![Analytics](https://ga-beacon.appspot.com/UA-72570203-1/bogdanRada/capistrano_multiconfig_parallel)](https://github.com/bogdanRada/capistrano_multiconfig_parallel)
4
+ [![Gem Version](https://badge.fury.io/rb/capistrano_multiconfig_parallel.svg)](http://badge.fury.io/rb/capistrano_multiconfig_parallel) [![Repo Size](https://reposs.herokuapp.com/?path=bogdanRada/capistrano_multiconfig_parallel)](https://github.com/bogdanRada/capistrano_multiconfig_parallel) [![Gem Downloads](https://ruby-gem-downloads-badge.herokuapp.com/capistrano_multiconfig_parallel?type=total&style=dynamic)](https://github.com/bogdanRada/capistrano_multiconfig_parallel) [![Analytics](https://ga-beacon.appspot.com/UA-72570203-1/bogdanRada/capistrano_multiconfig_parallel)](https://github.com/bogdanRada/capistrano_multiconfig_parallel) [![Join the chat at https://gitter.im/bogdanRada/capistrano_multiconfig_parallel](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bogdanRada/capistrano_multiconfig_parallel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
 
6
6
  DEMO
7
7
  ----
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
 
20
20
  s.add_runtime_dependency 'celluloid-pmap', '~> 0.2', '>= 0.2.2'
21
- s.add_runtime_dependency 'celluloid_pubsub', '~> 0.4', '>= 0.4.8'
21
+ s.add_runtime_dependency 'celluloid_pubsub', '~> 0.5', '>= 0.5'
22
22
  s.add_runtime_dependency 'celluloid-websocket-client', '~> 0.0', '>= 0.0.1'
23
23
  s.add_runtime_dependency 'composable_state_machine', '~> 1.0', '>= 1.0.2'
24
24
  s.add_runtime_dependency 'terminal-table', '~> 1.5', '>= 1.5.2'
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 1
10
10
  MINOR = 1
11
- TINY = 4
11
+ TINY = 5
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-25 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: celluloid-pmap
@@ -36,20 +36,20 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.4'
39
+ version: '0.5'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 0.4.8
42
+ version: '0.5'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '0.4'
49
+ version: '0.5'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 0.4.8
52
+ version: '0.5'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: celluloid-websocket-client
55
55
  requirement: !ruby/object:Gem::Requirement