schemacop 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 7ff5d0ab4c17e94b315ae9d4b765f80876dbcdcd
4
- data.tar.gz: 21f7ac81ccd77383b15e1b07a6e131d6d8d99bb8
3
+ metadata.gz: 8304b5381501e24a70fbec50463937460366b635
4
+ data.tar.gz: d15e0f346e209b0fda40efcd88374fe99ac4813f
5
5
  SHA512:
6
- metadata.gz: 92f19ccddbc4201eb295e2e8216bb8f6096a92a6a54658f79c0cabc244c7e8c6e9a77ded4941c5147ab3f1d1a644645466d335fadd98bef5c0252a23f64dd897
7
- data.tar.gz: 863cc1423683b8eaeed9ae889c0a3a424030bf35b2efbb0a34a41edc14edd29d790e6d59ed6199af6df00d7e86e3d2babfcba3b592d9ae70a13a27c0e8dd4836
6
+ metadata.gz: c264d626414cca38aba7a9d0b16973799cb5cb6a43425ac8e190e9daab83d299497131e14f45c03d4944d592d374e46bc22670e60fdab28d8b689c33d329fb76
7
+ data.tar.gz: a58057cad26c0baeaa3c1a11d0e7c573387d4b796977de9a709ce6b0f4b8705ab2d2b97e455bd1b7104eb54ae9efbf1bc210daa23f9fb12d36510df5e871c933
data/.gitignore CHANGED
@@ -13,3 +13,4 @@ tmtags
13
13
  /spec/reports
14
14
  /.yardoc
15
15
  .idea
16
+ /*.gem
data/.releaser_config ADDED
@@ -0,0 +1,4 @@
1
+ version_file: VERSION
2
+ always_from_master: true
3
+ yard_path: doc
4
+ gem_style: github
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  [![Build Status](https://travis-ci.org/sitrox/schemacop.svg?branch=master)](https://travis-ci.org/sitrox/schemacop)
2
+ [![Gem Version](https://badge.fury.io/rb/schemacop.svg)](https://badge.fury.io/rb/schemacop)
2
3
 
3
4
 
4
5
  # Schemacop
@@ -337,10 +338,6 @@ Schemacop will throw one of the following checked exceptions:
337
338
  Thanks to [Rubocop](https://github.com/bbatsov/rubocop) for great inspiration
338
339
  concerning their name and the structure of their README file.
339
340
 
340
- ## Changelog
341
-
342
- Schemacop's changelog is available [here](CHANGELOG.md).
343
-
344
341
  ## Copyright
345
342
 
346
- Copyright (c) 2016 Sitrox. See [LICENSE](LICENSE) for further details.
343
+ Copyright (c) 2016 Sitrox. See `LICENSE` for further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/doc/Schemacop.html CHANGED
@@ -199,7 +199,7 @@
199
199
  </div>
200
200
 
201
201
  <div id="footer">
202
- Generated on Mon Jun 6 15:59:00 2016 by
202
+ Generated on Mon Jun 6 17:32:28 2016 by
203
203
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
204
204
  0.8.7.6 (ruby-2.0.0).
205
205
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Mon Jun 6 15:59:00 2016 by
109
+ Generated on Mon Jun 6 17:32:28 2016 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.6 (ruby-2.0.0).
112
112
  </div>
@@ -118,7 +118,7 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Mon Jun 6 15:59:00 2016 by
121
+ Generated on Mon Jun 6 17:32:28 2016 by
122
122
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
123
  0.8.7.6 (ruby-2.0.0).
124
124
  </div>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Mon Jun 6 15:59:00 2016 by
135
+ Generated on Mon Jun 6 17:32:28 2016 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.8.7.6 (ruby-2.0.0).
138
138
  </div>
@@ -133,7 +133,7 @@ schema definition.</p>
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Mon Jun 6 15:59:00 2016 by
136
+ Generated on Mon Jun 6 17:32:28 2016 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.8.7.6 (ruby-2.0.0).
139
139
  </div>
@@ -245,7 +245,7 @@
245
245
  </div>
246
246
 
247
247
  <div id="footer">
248
- Generated on Mon Jun 6 15:59:00 2016 by
248
+ Generated on Mon Jun 6 17:32:28 2016 by
249
249
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
250
250
  0.8.7.6 (ruby-2.0.0).
251
251
  </div>
data/doc/_index.html CHANGED
@@ -168,7 +168,7 @@
168
168
  </div>
169
169
 
170
170
  <div id="footer">
171
- Generated on Mon Jun 6 15:58:59 2016 by
171
+ Generated on Mon Jun 6 17:32:28 2016 by
172
172
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
173
173
  0.8.7.6 (ruby-2.0.0).
174
174
  </div>
data/doc/file.README.html CHANGED
@@ -61,7 +61,8 @@
61
61
 
62
62
  <iframe id="search_frame"></iframe>
63
63
 
64
- <div id="content"><div id='filecontents'><p><a href="https://travis-ci.org/sitrox/schemacop"><img src="https://travis-ci.org/sitrox/schemacop.svg?branch=master" alt="Build Status"></a></p>
64
+ <div id="content"><div id='filecontents'><p><a href="https://travis-ci.org/sitrox/schemacop"><img src="https://travis-ci.org/sitrox/schemacop.svg?branch=master" alt="Build Status"></a>
65
+ <a href="https://badge.fury.io/rb/schemacop"><img src="https://badge.fury.io/rb/schemacop.svg" alt="Gem Version"></a></p>
65
66
 
66
67
  <h1>Schemacop</h1>
67
68
 
@@ -386,17 +387,13 @@ needs to be given only if field <code>b</code> is present).</p></li>
386
387
  <p>Thanks to <a href="https://github.com/bbatsov/rubocop">Rubocop</a> for great inspiration
387
388
  concerning their name and the structure of their README file.</p>
388
389
 
389
- <h2>Changelog</h2>
390
-
391
- <p>Schemacop&#39;s changelog is available <a href="CHANGELOG.md">here</a>.</p>
392
-
393
390
  <h2>Copyright</h2>
394
391
 
395
- <p>Copyright (c) 2016 Sitrox. See <a href="LICENSE">LICENSE</a> for further details.</p>
392
+ <p>Copyright (c) 2016 Sitrox. See <code>LICENSE</code> for further details.</p>
396
393
  </div></div>
397
394
 
398
395
  <div id="footer">
399
- Generated on Mon Jun 6 15:58:59 2016 by
396
+ Generated on Mon Jun 6 17:32:28 2016 by
400
397
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
398
  0.8.7.6 (ruby-2.0.0).
402
399
  </div>
data/doc/index.html CHANGED
@@ -61,7 +61,8 @@
61
61
 
62
62
  <iframe id="search_frame"></iframe>
63
63
 
64
- <div id="content"><div id='filecontents'><p><a href="https://travis-ci.org/sitrox/schemacop"><img src="https://travis-ci.org/sitrox/schemacop.svg?branch=master" alt="Build Status"></a></p>
64
+ <div id="content"><div id='filecontents'><p><a href="https://travis-ci.org/sitrox/schemacop"><img src="https://travis-ci.org/sitrox/schemacop.svg?branch=master" alt="Build Status"></a>
65
+ <a href="https://badge.fury.io/rb/schemacop"><img src="https://badge.fury.io/rb/schemacop.svg" alt="Gem Version"></a></p>
65
66
 
66
67
  <h1>Schemacop</h1>
67
68
 
@@ -386,17 +387,13 @@ needs to be given only if field <code>b</code> is present).</p></li>
386
387
  <p>Thanks to <a href="https://github.com/bbatsov/rubocop">Rubocop</a> for great inspiration
387
388
  concerning their name and the structure of their README file.</p>
388
389
 
389
- <h2>Changelog</h2>
390
-
391
- <p>Schemacop&#39;s changelog is available <a href="CHANGELOG.md">here</a>.</p>
392
-
393
390
  <h2>Copyright</h2>
394
391
 
395
- <p>Copyright (c) 2016 Sitrox. See <a href="LICENSE">LICENSE</a> for further details.</p>
392
+ <p>Copyright (c) 2016 Sitrox. See <code>LICENSE</code> for further details.</p>
396
393
  </div></div>
397
394
 
398
395
  <div id="footer">
399
- Generated on Mon Jun 6 15:58:59 2016 by
396
+ Generated on Mon Jun 6 17:32:28 2016 by
400
397
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
398
  0.8.7.6 (ruby-2.0.0).
402
399
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Mon Jun 6 15:58:59 2016 by
106
+ Generated on Mon Jun 6 17:32:28 2016 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.7.6 (ruby-2.0.0).
109
109
  </div>
data/schemacop.gemspec CHANGED
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: schemacop 0.0.1 ruby lib
2
+ # stub: schemacop 0.0.2 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "schemacop"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Sitrox"]
10
10
  s.date = "2016-06-06"
11
- s.files = [".gitignore", ".rubocop.yml", ".travis.yml", ".yardopts", "Gemfile", "LICENSE", "README.md", "RUBY_VERSION", "Rakefile", "VERSION", "doc/Schemacop.html", "doc/Schemacop/Exceptions.html", "doc/Schemacop/Exceptions/Base.html", "doc/Schemacop/Exceptions/InvalidSchema.html", "doc/Schemacop/Exceptions/Validation.html", "doc/Schemacop/Validator.html", "doc/_index.html", "doc/class_list.html", "doc/css/common.css", "doc/css/full_list.css", "doc/css/style.css", "doc/file.README.html", "doc/file_list.html", "doc/frames.html", "doc/index.html", "doc/js/app.js", "doc/js/full_list.js", "doc/js/jquery.js", "doc/method_list.html", "doc/top-level-namespace.html", "lib/schemacop.rb", "lib/schemacop/exceptions.rb", "lib/schemacop/validator.rb", "schemacop.gemspec", "test/schemacop_validator_test.rb"]
11
+ s.files = [".gitignore", ".releaser_config", ".rubocop.yml", ".travis.yml", ".yardopts", "Gemfile", "LICENSE", "README.md", "RUBY_VERSION", "Rakefile", "VERSION", "doc/Schemacop.html", "doc/Schemacop/Exceptions.html", "doc/Schemacop/Exceptions/Base.html", "doc/Schemacop/Exceptions/InvalidSchema.html", "doc/Schemacop/Exceptions/Validation.html", "doc/Schemacop/Validator.html", "doc/_index.html", "doc/class_list.html", "doc/css/common.css", "doc/css/full_list.css", "doc/css/style.css", "doc/file.README.html", "doc/file_list.html", "doc/frames.html", "doc/index.html", "doc/js/app.js", "doc/js/full_list.js", "doc/js/jquery.js", "doc/method_list.html", "doc/top-level-namespace.html", "lib/schemacop.rb", "lib/schemacop/exceptions.rb", "lib/schemacop/validator.rb", "schemacop.gemspec", "test/schemacop_validator_test.rb"]
12
12
  s.require_paths = ["lib"]
13
13
  s.rubygems_version = "2.1.11"
14
14
  s.summary = "Schemacop validates ruby structures consisting of nested hashes and arrays against simple schema definitions."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schemacop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sitrox
@@ -129,6 +129,7 @@ extensions: []
129
129
  extra_rdoc_files: []
130
130
  files:
131
131
  - ".gitignore"
132
+ - ".releaser_config"
132
133
  - ".rubocop.yml"
133
134
  - ".travis.yml"
134
135
  - ".yardopts"