tolk 3.2.0 → 3.2.1

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
  SHA256:
3
- metadata.gz: b8f6680d4fdb375f50c14ea1725d32cf73c395b3825578f9e2f25b1ce6e593d7
4
- data.tar.gz: b07c28ea6939450e7f46947d894db437b65142684994d47e6dfa8527356b4cae
3
+ metadata.gz: 51ecae48e940351234af122638232761da8c02a804a85438079ea2414bb2ab21
4
+ data.tar.gz: bb2014cbede3663c125d97d014d1cbcb1010c27176a28acf958eb07eecf95d76
5
5
  SHA512:
6
- metadata.gz: '0980d8b70e512963c7be3ca8af3c5519b482370a8e5510f00606e6f93e066218583f19627f02df641dffba02476f1ed185ba63f2986e66a7c278c7bd744f607d'
7
- data.tar.gz: c329d8a59897919e8a652c314115514d3f532cd6b23067e911f76651fcc5121ffe9eba4034923ab4504c8ee8ad0900f043f20ec1a5240938e2da7d2f5663b412
6
+ metadata.gz: 105a2363643a899dbfef1e079f156595f424efdc4b1ab6cc0828b216eab4ef4e82edb0255a21dfa5aa0602241fb104f7ec27bdb71b0145c88adac585c16e501a
7
+ data.tar.gz: fd52227d39d9b0a603de42f5ac3c72daa4ec5cf71b2ee543c7451c16c5ea40aad3687df905bb167ea5f99e419a072686dc9ee85049ae7abc9c687649fcd6b556
@@ -17,7 +17,7 @@ a:hover {color: #000;}
17
17
  * Variables
18
18
  **/
19
19
  $primary_color: #2fadcf;
20
- $font_family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
20
+ $font_family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
21
21
 
22
22
  /**
23
23
  * Some generic components
@@ -92,7 +92,7 @@ module Tolk
92
92
  end
93
93
 
94
94
  def count_phrases_without_translation
95
- existing_ids = self.translations.pluck(&:phrase_id).uniq
95
+ existing_ids = self.translations.pluck(:phrase_id).uniq
96
96
  Tolk::Phrase.count - existing_ids.count
97
97
  end
98
98
 
@@ -1,3 +1,3 @@
1
1
  module Tolk
2
- VERSION = "3.2.0"
2
+ VERSION = "3.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tolk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2019-03-25 00:00:00.000000000 Z
15
+ date: 2019-05-22 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails