netscp 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/netscp/extconf.rb +2 -0
  3. data/lib/netscp.rb +2 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a89d74aa0d166daf1a74d182c9a846c72464a3c7
4
+ data.tar.gz: 07da96ab9f5999004b4be16f95660c3b27c22c49
5
+ SHA512:
6
+ metadata.gz: f18b7c7dacaf48b3afa87ac9612932150ab3ad054d9b43409767811d9bf6b665ca543e4c5eef0c993cd6a5ef4cb3df8c8051db7c13c89fed5cc2af19b48d176e
7
+ data.tar.gz: 8a4d1dc6ed81053078877f286989f7b833a52572de387797863fdc1c7def7454dc7577f0e8770c4cc98e40f247d489d26ba4fb6125bb79b9024c6d74b1e11631
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run net-scp'
2
+ raise 'This failure is intentional. You probably meant to install and run net-scp'
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run net-scp'
2
+ raise 'This failure is intentional. You probably meant to install and run net-scp'
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: netscp
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-scp`.
14
+ email: pst@coffeetocode.net
15
+ executables: []
16
+ extensions:
17
+ - ext/netscp/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/netscp/extconf.rb
21
+ - lib/netscp.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-scp`.
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-scp
46
+ test_files: []