yas 0.1.0 → 0.1.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/lib/yas/version.rb +1 -1
  3. data/yas.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bc6f995a8dbaa33cabd77eb2a9488ee83e9af68
4
- data.tar.gz: 9384f3846028776890fc010f4dcda77743f44812
3
+ metadata.gz: e35b3a0968c6150304165fe2217c029c2a3aba84
4
+ data.tar.gz: 3af1252eebbdf6c190cb6ec37d1fd5dd43d03e8c
5
5
  SHA512:
6
- metadata.gz: ec347427f0a1fa5adef59b4f49d55328d0060ac6e137faf061dde08f14f7c22617c3d0594448a92dfbf8f961ea9992eae3a0c6197539c1465c09066655b4511c
7
- data.tar.gz: 83e5eb5b1a739e9402d195784417a20b6fcdb27863a3fc555498a50944ded1cbc84aaf1419ce3283dd9210970b52a1a0c76b671cf152fe821836b4fa14236fd6
6
+ metadata.gz: f85ed79e75ff056a7da1916d8c3bd1e977e2095eb8f59d630362f2db0ecfedde39f2a60076a7a6597002039a70624363729480ce14f9c2d1a5cddc62eea84789
7
+ data.tar.gz: ff1c0ff63ca04b9fbc5b2076eb54d53f9bef8b1ce318e052d2af2fffb88ba638fc0ed50370d7a4c4d6d22b3e04c5d0ed5e414a7e2a20ff36dbc79cdc67983e6f
@@ -1,5 +1,5 @@
1
1
  module YAS
2
2
  GEM_NAME = "yas"
3
3
  NAME = "YAS"
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.version = YAS::VERSION
7
7
  s.authors = ["Albert Tedja"]
8
8
  s.email = "nicho_tedja@yahoo.com"
9
- s.homepage = "https://github.com/atedja/yahs"
9
+ s.homepage = "https://github.com/atedja/yas"
10
10
  s.summary = "Yet Another Schema for Ruby."
11
11
  s.description = "#{YAS::NAME} is a Ruby hash schema and validator."
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Tedja
@@ -78,7 +78,7 @@ files:
78
78
  - test/helper.rb
79
79
  - test/test_schema.rb
80
80
  - yas.gemspec
81
- homepage: https://github.com/atedja/yahs
81
+ homepage: https://github.com/atedja/yas
82
82
  licenses:
83
83
  - Apache
84
84
  metadata: {}