netssh 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/ext/netssh/extconf.rb +2 -0
  3. data/lib/netssh.rb +2 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b8c94f97c23ecc537534a2f67132224bee1b27a3
4
+ data.tar.gz: '0493bae654298462e863003c7b94fda581413501'
5
+ SHA512:
6
+ metadata.gz: 1ee30d2a4cbc5a34216af9f7872892655b27f46893c643cd3749866232c552bcc5705f446023f14247cb15fc19a85355544717db9c79fd2e05a3f3287d0ba289
7
+ data.tar.gz: 867c41d00d8e77df3a929f8811150cd432ba33d67b2876a45b207b496dbc8a70ef249efd39d598508af8eca00735a01ec33bfc429488f92db235c6b228960e6c
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run net-ssh'
2
+ raise 'This failure is intentional. You probably meant to install and run net-ssh'
data/lib/netssh.rb ADDED
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run net-ssh'
2
+ raise 'This failure is intentional. You probably meant to install and run net-ssh'
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: netssh
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - The Guardians
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: You probably meant `gem install net-ssh`.
14
+ email: pst@coffeetocode.net
15
+ executables: []
16
+ extensions:
17
+ - ext/netssh/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/netssh/extconf.rb
21
+ - lib/netssh.rb
22
+ homepage: https://github.com/rubygems/rubygems.org/issues/1334
23
+ licenses:
24
+ - WTFPL
25
+ metadata: {}
26
+ post_install_message: You probably meant `gem install net-ssh`.
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.11
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A gem to prevent typosquating on net-ssh
46
+ test_files: []