inspecter 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmRkYzQyOTY1Y2IyMDQ3NTA4YWEzYzMxNDdkZWFjNTRmMzcxZWE3Ng==
5
+ data.tar.gz: !binary |-
6
+ NTc2ZDYzNjkxZjYwNDc2YWM3NDBlMTM4ZTFmY2RlMGExOTgwNTg2MA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YzJjMjBjNjkxMWM2OWFmMTRjNDVmZTM2NTkwYzBhOTdiMTQyYWNiYThkMmMz
10
+ ZGQ5NzMxYzM5MDdjNzVmN2NiZDhiMWNlYWIxZWFmNmIxZjhhOWZmNTdlZTc3
11
+ NjM2NDc1MWIyN2RiZDg4ZjYyMTUyMGZhMTYwMzc4ZDY4YTM1ZDM=
12
+ data.tar.gz: !binary |-
13
+ ZjEzY2ViMjYwYjBjNmE2MWZhNzE1ZWY0NDE1NjY0ZGZlZjIxOWMwZmM3NTE5
14
+ OWViZThiNDE1MTUzZDAyYmVlNDRlN2ZhNGE3YzEyY2I2NGFmYjRjMzcyNWNj
15
+ OTk4OWNhYTVkZWUwYWM1NjJkZWI5YThmYzQ1YmM0OTJkZWNiOTk=
@@ -0,0 +1,2 @@
1
+ module Inspecter
2
+ end
@@ -0,0 +1,3 @@
1
+ module Inspecter
2
+ VERSION = '0.1.0'
3
+ end
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: inspecter
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Jean-Francois Theroux
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: serverspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '2.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '2.3'
27
+ description: Reusable Serverspec/Rspec tests library
28
+ email: failshell@hardened.io
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/inspecter.rb
34
+ - lib/inspecter/version.rb
35
+ homepage: http://hardened.io
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: 1.9.3
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.2.2
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: Inspecter tests library
59
+ test_files: []
60
+ has_rdoc: