controller_runtime 0.1.0 → 0.1.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/CHANGELOG.md +6 -0
- data/README.md +2 -2
- data/lib/controller_runtime/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: 11547fc751f602b834305465de07d14c1c043526f3d2852d5d0e575c8a48e720
|
4
|
+
data.tar.gz: f142f9d2b90f0275650cfdbab073117ccae99cf6ae7f41d0e76b51b5dccf6acc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c835aa0032fd0a65bf152679eae222cc02aaa6ee2aaeed3dd995cd83eb7819a53fca7bf7a57a5e4b4f9ac04334020054d7f9b8af1388ab82cf0572ddae6c0c91
|
7
|
+
data.tar.gz: 91ea44a00a7bd095a40b9fe1d818c01f683e35429a9c341b29e1470a5181557c5b6005e1480e3b7bd6db95e5a7f8b698353e9b85bbc7fda3d595156d67d44973
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Install the gem and add to the application's Gemfile by executing:
|
6
6
|
|
7
|
-
$ bundle add
|
7
|
+
$ bundle add controller_runtime
|
8
8
|
|
9
9
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
10
10
|
|
11
|
-
$ gem install
|
11
|
+
$ gem install controller_runtime
|
12
12
|
|
13
13
|
## Usage
|
14
14
|
|