decidim-core 0.13.0 → 0.13.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c09a9e8e5bc09112a2bfa69d0036170ca05c68537ec4336d6f36b0c76ba271f
4
- data.tar.gz: 6e06b435bf4a0e188086914b446feb1ae03d373be8a6f01500a2eb6515802082
3
+ metadata.gz: 0af52087f8ca8c19afda9ed5323b6eea1bb5148ac83404d394d3a0d27662286e
4
+ data.tar.gz: 3ad3a1bc81100d8b92487a480554587bcb354376f8c76c1ab9cd60cb805a78bd
5
5
  SHA512:
6
- metadata.gz: 544dfb53088db7f1ac9becc92b7cafe0561528f192bfc8c0f9e0da2c61f0cec9b2c4d4da357d72b1ae16482a9e506195523a2cbc85e34f7de0a92ea56f8e5677
7
- data.tar.gz: a89bac3a7922ebb9e72927ec57dd29895e476e518ef5a2175908151c09ae721ed3ad8c92c18ed0719b5e2330c20ec8cf32706d5a06b2385164338eacd54b0176
6
+ metadata.gz: 4bb3e927bdcb7826563643fff7b4237d0be18ddd20954bd31feee394d8d505cb32a6ee1ca64d60648c82dab10ce03fc27b5be2b14e3ed6d384190322da1ca52c
7
+ data.tar.gz: 01c4dc8059cca5c60d8a71566cf14c80a09a287cc8744736303c6f4d2d20c8894e3759881d32af4680f3cb37ef62ed9744d7315c2074e0d1a6122e47f952d7fd
@@ -177,7 +177,7 @@ es-PY:
177
177
  step:
178
178
  comments_blocked: Comentarios bloqueados
179
179
  dummy_step_attribute_1: Atributo de paso ficticio 1
180
- dummy_step_attribute_2: Dummy Step Attribute 2
180
+ dummy_step_attribute_2: Atributo de paso ficticio 2
181
181
  contact: Contacto
182
182
  core:
183
183
  actions:
@@ -698,11 +698,11 @@ es-PY:
698
698
  password_too_long: Es demasiado largo
699
699
  password_too_short: Es demasiado corto
700
700
  social_share_button:
701
- delicious: Delicious
701
+ delicious: Delicioso
702
702
  douban: Douban
703
703
  email: Correo electrónico
704
704
  facebook: Facebook
705
- google_bookmark: Google Bookmark
705
+ google_bookmark: Marcadores de Google
706
706
  google_plus: Google+
707
707
  hacker_news: Hacker News
708
708
  linkedin: LinkedIn
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-core version.
5
5
  module Core
6
6
  def self.version
7
- "0.13.0"
7
+ "0.13.1"
8
8
  end
9
9
  end
10
10
  end
@@ -8,7 +8,7 @@ module Devise
8
8
  # Validates that all users with notifications activated have Opt-in in
9
9
  # some time
10
10
  module DecidimNewsletterable
11
- GDPR_DATE = Time.zone.parse("2018-05-25 00:00 +02:00")
11
+ GDPR_DATE = "2018-05-25 00:00 +02:00"
12
12
 
13
13
  def newsletter_opt_in_notify
14
14
  unless newsletter_opt_in_valid?
@@ -26,7 +26,7 @@ module Devise
26
26
  # Checks if Opt-in is valid or not
27
27
  # An user with notifications activated, must have an Opt-in
28
28
  def newsletter_opt_in_valid?
29
- newsletter_notifications_at > GDPR_DATE
29
+ newsletter_notifications_at > Time.zone.parse(GDPR_DATE)
30
30
  end
31
31
 
32
32
  # Fill token value with some random value
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-07-11 00:00:00.000000000 Z
13
+ date: 2018-07-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: active_link_to
@@ -636,28 +636,28 @@ dependencies:
636
636
  requirements:
637
637
  - - '='
638
638
  - !ruby/object:Gem::Version
639
- version: 0.13.0
639
+ version: 0.13.1
640
640
  type: :runtime
641
641
  prerelease: false
642
642
  version_requirements: !ruby/object:Gem::Requirement
643
643
  requirements:
644
644
  - - '='
645
645
  - !ruby/object:Gem::Version
646
- version: 0.13.0
646
+ version: 0.13.1
647
647
  - !ruby/object:Gem::Dependency
648
648
  name: decidim-dev
649
649
  requirement: !ruby/object:Gem::Requirement
650
650
  requirements:
651
651
  - - '='
652
652
  - !ruby/object:Gem::Version
653
- version: 0.13.0
653
+ version: 0.13.1
654
654
  type: :development
655
655
  prerelease: false
656
656
  version_requirements: !ruby/object:Gem::Requirement
657
657
  requirements:
658
658
  - - '='
659
659
  - !ruby/object:Gem::Version
660
- version: 0.13.0
660
+ version: 0.13.1
661
661
  description: Adds core features so other engines can hook into the framework.
662
662
  email:
663
663
  - josepjaume@gmail.com