audited-timeline 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a95158cd8d62bb7c2e4126f7ba1332c010e3c08d
4
- data.tar.gz: 0c619bbfeb6f3d0c42f67e54772e6d6e67c40d85
3
+ metadata.gz: ebcebca97dcb569822bcce4855ce1df9e0021936
4
+ data.tar.gz: bfde503a6ad61ef1cc401d779fa6cb71b477a173
5
5
  SHA512:
6
- metadata.gz: 0836e49105d60f4c0b85a79b40918531723df10c372836b62c7c9dd0788362c08453cc03d0201928d886e8fc790883f399ccadef4406d43468417b244488aaca
7
- data.tar.gz: dbb4455239fd79e0c620813d22d7de7714d4643a5cc6fd9d58a3d6d2056b2ec88594cb1ef41635b6501cdb05b68e13e708080ec97ca92bc4afb2abb342c1e6fc
6
+ metadata.gz: 9c5396c63861e1b87270681afee00f97f8b7d048a8111061f0cb7241d93dd13d774f7fe90d4e92cab823f4d1b8e289c90a4921af7205052a00fbbbca87402f65
7
+ data.tar.gz: 1ef0faa4299943bf373fe46497e12560e1832022aa60b2832517a1972f34997afc864a06deed38eb8d8286d240a224e741def122a75fda9302dcb628079a9b7a
data/README.md CHANGED
@@ -63,7 +63,7 @@ to create.
63
63
  </div>
64
64
  ```
65
65
 
66
- In this case, create in your application `app/views/audits/lvm/_volume.create.html.erb`
66
+ In this case, create in your application `app/views/audits/_user.create.html.erb`
67
67
  to override this audit type.
68
68
 
69
69
  audited-timeline will provide a locale called `audit` to your partial.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -5,8 +5,8 @@ de:
5
5
  attribute: Attribut
6
6
  from: Bisher
7
7
  to: Neu
8
- yes: Ja
9
- no: Nein
8
+ 'yes': Ja
9
+ 'no': Nein
10
10
  time:
11
11
  formats:
12
12
  audited_timeline: "%Y-%m-%d %H:%M"
@@ -5,8 +5,8 @@ en:
5
5
  attribute: Attribute
6
6
  from: Old
7
7
  to: New
8
- yes: Yes
9
- no: No
8
+ 'yes': Yes
9
+ 'no': No
10
10
  time:
11
11
  formats:
12
12
  audited_timeline: "%Y-%m-%d %H:%M"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audited-timeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raffael Schmid