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 +4 -4
- data/fcl_rails_daemon.gemspec +4 -4
- data/lib/fcl_rails_daemon/version.rb +1 -1
- metadata +8 -8
- data/fcl_rails_daemon-2.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a445bf77b8512ec7a2cc4ae137f53727a47eb54
|
4
|
+
data.tar.gz: 58964d78c58c2eae570cdea9282a93aad97c3e93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9d68261b6507b4d0732e6af75fcd46b3f8fdaea3217a4b706da45855fb204b060afe76a551a7267ca227158be3ce360a4c07ec9f5867b597928c703343b4aae
|
7
|
+
data.tar.gz: a29ab9c4ea40178b6f7b545582c057c30b758ff50e77687f7c6a0d6df98436dc42e2a470b3b517e7b7e789d0d38dd90a066618409a74d8204728f7451addb190
|
data/fcl_rails_daemon.gemspec
CHANGED
@@ -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.
|
19
|
+
spec.required_ruby_version = '>= 2.0.0'
|
20
20
|
|
21
|
-
spec.summary = %q{
|
22
|
-
spec.description = %q{
|
23
|
-
|
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"
|
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.
|
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-
|
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:
|
84
|
-
|
85
|
-
|
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.
|
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:
|
136
|
+
summary: This gem was developed to facilitate the creation and management processes
|
137
|
+
in rails projects.
|
138
138
|
test_files: []
|
data/fcl_rails_daemon-2.1.0.gem
DELETED
Binary file
|