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