guard-consistency_fail 0.0.8 → 0.0.9
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 +8 -8
- data/.travis.yml +7 -0
- data/README.markdown +8 -7
- data/lib/guard/consistency_fail/version.rb +1 -1
- data/lib/guard/consistency_fail.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDM0ZTZjNTliNWE1OGM5ZmIwNzI2YmIzYjJiYzNkMGM2NjRjN2FjNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTE1NWNlZWVjZGQwMDU4ZTE1MzVlNzEwZWFiZDQwNDRmODhiZTEzYw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZmNiM2MwYmU5ODEwM2ZjZjVlNzQ1MzZlNmRmZDM2N2Y3ZGFkZTRjZTBjY2M4
|
|
10
|
+
OWY3ZGFhNTVkOGIzNDI3OWE0N2Y3ZDE5MDRlZGI2YmQzZTkwOWJjMjI2OGY3
|
|
11
|
+
YThhODg5OTMzY2RlM2ViY2NjMDM3OWQ3YzVkZTc4NjdiNjg1OGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWU1YzZhNmZiNDZiYzU4YmY1YjkyODAwZjhmNGM3MjVmMWM1NjI0YTRmNGJl
|
|
14
|
+
Mzk4OGY2M2FkNmU0MjBmMDlhNzAwMzhjZjFkYzBjY2FmYjEwMTJjYTQzNmU0
|
|
15
|
+
ZDA4MzRiM2MxNjEwODNjYzI0NzBhYzRkMWI4NGI3MmE3MWU0ZTc=
|
data/.travis.yml
ADDED
data/README.markdown
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Guard::ConsistencyFail
|
|
2
2
|
|
|
3
|
-
Guard::ConsistencyFail
|
|
3
|
+
Guard::ConsistencyFail automates running of checks from [consistency_fail](https://github.com/trptcolin/consistency_fail) in guard when model or schema.rb changes.
|
|
4
|
+
|
|
5
|
+
[](http://badge.fury.io/rb/guard-consistency_fail) [](https://codeclimate.com/github/ptyagi16/guard-consistency_fail) [](https://travis-ci.org/ptyagi16/guard-consistency_fail)
|
|
4
6
|
|
|
5
7
|
## Install
|
|
6
8
|
|
|
@@ -20,7 +22,7 @@ Add guard definition to your Guardfile by running this command:
|
|
|
20
22
|
|
|
21
23
|
## Usage
|
|
22
24
|
|
|
23
|
-
Please read [Guard usage doc](http://github.com/guard/guard#readme).
|
|
25
|
+
Please read [Guard usage doc](http://github.com/guard/guard#readme). Also please refer to [consistency_fail](https://github.com/trptcolin/consistency_fail) for details on how the consistency_fail gem works.
|
|
24
26
|
|
|
25
27
|
## Guardfile
|
|
26
28
|
|
|
@@ -47,11 +49,11 @@ you make.
|
|
|
47
49
|
|
|
48
50
|
* Push to rubygems.org:
|
|
49
51
|
|
|
50
|
-
gem push guard-consistency_fail-0.0.
|
|
52
|
+
gem push guard-consistency_fail-0.0.9.gem
|
|
51
53
|
|
|
52
54
|
## Testing the gem locally
|
|
53
55
|
|
|
54
|
-
gem install guard-consistency_fail-0.0.
|
|
56
|
+
gem install guard-consistency_fail-0.0.9.gem
|
|
55
57
|
|
|
56
58
|
|
|
57
59
|
## Authors
|
|
@@ -60,7 +62,6 @@ you make.
|
|
|
60
62
|
|
|
61
63
|
Ideas for this gem came from [Guard::Delayed](https://github.com/guard/guard-delayed).
|
|
62
64
|
|
|
63
|
-
##
|
|
65
|
+
## License
|
|
64
66
|
|
|
65
|
-
|
|
66
|
-
Anybody else encountered this? Let me know if you have. Thanks in advance.
|
|
67
|
+
MIT License. See License file.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-consistency_fail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pankaj Tyagi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: guard
|
|
@@ -103,6 +103,7 @@ extensions: []
|
|
|
103
103
|
extra_rdoc_files: []
|
|
104
104
|
files:
|
|
105
105
|
- .gitignore
|
|
106
|
+
- .travis.yml
|
|
106
107
|
- CHANGELOG.md
|
|
107
108
|
- Gemfile
|
|
108
109
|
- Guardfile
|