easy_app_helper 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/easy_app_helper/old.rb +2 -0
- data/lib/easy_app_helper/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5fc859721470572a0903a0adaa42ad5e1f1c721
|
4
|
+
data.tar.gz: 9d8128ce1c29204a1164029ce9d6d36083e49e66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 969aa356c1d4c782d1fc898adb5842f1390a4037ae2a8c6c03e0d9aa30d2e9b281337b323b97c72a5c6e2e0410f579a6fc5eecdaa453014abefdd1689b8b6053
|
7
|
+
data.tar.gz: c2727c8edf441fb32bc69b013d0a0b57a6ee3522cea1080200838e793d41ac73efaea4d874e49ead2d9d9c52525ae2ca090e689df1150ac5b79b1aed845dc6af
|
data/README.md
CHANGED
@@ -28,7 +28,8 @@ This is clearly wrong and not consistent everywhere and
|
|
28
28
|
__starting with version `4.0.0` this is no more the case__. Please check [stacked_config](https://github.com/lbriais/stacked_config/blob/master/README.md#between-version-1x-and-2x)
|
29
29
|
for more information. If you want to keep previous behaviour you should specify to continue using the old version
|
30
30
|
using the '~> 3.0' operator (also known as the
|
31
|
-
[pessimistic version constraint](http://guides.rubygems.org/patterns/#pessimistic-version-constraint)).
|
31
|
+
[pessimistic version constraint](http://guides.rubygems.org/patterns/#pessimistic-version-constraint)). As an alternative
|
32
|
+
you can as well require this gem in its compatibility mode `require 'easy_app_helper/old`...
|
32
33
|
|
33
34
|
|
34
35
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_app_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- L.Briais
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -116,6 +116,7 @@ files:
|
|
116
116
|
- lib/easy_app_helper/logger/initializer.rb
|
117
117
|
- lib/easy_app_helper/logger/wrapper.rb
|
118
118
|
- lib/easy_app_helper/managed_logger.rb
|
119
|
+
- lib/easy_app_helper/old.rb
|
119
120
|
- lib/easy_app_helper/processes.rb
|
120
121
|
- lib/easy_app_helper/processes/base.rb
|
121
122
|
- lib/easy_app_helper/processes/command.rb
|