threadsafe 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7ae6abdf24424df348a8b70706a388268a116433
4
+ data.tar.gz: 8cb0d730f22bf3477d09d334397e8f72bfd533f0
5
+ SHA512:
6
+ metadata.gz: b91372ad80fb7fe66cbb290ea508b9842e24480edf37b1660a96972a0de3f79e5fe673c5118105f121a65c4cef1b362c5f278f4fa1dc2dc60d9acf24636fa51a
7
+ data.tar.gz: ed149c70936b558d1d7a85f4089b3c85e5cf345e2f08abdbaee9511124fc13361bdca4b809c85dcf90c3e1f6b1551f98970346e120ee5b9ab85b86b78721a6d0
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run thread_safe'
2
+ raise 'This failure is intentional. You probably meant to install and run thread_safe'
data/lib/threadsafe.rb ADDED
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run thread_safe'
2
+ raise 'This failure is intentional. You probably meant to install and run thread_safe'
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: threadsafe
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 thread_safe`.
14
+ email: pst@coffeetocode.net
15
+ executables: []
16
+ extensions:
17
+ - ext/threadsafe/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/threadsafe/extconf.rb
21
+ - lib/threadsafe.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 thread_safe`.
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 thread_safe
46
+ test_files: []