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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba5581b07d246aea15da1240a92311edd5c6d56a
4
- data.tar.gz: c53b9c8cc7093d440c0d3def6bce7c1b9e56cb93
3
+ metadata.gz: b5fc859721470572a0903a0adaa42ad5e1f1c721
4
+ data.tar.gz: 9d8128ce1c29204a1164029ce9d6d36083e49e66
5
5
  SHA512:
6
- metadata.gz: 060bfb6ac3f61d5ad1a84a07b2343bb4e7c7d75eb69459d4ff9849782753f7b7610f7dec2b57a452ed9f14384a8fce67dc93f61c673446cd16726827c8a2c9b3
7
- data.tar.gz: 7f96cc1c4935a0d54b8dbd171371b2435920e81d4133d682394101f9ca31f70ed485be41ece84b0811e5bb78812fcfe5a790ebd9b49ded2b5c1a22c498eb1085
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
 
@@ -0,0 +1,2 @@
1
+ require 'super_stack/old'
2
+ require 'easy_app_helper'
@@ -1,3 +1,3 @@
1
1
  module EasyAppHelper
2
- VERSION = '4.0.0'
2
+ VERSION = '4.0.1'
3
3
  end
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.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-10 00:00:00.000000000 Z
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