configer 1.2.0 → 1.2.1
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/VERSION +1 -1
- data/configer.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e83c8c8066d1b331fd580ad10a93daf843916fd3
|
|
4
|
+
data.tar.gz: d506c31966f7a55c85ba9df953bf552f30811c07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59144584da6a0bb225495ec00a8dcef9124a7b9950f0c45fa5f0463d6b2d651799388589fcd822e4d4792f7aff4380332d24f0eeb3b14ece14144cdd0021244c
|
|
7
|
+
data.tar.gz: 446b47e59535ac19912375f347b7c08c10133963df45aac93759800e710dfefe72c541064cfdf03d2ce368f399b21bc7e9397a96abfd4e82545855dc9d9d44a2
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.1
|
data/configer.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.version = File.open(File.join(File.dirname(__FILE__),"VERSION")).read.split("\n")[0].chomp.gsub(' ','')
|
|
7
7
|
spec.authors = ["Adam Luzsi"]
|
|
8
8
|
spec.email = ["adamluzsi@gmail.com"]
|
|
9
|
-
spec.description = %q{ Easy to use config module
|
|
9
|
+
spec.description = %q{ Easy to use config module. Based on FileSystem logic, check gitHub for more info }
|
|
10
10
|
spec.summary = %q{ super easy to use config module for general use }
|
|
11
11
|
|
|
12
12
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Luzsi
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: " Easy to use config module
|
|
42
|
-
|
|
41
|
+
description: " Easy to use config module. Based on FileSystem logic, check gitHub
|
|
42
|
+
for more info "
|
|
43
43
|
email:
|
|
44
44
|
- adamluzsi@gmail.com
|
|
45
45
|
executables: []
|