steplib_validator 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/steplib_validator.rb +5 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 173f00a6f98eb9b3b10fd89d9c4388f82e670356
4
+ data.tar.gz: 65e28683b92a25ea5b90538462c3a153641226ae
5
+ SHA512:
6
+ metadata.gz: 9e7ec4c9e8232daa5fb324868b1ba545a0bea856c247faeba1b43ccae46ce81e3828d6311ba58031b61229fdd622137077a031e7a7ceaeec3b310094764fcc6b
7
+ data.tar.gz: 62f4959258eba0b1ee1f4d68d208a219f4fd6cc11efe074afbf5a6a4281f0f866e8f9e5cd1dea15240d7d1c912ec93cc09e397249966b78022c27bdbb91753b7
@@ -0,0 +1,5 @@
1
+ class SteplibValidator
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: steplib_validator
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Bitrise
8
+ - Viktor Benei
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-01-06 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Validates a StepLib datastore (usually stored in JSON) data. This GEM's
15
+ major and minor version number matches the related StepLib format specification's
16
+ major and minor version number.
17
+ email: letsconnect@bitrise.io
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/steplib_validator.rb
23
+ homepage: https://github.com/steplib/steplib_validator
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.2.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: StepLib.com's datastore format validator
47
+ test_files: []