fcl_rails_daemon 2.1.1 → 2.1.2

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: c0df436e41b4b128662ad2fe1fd763fc65a2d6e3
4
- data.tar.gz: eb0c8348f1c64161e9e54d565695fe214573cc5a
3
+ metadata.gz: 0a445bf77b8512ec7a2cc4ae137f53727a47eb54
4
+ data.tar.gz: 58964d78c58c2eae570cdea9282a93aad97c3e93
5
5
  SHA512:
6
- metadata.gz: 7f008a02aadd44d4cdda7a3f702fe1e1deda41e997f1da26c6ed2b586d871f4773871d5108478f4c6c3413a0c05bac6bf075773547aa42ac9467b4434c08d6a7
7
- data.tar.gz: ae0bf6ebbb8b8746eb55fc6047c51f1b12aa0becf5c28a77e31ba5489ab5077d79f74c07790472326cfc7f4c0eb54fca92292aae97d07d978ad9ea05b2ffcfcf
6
+ metadata.gz: b9d68261b6507b4d0732e6af75fcd46b3f8fdaea3217a4b706da45855fb204b060afe76a551a7267ca227158be3ce360a4c07ec9f5867b597928c703343b4aae
7
+ data.tar.gz: a29ab9c4ea40178b6f7b545582c057c30b758ff50e77687f7c6a0d6df98436dc42e2a470b3b517e7b7e789d0d38dd90a066618409a74d8204728f7451addb190
@@ -16,11 +16,11 @@ Gem::Specification.new do |spec|
16
16
  spec.test_files = `git ls-files -- {test,spec}/*`.split("\n")
17
17
  spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  spec.require_paths = ["lib"]
19
- spec.required_ruby_version = '>= 2.1.2'
19
+ spec.required_ruby_version = '>= 2.0.0'
20
20
 
21
- spec.summary = %q{Project designed to generate commands that run in the background (daemons).}
22
- spec.description = %q{ This aims to make it easy to create commands ( ruby scripts) and run them in the background (daemon).
23
- CLI has easy to use, where to control the processes related to commands.}
21
+ spec.summary = %q{This gem was developed to facilitate the creation and management processes in rails projects.}
22
+ spec.description = %q{This gem creation commands makes it easy ( Ruby scripts) to run in the background ( daemon ). \n
23
+ It has a friendly CLI to manage processes related to commands.}
24
24
 
25
25
  spec.add_dependency "bundler"
26
26
  spec.add_dependency "activesupport"
@@ -1,3 +1,3 @@
1
1
  module FclRailsDaemon
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcl_rails_daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Washington Silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-03 00:00:00.000000000 Z
11
+ date: 2016-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,9 +80,9 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: |2-
84
- This aims to make it easy to create commands ( ruby scripts) and run them in the background (daemon).
85
- CLI has easy to use, where to control the processes related to commands.
83
+ description: |-
84
+ This gem creation commands makes it easy ( Ruby scripts) to run in the background ( daemon ). \n
85
+ It has a friendly CLI to manage processes related to commands.
86
86
  email:
87
87
  - w-osilva@hotmail.com
88
88
  executables:
@@ -101,7 +101,6 @@ files:
101
101
  - bin/console
102
102
  - bin/fcld
103
103
  - bin/setup
104
- - fcl_rails_daemon-2.1.0.gem
105
104
  - fcl_rails_daemon.gemspec
106
105
  - lib/core/daemon.rb
107
106
  - lib/core/manager.rb
@@ -123,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
122
  requirements:
124
123
  - - ">="
125
124
  - !ruby/object:Gem::Version
126
- version: 2.1.2
125
+ version: 2.0.0
127
126
  required_rubygems_version: !ruby/object:Gem::Requirement
128
127
  requirements:
129
128
  - - ">="
@@ -134,5 +133,6 @@ rubyforge_project: fcl_rails_daemon
134
133
  rubygems_version: 2.4.8
135
134
  signing_key:
136
135
  specification_version: 4
137
- summary: Project designed to generate commands that run in the background (daemons).
136
+ summary: This gem was developed to facilitate the creation and management processes
137
+ in rails projects.
138
138
  test_files: []
Binary file