four_eyes 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/README.md +6 -0
- data/lib/four_eyes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 144c62f42d4650a3ef5a4894cbcb0e2ac728e78e
|
4
|
+
data.tar.gz: 338ed6f1367d8104d38ad10657cd9ad18609013e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0012d1d26e754304085e751c0497d03e2762f140f6a1320b681b8aa9f030e653192b1c2acded7059fbe80538518b8af989e7a609945581041bb70217ea1f316d
|
7
|
+
data.tar.gz: 582281c8a1cb15469682a5546ddca7ea27bc2fc98c0d84d447386658b01743ef0bce8bbb9e1fefb9e7ae676ecac989cd711fdaa3e9e826c290d014552f0cd68e
|
data/README.md
CHANGED
@@ -37,6 +37,12 @@ Or install it yourself as:
|
|
37
37
|
|
38
38
|
$ gem install four_eyes
|
39
39
|
|
40
|
+
### Database Setup
|
41
|
+
|
42
|
+
Generate the migration files required by running:
|
43
|
+
|
44
|
+
rails g four_eyes
|
45
|
+
|
40
46
|
## Usage
|
41
47
|
|
42
48
|
To add maker checker functionality, add the following before_filter to the controller in question.
|
data/lib/four_eyes/version.rb
CHANGED