nemesis_plugin_test 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/nemesis_plugin_test.rb +7 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3cbda7d411987584d29f8e4c8f6533c6b20aea98
|
4
|
+
data.tar.gz: c04ee2418ec31372990720f73df25ba5b18daf37
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 801fcf6739cd0c493682268099908a9d9ce5896a9a03bf6c3d26beb5c4e59f48a05e7176fcab4d1e2cbce117da820d4dc1ec1668d1a6bb0042b19778c9402fa9
|
7
|
+
data.tar.gz: 903e6a95aa268143b9e8e64851cda40c3a418b8c5c6bbdbd15ac37cf2e1d1990261dd243bdecfd62a308f2ecdd0c08078d4b3637b8f73ce5c4f982b96e8a6a66
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: nemesis_plugin_test
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Troy Ling
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-01-07 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple hello world plugin gem
|
14
|
+
email: troyling14@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/nemesis_plugin_test.rb
|
20
|
+
homepage: https://github.com/troyling/nemesis
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.4.3
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Test gem for nemesis plugin
|
44
|
+
test_files: []
|