jetesting 0.1.1 → 0.1.6
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.
- checksums.yaml +4 -4
- metadata +19 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1d7621fc2cbd6e0a8f418e5e2f1a49e7e8f0c416930844d20acf294d4af5ad5
|
|
4
|
+
data.tar.gz: b60a5fe5fe64172b67e7b2ab30d819fcb17b48a6b741c4e31e885cd2e7233f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db3d30ba81d83ab4adade9a99134d253afaf34cb214dc135e0a75e7d9ae952897a343d9f3f0ffc553764d0db019917792cb4a7aa6f6e748656bb84ca1dbef42e
|
|
7
|
+
data.tar.gz: b20000d8c95a48afd6ae4a211d2c8cdf906c85140802b7c2bf07750d8a30d9b2544111adfe6dfd1377b71fcb2ed14ccc8e93a40def37545b03e2884bea6ad436
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jetesting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub, Inc.
|
|
@@ -10,6 +10,20 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2022-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: open-uri
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
13
27
|
- !ruby/object:Gem::Dependency
|
|
14
28
|
name: gemoji
|
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -125,7 +139,9 @@ homepage: https://github.com/testing-stuff00022/jetesting
|
|
|
125
139
|
licenses:
|
|
126
140
|
- MIT
|
|
127
141
|
metadata: {}
|
|
128
|
-
post_install_message:
|
|
142
|
+
post_install_message: |2
|
|
143
|
+
|
|
144
|
+
Hey ya! Great to see you here. Btw, nothing is configured for this request path. Create a rule and start building a mock API.
|
|
129
145
|
rdoc_options: []
|
|
130
146
|
require_paths:
|
|
131
147
|
- lib
|
|
@@ -143,5 +159,5 @@ requirements: []
|
|
|
143
159
|
rubygems_version: 3.0.3.1
|
|
144
160
|
signing_key:
|
|
145
161
|
specification_version: 4
|
|
146
|
-
summary:
|
|
162
|
+
summary: Do not use
|
|
147
163
|
test_files: []
|