oxen_account 0.2.1 → 0.2.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: d3ee996e377d52850d4a5b0bffbb15fdb9279d54
4
- data.tar.gz: ab43fe4c6f39c1d241fccbf20b3ca60eecf4f44c
3
+ metadata.gz: 4bba4572652927c8042f62bb47d01e12336bda53
4
+ data.tar.gz: 0029b43e8c793574d08147e742d970c7bf024c75
5
5
  SHA512:
6
- metadata.gz: 5b168cc2b64dc3d0c8b0e57bb6db479ddd326d7f89585b92140c55ff3beaa6103155efdee1e622d3a6ac8043861a4ec95643d0547ec864eb4307ed802c4b384e
7
- data.tar.gz: 1b6853b4b57c1638a39544ac96daa5ddad847b6731ce332aa28d4511bc60a4e77197fd8baf1bbf2f4b9ed09aa35895c607df9c8704e98f5775545063ed85c39e
6
+ metadata.gz: c7f3ed92077e68a3f1f2a1602114a66daa51c9f9e80c8fabaf91c5f8396ec6bcb7cffe0ebc97d866619fae19d84fb6e5f7c213bfd560c7175e08e9b0343e04f8
7
+ data.tar.gz: 862ede21c5a4bf60b9c8aa6c35805d2d0677e0795d61bbd1a918d42f56b1a2e3bff72c8ad7d1f7e9467fe89a909d843dcbc0ffc0df0f726c539a6e890cdcca43
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *gem
@@ -11,4 +11,4 @@
11
11
  %td= user.invitations.count
12
12
  %td
13
13
  = link_to user, class: 'delete_link', data: { url: '/admin/users', name: "#{user.name}", id: "#{user.id}", remove: "#tr-#{user.id}" } do
14
- %i.mdi-action-delete.small{ title: "#{t('.delete')}"}
14
+ %i.material-icons.small{ title: "#{t('.delete')}"} delete
@@ -6,4 +6,4 @@
6
6
  %td= user.invitations.count
7
7
  %td
8
8
  = link_to user, class: 'delete_link', data: { url: '/admin/users', name: "#{user.name}", id: "#{user.id}", remove: "#tr-#{user.id}" } do
9
- %i.mdi-action-delete.small{ title: "#{t('.delete')}"}
9
+ %i.material-icons.small{ title: "#{t('.delete')}"} delete
@@ -1,3 +1,3 @@
1
1
  module OxenAccount
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxen_account
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Walther H Diechmann