to_proc_interface 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/to_proc_interface/version.rb +1 -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: b73dd7a76c25dc9c9f1fcab7fdc1d3e08f16ae59f506135129b142c92741c7cc
|
4
|
+
data.tar.gz: a8f54245df8216be57aae42e715278caf65edbfb0ebdfa05f61f01528c3347e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8be7d648e4033dfcca339b67033e2de7b941ef013675de3fd6033bae2b016bee268b2e7611c818175a0111427da5c734ebb60bf643c04af74a4d4b2cee4cfa4
|
7
|
+
data.tar.gz: 3a1e0c7e8f4820c4857098c46984a319d5c5908659f97c7b158de547bfe3735fb2e914d729b9771c2340361fc0f54a5e5e19aca91ecc89cc052ae0d16a97fde0
|
data/README.md
CHANGED
@@ -7,13 +7,13 @@ The collection of mixins to make anything responsible to `#call` acts like a `Pr
|
|
7
7
|
Install the gem and add to the application's Gemfile by executing:
|
8
8
|
|
9
9
|
```bash
|
10
|
-
bundle add
|
10
|
+
bundle add to_proc_interface
|
11
11
|
```
|
12
12
|
|
13
13
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
14
14
|
|
15
15
|
```bash
|
16
|
-
gem install
|
16
|
+
gem install to_proc_interface
|
17
17
|
```
|
18
18
|
|
19
19
|
## Usage
|