contact_us 0.5.3 → 0.5.4

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: 8ec0fa58f0c1f02fd8057e114737f22559cf3e37
4
- data.tar.gz: e057a8b3e3f293790212e9cad6c3532a4bf4cec4
3
+ metadata.gz: 28d318ac379029a18ee985f3fc50b44bd698f5d4
4
+ data.tar.gz: 1240293acf5718df78c46d988e568862f4222293
5
5
  SHA512:
6
- metadata.gz: e8fdf4da521c0d2df8b0077b2fad010ff1df55e64d1abec819c8babdc497d335c85399d7dd2468eead7cacf423991062e99b4121a7b24a7512817eee20e90cd1
7
- data.tar.gz: 7c20170c0a29cce28e0046a4e7d4bcc9036ecfff4641895d7c955cbfeb4da2b193243525f3717b44a12479a0126ccd6150842dc004e26d6eaf6a1b53e4841503
6
+ metadata.gz: ba94cd4ebcf243d34d7971968e088eb478a53ea948586051a953f10f60c6d3b2ec161396072e9d9b2d67509617dacf31094b7050b5de8297fb859176a5d22ee8
7
+ data.tar.gz: b66ce52778b6b8d6a3a4a6f78b2f4f9861cb647bece12f9fd36c5cf0f810af951128fe427dee5a8b0953bcaf0e2f671374eec79e9a2abfacceff73179dd0071c
@@ -2,6 +2,7 @@ script: "bundle exec rspec spec"
2
2
  rvm:
3
3
  - 1.9.3
4
4
  - 2.0.0
5
+ - 2.1.2
5
6
  - ruby-head
6
7
  language: ruby
7
8
  matrix:
@@ -1,3 +1,7 @@
1
+ ## ContactUs 0.5.4 (Jun 25th 2014)
2
+
3
+ * Added Greek locale.
4
+
1
5
  ## ContactUs 0.5.3 (Jun 22nd 2014)
2
6
 
3
7
  * Updated line specs to Rspec 3 expect syntax.
@@ -0,0 +1,24 @@
1
+ # Localization file for Greek
2
+
3
+ el:
4
+ contact_us:
5
+ contact_mailer:
6
+ contact_email:
7
+ sent_by_contact_form: "Εστάλη μέσω της φόρμας επικοινωνίας από τον/την %{email}"
8
+ sent_by_name: "Εστάλη από τον/την %{name} από τη διεύθυνση %{email}"
9
+ subject: "Μήνυμα φόρμας επικοινωνίας από %{email}"
10
+ contacts:
11
+ new: &new
12
+ contact_us: "Επικοινωνία"
13
+ email: "Διεύθυνση ηλεκτρονικού ταχυδρομείου"
14
+ message: "Μήνυμα"
15
+ name: "Όνομα"
16
+ subject: "Θέμα"
17
+ submit: "Αποστολή"
18
+ new_formtastic:
19
+ <<: *new
20
+ new_simple_form:
21
+ <<: *new
22
+ notices:
23
+ error: "Πρέπει να συμπληρώσετε και τα δύο πεδία."
24
+ success: "Το μήνυμά σας εστάλη επιτυχώς."
@@ -1,3 +1,3 @@
1
1
  module ContactUs
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact_us
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Dutil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-22 00:00:00.000000000 Z
11
+ date: 2014-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -148,6 +148,7 @@ files:
148
148
  - app/views/contact_us/contacts/new_formtastic.html.erb
149
149
  - app/views/contact_us/contacts/new_simple_form.html.erb
150
150
  - config/locales/contact_us.de.yml
151
+ - config/locales/contact_us.el.yml
151
152
  - config/locales/contact_us.en.yml
152
153
  - config/locales/contact_us.es.yml
153
154
  - config/locales/contact_us.fr.yml