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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/lib/four_eyes/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 164ea5dca880f69d877e8352df5dbaefeb84b016
4
- data.tar.gz: 5f7d328e524f1c5fcc0957a172a4488cb26dbbea
3
+ metadata.gz: 144c62f42d4650a3ef5a4894cbcb0e2ac728e78e
4
+ data.tar.gz: 338ed6f1367d8104d38ad10657cd9ad18609013e
5
5
  SHA512:
6
- metadata.gz: d099d08b459a46028d9bffeaa3fb94549da48b580bc8ad1671d576a8ff98665cd291fb922bccf57cedca8aabe271867c96602a3d0ee1b37390b15d73711b0def
7
- data.tar.gz: 28e291b6a365392c8ff58f6940198459685d46445f30472a2b0603004d1b7d8a41176fa63867440a7ab2d6ef094c28581da3b941dd3481307f4bad376008756a
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.
@@ -1,3 +1,3 @@
1
1
  module FourEyes
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: four_eyes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Ondeng