uuid_parameter 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -2
- data/lib/uuid_parameter/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: 3aede0663d9d5bacb0d3e7d299b8f4b01ea5ab226b884df0429e34642387eaf9
|
4
|
+
data.tar.gz: ae672857e0dd59992f3e0c6316f58b94c5aef3138081b10227b1ae135f3354a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ab74071988159a8746620a8354b76a86109a43c917cb9398b5091151c1ceb4ce0e12bebf30a195ee541f9a9afdcf06142421fa79dc5fb9082dc3d13a461187a
|
7
|
+
data.tar.gz: 5ea87994cdbaa557d816bc93892d64b3810baa21d04c9c30576ab434eaa03eece94bf23421808faee2958ae6f69849077638c5ba5c80ff35bfaa854b749f97c5
|
data/README.md
CHANGED
@@ -32,7 +32,7 @@ Models including the `UUIDParameter` module will:
|
|
32
32
|
|
33
33
|
Translations are in progress (See #2): specs are now passing thanks to a hack.
|
34
34
|
To add a new translation, please edit or create the corresponding file in
|
35
|
-
[`config/locale`](
|
35
|
+
[`config/locale`](https://gitlab.com/incommon.cc/uuid_parameter/tree/master/config/locale).
|
36
36
|
|
37
37
|
## Usage
|
38
38
|
|
@@ -86,13 +86,14 @@ $ gem install uuid_parameter
|
|
86
86
|
Bug reports and pull requests are welcome on Gitlab at
|
87
87
|
https://gitlab.com/incommon.cc/uuid_parameter.
|
88
88
|
|
89
|
-
See [ChangeLog]
|
89
|
+
See [ChangeLog] and commit messages.
|
90
90
|
|
91
91
|
The [Github repository] is a mirror to facilitate integration with other Rails
|
92
92
|
development, but I don't like Microsoft, and never will. They may show the face
|
93
93
|
they like, they come from enemity and, as far as I'm concerned, will remain
|
94
94
|
there.
|
95
95
|
|
96
|
+
[ChangeLog]: https://gitlab.com/incommon.cc/uuid_parameter/blob/master/CHANGELOG.md
|
96
97
|
[Github repository]: https://github.com/moners/uuid_parameter
|
97
98
|
|
98
99
|
# Development
|