trojan_horse 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/trojan_horse.rb +5 -0
  3. metadata +43 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4611c53a7217113c75c971a6d560a58cbdc30c8ca353f15ab5b8b0fdff67138e
4
+ data.tar.gz: 87efe4db85ce9ebadb7d0f0f6b81bb0020bbe6558887c28a9962eae4c7013ccb
5
+ SHA512:
6
+ metadata.gz: b2c32a83090c96e3352bca4e144fac6f47d5be5b992088d8809799bb27bcd30e754c3b048531fa8e1710ce8d22e4de26a12f8e36215d06c5c0771b73f578c9e8
7
+ data.tar.gz: f865501ba67d403323afd9d96bf8160da05ae6ff75e4f5ece35da898f0263100dbd4eac81fdf00b89d62f17ed8e84debdcc987abd34969cbc44493c379489ba2
@@ -0,0 +1,5 @@
1
+ class TrojanHorse
2
+ def self.hi
3
+ puts "I'm a horse"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trojan_horse
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Gavin Miller
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-04-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: me@gavinmiller.io
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/trojan_horse.rb
20
+ homepage: http://rubygems.org/gems/trojan_horse
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
+ rubygems_version: 3.0.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Just a test
43
+ test_files: []