yas 0.1.0 → 0.1.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/lib/yas/version.rb +1 -1
- data/yas.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e35b3a0968c6150304165fe2217c029c2a3aba84
|
|
4
|
+
data.tar.gz: 3af1252eebbdf6c190cb6ec37d1fd5dd43d03e8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f85ed79e75ff056a7da1916d8c3bd1e977e2095eb8f59d630362f2db0ecfedde39f2a60076a7a6597002039a70624363729480ce14f9c2d1a5cddc62eea84789
|
|
7
|
+
data.tar.gz: ff1c0ff63ca04b9fbc5b2076eb54d53f9bef8b1ce318e052d2af2fffb88ba638fc0ed50370d7a4c4d6d22b3e04c5d0ed5e414a7e2a20ff36dbc79cdc67983e6f
|
data/lib/yas/version.rb
CHANGED
data/yas.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
|
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/
|
|
81
|
+
homepage: https://github.com/atedja/yas
|
|
82
82
|
licenses:
|
|
83
83
|
- Apache
|
|
84
84
|
metadata: {}
|