easy_app_helper 1.0.13 → 1.0.14
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/README.md +5 -2
- data/easy_app_helper.gemspec +1 -1
- data/lib/easy_app_helper/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c82ef641cc334bad13d6ca4d00b5a5a3e5e532b5
|
|
4
|
+
data.tar.gz: 1ef7eb9865aef2057084ba5a51dedbf8cfd83d82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e0ba6fb08caa93e3f2420a8ff8b3d52d966ef58a5a62a5d8ff41f34fe5d9c7a31d71a965303633faf65d5d6a5eaa585f078c58e1bf8415ff9f0cf0db7409bc1
|
|
7
|
+
data.tar.gz: 46f3ea2827a0a38a07bdd3980fbf64aeae364c9c6800b3ab2ff58751a58c5769811c54ed260ae1069b5a60690513bea0915af7cd1ea1f49d855db82c65b31fdf
|
data/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# EasyAppHelper
|
|
2
2
|
|
|
3
|
-
[](http://badge.fury.io/rb/easy_app_helper)
|
|
3
|
+
[](https://travis-ci.org/lbriais/easy_app_helper)
|
|
4
|
+
[](http://badge.fury.io/rb/easy_app_helper)
|
|
5
|
+
|
|
6
|
+
__This branch is deprecated, use the [v2.x branch](https://github.com/lbriais/easy_app_helper) instead !__
|
|
7
|
+
|
|
5
8
|
|
|
6
9
|
**This [gem][EAP] aims at providing useful helpers for command line applications.**
|
|
7
10
|
|
data/easy_app_helper.gemspec
CHANGED
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: 1.0.
|
|
4
|
+
version: 1.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- L.Briais
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -70,16 +70,16 @@ dependencies:
|
|
|
70
70
|
name: slop
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- -
|
|
73
|
+
- - ~>
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '0'
|
|
75
|
+
version: '3.0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- -
|
|
80
|
+
- - ~>
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '0'
|
|
82
|
+
version: '3.0'
|
|
83
83
|
description: Easy Application Helpers framework
|
|
84
84
|
email:
|
|
85
85
|
- lbnetid+rb@gmail.com
|
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
124
|
version: '0'
|
|
125
125
|
requirements: []
|
|
126
126
|
rubyforge_project:
|
|
127
|
-
rubygems_version: 2.0.
|
|
127
|
+
rubygems_version: 2.0.14
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: Provides cool helpers to your application, including configuration and logging
|