app-configs 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 0160d1605f93c53445ddcd2a31b679e69d4af5c3d9ba5d67111e380a77e6456c
4
- data.tar.gz: 56eb231ee00dcae9c6df1ab7b14c0634362deb1817f3a2b8397b07e982e9bf2b
3
+ metadata.gz: b5f69350c894dcedc128223384e19aa0eadad6dd906b8a1445e420ca2db74684
4
+ data.tar.gz: 1a2bb88307dc2cb8b7f849a10dfddbaff90deac5e299ebc52a650c2d032fb5dd
5
5
  SHA512:
6
- metadata.gz: c9aa2965e105f2b7ff30ba6f03908729b5af9bc829a7bd12f013a5f9060788208fa4d932a195213f8bf98e32a444ff89ad0d7d0b566a876355b776c761f09a9e
7
- data.tar.gz: 0361c9214279e394c4f7b442a3b056d77c006794698ff301a8752a4806ae74500f63cdd9f063d4c355369782956ae8f46bb59194d09c77a6899112599324accc
6
+ metadata.gz: 3ba623acf89405500bdf025f9f484f9c2d4a472e4fe85477c6c67ce19a2304ed5481b27b94a8093672f56cac15ec8343cdc73d93b3ff03f01e52bbf811fc439f
7
+ data.tar.gz: 8072b772654cfce6be650e827f8c57950e4c034dd167ab6e256c9931ad9496d82dd83c3f2b846c98821a46de3656116895e06cac120ce5310b33fb9b839df8f2
@@ -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{ Yet another library for load/save app config files. }
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
 
@@ -1,5 +1,5 @@
1
1
  module App
2
2
  module Config
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
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.2
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-10-27 00:00:00.000000000 Z
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: " Yet another library for load/save app config files. "
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: []