fakeimage 0.9 → 0.9.1
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
- data/README.md +1 -1
- data/bin/fakeimage +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 698d3fda1b0765556426ce018e5775229feb79c451cc79e088fa08d9db564d71
|
|
4
|
+
data.tar.gz: 989e7d9ea8009fa82c0d0c190039da925bf8954896f046d5cb2e8c7e05ee8192
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e25b0716a5d5be5b73544179eb6aee0573d4bae3f90f2357d86b6a415d0f9cf37afcd9be1683de284eabf48fae42866be41c328808210708e2ef23f2a00d6ca
|
|
7
|
+
data.tar.gz: 936f4f40445c351adc7f7b76b65c36dae60ffc0a5f1043f3816b193d479e23a08578f8680c395cbf401090ec6430b1bde68fefb92b8274b379bcc55493b10494
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Requires ruby 2.7+. May work with older versions, but not tested or supported.
|
|
|
11
11
|
#### Via RubyGems
|
|
12
12
|
```bash
|
|
13
13
|
gem install fakeimage
|
|
14
|
-
fakeimage --port 5000 # arguments are forwarded to `rackup`
|
|
14
|
+
fakeimage --port 5000 # all arguments are forwarded to `rackup`
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
#### Directly from the Source Repo
|
data/bin/fakeimage
CHANGED