app-configs 0.1.2 → 0.1.3
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/app-configs.gemspec +1 -1
- data/lib/app/config/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5f69350c894dcedc128223384e19aa0eadad6dd906b8a1445e420ca2db74684
|
|
4
|
+
data.tar.gz: 1a2bb88307dc2cb8b7f849a10dfddbaff90deac5e299ebc52a650c2d032fb5dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ba623acf89405500bdf025f9f484f9c2d4a472e4fe85477c6c67ce19a2304ed5481b27b94a8093672f56cac15ec8343cdc73d93b3ff03f01e52bbf811fc439f
|
|
7
|
+
data.tar.gz: 8072b772654cfce6be650e827f8c57950e4c034dd167ab6e256c9931ad9496d82dd83c3f2b846c98821a46de3656116895e06cac120ce5310b33fb9b839df8f2
|
data/app-configs.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.email = ["arima.yasuhiro@gmail.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{ Application config loader/saver. }
|
|
10
|
-
spec.description = %q{
|
|
10
|
+
spec.description = %q{ App::Config is yet another library for load/save app config files. }
|
|
11
11
|
spec.homepage = "https://github.com/arimay/app-configs"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
|
data/lib/app/config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app-configs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- arimay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '3.0'
|
|
41
|
-
description: "
|
|
41
|
+
description: " App::Config is yet another library for load/save app config files. "
|
|
42
42
|
email:
|
|
43
43
|
- arima.yasuhiro@gmail.com
|
|
44
44
|
executables: []
|