fine_print 2.1.1 → 2.2.0
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/config/locales/fine_print/en.yml +24 -25
- data/lib/fine_print/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +2828 -0
- data/spec/factories/fine_print/contract.rb +7 -4
- data/spec/factories/fine_print/signature.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae29ec69072108fbae724b4ddc28b1335a02e027
|
4
|
+
data.tar.gz: 3d162426e7f608d58c84ba402690520293d10cb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41c8aa2197abeb64709376d0bf57a4250a731c543d64bb985b312e07bcacd367903174c87c3054e909e255c0febb3c51ed6448d53aa1f7f5ecafd70112e3ab80
|
7
|
+
data.tar.gz: 1435186615e0f78f461a2010e6641ce76fcc75cf99c8190c10ef3b01433f80cd621978a6fda7063477173e6dd02853effdc22e696750d5b29e213084ea4c4854
|
@@ -3,21 +3,21 @@ en:
|
|
3
3
|
activerecord:
|
4
4
|
attributes:
|
5
5
|
fine_print/contract:
|
6
|
+
content: Content
|
6
7
|
name: Name
|
7
|
-
version: Version
|
8
8
|
title: Title
|
9
|
-
|
9
|
+
version: Version
|
10
10
|
fine_print/signature:
|
11
11
|
contract: Contract
|
12
|
+
created_at: "Signed on"
|
12
13
|
user: User
|
13
14
|
user_id: "User ID"
|
14
15
|
user_type: "User Class"
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
contract:
|
16
|
+
errors:
|
17
|
+
models:
|
18
|
+
fine_print/signature:
|
19
|
+
attributes:
|
20
|
+
contract:
|
21
21
|
taken: "has already been signed"
|
22
22
|
models:
|
23
23
|
fine_print/contract:
|
@@ -29,30 +29,30 @@ en:
|
|
29
29
|
fine_print:
|
30
30
|
contract:
|
31
31
|
actions:
|
32
|
+
confirm:
|
33
|
+
delete: "Are you sure you want to delete this contract?"
|
34
|
+
publish: "Are you sure you want to publish this contract?"
|
35
|
+
unpublish: "Are you sure you want to unpublish this contract?"
|
32
36
|
delete: Delete
|
33
37
|
edit: Edit
|
34
38
|
editing: "Editing %{contract}"
|
35
39
|
list: List
|
36
|
-
new: New Contract
|
40
|
+
new: "New Contract"
|
37
41
|
new_version: "New Version"
|
38
42
|
new_version_of: "New version of %{contract}"
|
39
43
|
publish: Publish
|
40
|
-
signatures: Signatures
|
41
44
|
show: Details
|
45
|
+
signatures: Signatures
|
42
46
|
unpublish: Unpublish
|
43
47
|
update: Update
|
44
|
-
confirm:
|
45
|
-
delete: "Are you sure you want to delete this contract?"
|
46
|
-
publish: "Are you sure you want to publish this contract?"
|
47
|
-
unpublish: "Are you sure you want to unpublish this contract?"
|
48
48
|
descriptions:
|
49
49
|
name: "Used internally by your code; only letters, numbers, underscores allowed; changing this will start a new contract at version 1"
|
50
|
-
title:
|
51
|
-
errors:
|
50
|
+
title: "e.g., \"Terms of Use\""
|
51
|
+
errors:
|
52
52
|
already_published: "cannot be published because it is already published"
|
53
53
|
already_signed: "cannot be modified because it has already been signed"
|
54
54
|
not_latest: "cannot be unpublished because it is not the latest version"
|
55
|
-
notices:
|
55
|
+
notices:
|
56
56
|
created: "Contract created."
|
57
57
|
deleted: "Contract deleted."
|
58
58
|
published: "Contract published."
|
@@ -64,26 +64,25 @@ en:
|
|
64
64
|
name: "Name: %{name}"
|
65
65
|
updated_at: "Last updated on %{updated_at}."
|
66
66
|
version: "v.%{version}"
|
67
|
+
error:
|
68
|
+
one: "Error:"
|
69
|
+
other: "Errors:"
|
67
70
|
signature:
|
68
71
|
actions:
|
69
72
|
accept: "I have read and accept the terms above."
|
73
|
+
confirm:
|
74
|
+
delete: "User will be asked to accept the contract again. Are you sure?"
|
70
75
|
delete: Terminate
|
71
76
|
sign: "I agree"
|
72
|
-
confirm:
|
73
|
-
delete: "User will be asked to accept the contract again. Are you sure?"
|
74
77
|
errors:
|
75
78
|
contract:
|
76
79
|
must_agree: "must be accepted to proceed"
|
77
80
|
not_published: "must be published before it can be signed"
|
78
|
-
notices:
|
81
|
+
notices:
|
79
82
|
deleted: "Signature deleted."
|
80
|
-
status:
|
83
|
+
status:
|
81
84
|
for_contract: "Signatures for %{contract}"
|
82
85
|
new_version: "Please review and accept the newest version of the %{contract}:"
|
83
|
-
error:
|
84
|
-
one: "Error:"
|
85
|
-
other: "Errors:"
|
86
86
|
time:
|
87
87
|
formats:
|
88
88
|
fine_print: "%b %d %Y at %I:%M%p %Z"
|
89
|
-
|
data/lib/fine_print/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|