capistrano_multiconfig_parallel 0.0.1 → 0.0.2

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: 96a47c7dcecfeada5fe7fb23dd257df92fd521f9
4
- data.tar.gz: 20512948d23bc465d2bb4146ed7f41ffe887f991
3
+ metadata.gz: ac6703e8eef5dd5b504c3d55c6728ea4e2c7aba4
4
+ data.tar.gz: dbc246d3381acbcbffc4e4a0ef38161709cc6bf8
5
5
  SHA512:
6
- metadata.gz: 724ae116cd13d103f79ed45225d74a68cce7087e5e068d1d5a440597a228a85375523a9ab7c29a5940a5f3d3f9708fa430ae88f1449396456108f63d776631e6
7
- data.tar.gz: 0054782386ac8e6eacae69d3fb3e166e49170bf31d9893417f7d9d4fa7bd810a0cdeb6c1ed4cb534110c19e1cd4b73f7953980bea50ba09a6152e5a4a6053faa
6
+ metadata.gz: 8039be85a7fc0224bcd5c40d8003e21f87076f538288db950edc7fda3d4962599ed270469c975d2aea4ec6a74bb7d261ff9dc02896a0f2fe57e13e84313e2c66
7
+ data.tar.gz: 9255061f0eca93ce373e1b09ae27148b18aa563255639a8790a54d4ffc192aa6cd640c41a54966f02bda7739574175c4f9b1ffd5e46a02cfae366bcc2f71b64a
data/.travis.yml CHANGED
@@ -4,8 +4,8 @@ before_install:
4
4
  - gem install bundler
5
5
  rvm:
6
6
  - 1.9.3
7
- - jruby-19mode
8
7
  - 2.0.0
8
+ - 2.1.5
9
9
  env:
10
10
  - RAILS_ENV=test RACK_ENV=test
11
11
  notifications:
data/README.md CHANGED
@@ -1,6 +1,10 @@
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)
5
+ [![Repo Size](https://reposs.herokuapp.com/?path=bogdanRada/capistrano_multiconfig_parallel)](https://github.com/bogdanRada/capistrano_multiconfig_parallel)
6
+ [![Gem Downloads](https://ruby-gem-downloads-badge.herokuapp.com/capistrano_multiconfig_parallel?type=total&style=dynamic)](https://github.com/bogdanRada/capistrano_multiconfig_parallel)
7
+ [![Maintenance Status](http://stillmaintained.com/bogdanRada/capistrano_multiconfig_parallel.png)](https://github.com/bogdanRada/capistrano_multiconfig_parallel)
4
8
 
5
9
  Description
6
10
  --------
@@ -21,7 +25,6 @@ Requirements
21
25
  1. [Ruby 1.9.x or Ruby 2.x.x][ruby]
22
26
  2. [ActiveSuport >= 4.2.0][activesupport]
23
27
  3. [celluloid-pmap >= 0.2.0][celluloid_pmap]
24
- 4. [celluloid_pubsub >= 0.0.11][celluloid_pubsub]
25
28
  5. [composable_state_machine >= 1.0.2][composable_state_machine]
26
29
  6. [terminal-table >= 1.4.5][terminal_table]
27
30
  7. [formatador >= 0.2.5] [formatador]
@@ -34,7 +37,7 @@ Requirements
34
37
 
35
38
  [ruby]: http://www.ruby-lang.org
36
39
  [activesupport]:https://rubygems.org/gems/activesupport
37
- [celluloid_pubsub]:https://github.com/bogdanRada/celluloid_pubsub
40
+ [capistrano_multiconfig_parallel]:https://github.com/bogdanRada/capistrano_multiconfig_parallel
38
41
  [celluloid_pmap]:https://github.com/jwo/celluloid-pmap
39
42
  [composable_state_machine]: https://github.com/swoop-inc/composable_state_machine
40
43
  [terminal_table]: https://github.com/tj/terminal-table
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  s.add_runtime_dependency 'capistrano-multiconfig','~> 3.0', '>= 3.0.8'
29
29
  s.add_runtime_dependency 'capistrano','~> 3.0','>= 3.0'
30
30
  s.add_runtime_dependency 'activesupport', '~> 4.0','>= 4.0'
31
- s.add_runtime_dependency 'configurations', '~> 2.0', '>= 2.0.0'
31
+ s.add_runtime_dependency 'configurations', '~> 2.0', '2.0.0'
32
32
 
33
33
 
34
34
  s.add_development_dependency 'rspec-rails', '~> 2.0', '>= 2.0'
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 0
11
- TINY = 1
11
+ TINY = 2
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: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-16 00:00:00.000000000 Z
11
+ date: 2015-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid-pmap
@@ -237,7 +237,7 @@ dependencies:
237
237
  - - ~>
238
238
  - !ruby/object:Gem::Version
239
239
  version: '2.0'
240
- - - '>='
240
+ - - '='
241
241
  - !ruby/object:Gem::Version
242
242
  version: 2.0.0
243
243
  type: :runtime
@@ -247,7 +247,7 @@ dependencies:
247
247
  - - ~>
248
248
  - !ruby/object:Gem::Version
249
249
  version: '2.0'
250
- - - '>='
250
+ - - '='
251
251
  - !ruby/object:Gem::Version
252
252
  version: 2.0.0
253
253
  - !ruby/object:Gem::Dependency