ecm_calendar_helper 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: d7072cf0f66125e3ad61b5c519b2dfbf0bd74d78
4
- data.tar.gz: ce2e67d2a179dac39d3ad1980caa12d74359327f
3
+ metadata.gz: 32b2ca56a2f9dd321f2db78da04aa1547c2e6c32
4
+ data.tar.gz: b972dacdaab4c40d6485982cbebf7a536e7deb64
5
5
  SHA512:
6
- metadata.gz: 1ef68a0ffb744b761b6518577eb77fc2a9aaef9731cba7268a8c74da21fe4e3385221b447616a69c40bd345a1a03fe52c34ed4486a9aef90f3be308fbf333518
7
- data.tar.gz: 09ba45e19ae6051bb92c9de273ebe4e0c9d4856a5c8db93eb4adaff2bf866c3d50853d5225d4d3feed401d246affa296d7e29b0b8bb7d181a2e878b88b32109e
6
+ metadata.gz: b094c8b15e9894c6a5a7bfa73cd04a05ce118614459a0da91aad936acdc5941e2cb130998d711ae41e54040c2c4f749975914851ac7c00d4d4221fb10eff7d66
7
+ data.tar.gz: 569aae1a432c72e0a8da7dac2ff51e9e314e72b059c6e2272061894093488c59cfe2d2e67bdf5c0a540405b211ac7ccdb02e1437f9eb702b9abd0634624b8a69
@@ -0,0 +1,7 @@
1
+ de:
2
+ ecm:
3
+ calendar_helper:
4
+ month_calendar_pagination:
5
+ today: Heute
6
+ previous: Zurück
7
+ next: Vorwärts
@@ -0,0 +1,7 @@
1
+ en:
2
+ ecm:
3
+ calendar_helper:
4
+ month_calendar_pagination:
5
+ today: Today
6
+ previous: Previous
7
+ next: Next
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module CalendarHelper
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_calendar_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-07 00:00:00.000000000 Z
11
+ date: 2017-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -57,8 +57,8 @@ files:
57
57
  - app/views/ecm/calendar_helper/_month_calendar.haml
58
58
  - app/views/ecm/calendar_helper/_month_calendar_pagination.haml
59
59
  - config/initializers/assets.rb
60
- - config/locales/ecm.calendar_helper.de.yml
61
- - config/locales/ecm.calendar_helper.en.yml
60
+ - config/locales/de.yml
61
+ - config/locales/en.yml
62
62
  - lib/ecm/calendar_helper/engine.rb
63
63
  - lib/ecm/calendar_helper/version.rb
64
64
  - lib/ecm_calendar_helper.rb
@@ -1,6 +0,0 @@
1
- de:
2
- ecm:
3
- courses:
4
- course_category:
5
- actions:
6
- back_to_index: 'Zurück'
@@ -1,6 +0,0 @@
1
- en:
2
- ecm:
3
- courses:
4
- course_category:
5
- actions:
6
- back_to_index: 'Back'