capistrano_multiconfig_parallel 0.23.0 → 0.23.1

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: 3abf731d592c43d68e734ea69f0705ad5270ee03
4
- data.tar.gz: 60ed9a8d3d00637add5bd7062481bc38830e92e2
3
+ metadata.gz: 1ff612a175687d8fc42e5dd6043c7e5a25424d88
4
+ data.tar.gz: d1a7dcf21535303deee6743fc08d449cf1a14b2b
5
5
  SHA512:
6
- metadata.gz: 725383d5a5ea7464ff75c97e3061d9a49db50ee0fca9c9b4e7d4202786e637b9b913a3001a8cb5759c174e78f5367bd89e6fa1c6f549466e409ca826b85263a7
7
- data.tar.gz: bbf8f5a10007639ac4982a4b4c723119743a63ffd6f7c3ca47fcdc9fe4a3be3eae47000f73060498bf4a84cc7346b1db56af7abda0ede6ff726ffe90cb09a260
6
+ metadata.gz: 8a4cf9fcf55c2c2e87e162881d2f18635b6be934762846067a06bcf828af9b20310ba27e480ba10bcd4a4c5816e6b3f444cb061898cfe0216abc69b455c745aa
7
+ data.tar.gz: 43d03318d0b96e474fc123434c223cf38c247467a8bee012e980a83d83a9a5db41ba11d24e287114ec4530eae7d943d2613f06f0b82eb7595b61d9a9a6d5bb92
data/README.md CHANGED
@@ -29,10 +29,11 @@ Requirements
29
29
  7. [eventmachine >= 1.0.3](https://github.com/eventmachine/eventmachine)
30
30
  8. [right_popen >= 1.1.3](https://github.com/rightscale/right_popen)
31
31
  9. [capistrano >= 3.0](https://github.com/capistrano/capistrano/)
32
- 10. [configliere >= 0.4](https://github.com/infochimps-platform/configliere)
33
- 11. [inquirer >= 0.2](https://github.com/arlimus/inquirer.rb)
34
- 12. [devnull >= 0.1](https://github.com/arlimus/inquirer.rb)
35
- 13. [versionomy >= 0.4.4](https://github.com/dazuma/versionomy)
32
+ 10. [capistrano-multiconfig >= 3.0.8](https://github.com/railsware/capistrano-multiconfig)
33
+ 11. [configliere >= 0.4](https://github.com/infochimps-platform/configliere)
34
+ 12. [inquirer >= 0.2](https://github.com/arlimus/inquirer.rb)
35
+ 13. [devnull >= 0.1](https://github.com/arlimus/inquirer.rb)
36
+ 14. [versionomy >= 0.4.4](https://github.com/dazuma/versionomy)
36
37
 
37
38
  Compatibility
38
39
  -------------
@@ -34,6 +34,7 @@ Gem.find_files('composable_state_machine/**/*.rb').each { |path| require path }
34
34
  Gem.find_files('capistrano_multiconfig_parallel/classes/**/*.rb').each { |path| require path }
35
35
  Gem.find_files('capistrano_multiconfig_parallel/helpers/**/*.rb').each { |path| require path }
36
36
  Gem.find_files('capistrano_multiconfig_parallel/celluloid/**/*.rb').each { |path| require path }
37
+ Gem.find_files('capistrano_multiconfig_parallel/initializers/**/*.rb').each { |path| require path }
37
38
 
38
39
  require_relative './version'
39
40
  require_relative './base'
@@ -1,5 +1,4 @@
1
1
  require_relative './all'
2
- Gem.find_files('capistrano_multiconfig_parallel/initializers/**/*.rb').each { |path| require path }
3
2
  module CapistranoMulticonfigParallel
4
3
  # this is the class that will be invoked from terminal , and willl use the invoke task as the primary function.
5
4
  class CLI
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 23
11
- TINY = 0
11
+ TINY = 1
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada