fcl_rails_daemon 1.0.11 → 1.0.12

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: 35a519a7b801b216a0870d833d43656fb04d8223
4
- data.tar.gz: 339d69ec8999533c79ddacf6db0150f5f61d3975
3
+ metadata.gz: 79c1871eb19a254900c3c8b497dbbfaf65f82687
4
+ data.tar.gz: a5a8267fecd0986c3d6ae0ef15fb650841daa55f
5
5
  SHA512:
6
- metadata.gz: 2b9cf2bfb3a967197504df512932e9de9acd2ba3a467da4f983516438a2b8422493af6087f94863c47fff88f9d40742fb7bf6780d6691f528bf1eafdc891d63d
7
- data.tar.gz: db084dc1c640468973f8ae158c574961c4df5e846dca3a770f39b25c8cab00db23562ebc063e5b05c744f73ad83d40be737cb2435b6905fd8b74956f03288b48
6
+ metadata.gz: 4d3316d2f2e0183125d0525be3e15fce097f3f33cbff834eead73c93af24185ba1b58ff8f73d432aec52e7a0f677ed9c9cd30405a4d6244f9bc087d08a4b8881
7
+ data.tar.gz: 36d09e367a26a656754f472f2bcc6ac9699f896ee00571b03ef6373f3456cc2c1e8c1130adae60880b39277cc7611da4d6cf0cf63bc2cf8a40ef3d12ea078d41
data/README.md CHANGED
@@ -45,20 +45,19 @@ Serão criados:
45
45
 
46
46
  #### Podemos consultar o manual para descobrir quais os comandos disponíveis através do parametro --help
47
47
 
48
- $ fcld --help
48
+ $ fcld --help
49
49
 
50
50
 
51
51
  #### Podemos consultar os pids de processos gerenciados pelo daemon através do parametro --pids
52
52
 
53
- $ fcld --pids
53
+ $ fcld --pids
54
54
 
55
55
 
56
56
  #### Podemos executar as ações básicas de um daemon (parametros start | stop | restart | status)
57
57
 
58
- $ fcld start
58
+ $ fcld start
59
59
 
60
60
 
61
61
  #### Podemos controlar processos individualnmente através do parametro --task
62
62
 
63
- $ fcld --task meu_primeiro_comando start
64
-
63
+ $ fcld --task meu_primeiro_comando start
Binary file
Binary file
File without changes
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module FclRailsDaemon
2
- VERSION = "1.0.11"
2
+ VERSION = "1.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcl_rails_daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Washington Silva
@@ -102,11 +102,16 @@ files:
102
102
  - bin/setup
103
103
  - fcl_rails_daemon-1.0.0.gem
104
104
  - fcl_rails_daemon-1.0.1.gem
105
+ - fcl_rails_daemon-1.0.10.gem
106
+ - fcl_rails_daemon-1.0.11.gem
105
107
  - fcl_rails_daemon-1.0.2.gem
106
108
  - fcl_rails_daemon-1.0.3.gem
107
109
  - fcl_rails_daemon-1.0.4.gem
108
110
  - fcl_rails_daemon-1.0.5.gem
109
111
  - fcl_rails_daemon-1.0.6.gem
112
+ - fcl_rails_daemon-1.0.7.gem
113
+ - fcl_rails_daemon-1.0.8.gem
114
+ - fcl_rails_daemon-1.0.9.gem
110
115
  - fcl_rails_daemon.gemspec
111
116
  - lib/core/daemon.rb
112
117
  - lib/core/gerenciador.rb