configer 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/configer.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 202d00d5d27f01cfa525c1276d2f2f15f9c52337
4
- data.tar.gz: f9981a345e25028fdf592597691240dcc555c47c
3
+ metadata.gz: e83c8c8066d1b331fd580ad10a93daf843916fd3
4
+ data.tar.gz: d506c31966f7a55c85ba9df953bf552f30811c07
5
5
  SHA512:
6
- metadata.gz: e1da607c49dad2517dc7768667b7bf47c70fb73d69beff18406a5d960da6d64365b6845b1e360f44edd677fe3c7570b2d0ccd471cbc9ff019604617b1e59fac8
7
- data.tar.gz: 9611db7e29d26b23c11f395d12d7ef4bd0b062d3c8989c42ac1fc8d7b8c51715afeab99a688fdebb3f73929520f9ead9508dc34bf3418ef59fb1aef4e9bd37ef
6
+ metadata.gz: 59144584da6a0bb225495ec00a8dcef9124a7b9950f0c45fa5f0463d6b2d651799388589fcd822e4d4792f7aff4380332d24f0eeb3b14ece14144cdd0021244c
7
+ data.tar.gz: 446b47e59535ac19912375f347b7c08c10133963df45aac93759800e710dfefe72c541064cfdf03d2ce368f399b21bc7e9397a96abfd4e82545855dc9d9d44a2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -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 for apps. Use file system based paths for yaml files, to create sub keys }
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.0
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 for apps. Use file system based paths for
42
- yaml files, to create sub keys "
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: []