cronex 0.6.0 → 0.6.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
  SHA1:
3
- metadata.gz: 081c0fa8d2bf218663e3b48a43a6b4ac8287cf6d
4
- data.tar.gz: 8311c133c8a3cda5dcac7db0145afd825db70694
3
+ metadata.gz: 5695e6afc392e79737154019b9829971a9657c78
4
+ data.tar.gz: 081a03e92358d7c8a7fb66579339fc6959c3fa8d
5
5
  SHA512:
6
- metadata.gz: 869366f189713aa55aa0dcbe66fa8723cee93350378236fe22243c8400e051d24346b2a31fed9b4f7de08f5af7f89a83e6a25157315dea0392b833376e68a2a2
7
- data.tar.gz: c8d5408aa713911a1f2a643255933ce4752cd57126aa79181145bbdfb2d1e6fbc0ee03d77e15c5ff31eabb86dbef258d649ca19e5bb23e2d9dc77f92c9a2a8ac
6
+ metadata.gz: ec3ae6a6b82dece4d6515b967cb82ab4b55dfceaa8170aff4545177640a2fe8c6b4cd2c39426ce0e313fb142dc34f5b4f9dacb8dc63b4a8c11191dc50ce4a6ce
7
+ data.tar.gz: 8d508c90b05f6e1390426aba56b9b6f18927d122c734e9437ec63eefa71b7b8ac1234e56c1dd596ecd5ad171adf549de3344f19732a251bcc070b62cf44b5619
@@ -1,3 +1,6 @@
1
+ ### [0.6.1] - 2017-11-17
2
+ * Fix 4th day spelling
3
+
1
4
  ### [0.6.0] - 2017-02-17
2
5
  * Add romanian and russian locales
3
6
  * Minor fixes to the french locale
@@ -34,7 +34,7 @@ module Cronex
34
34
  def description_format(expression)
35
35
  if expression.include?('#')
36
36
  dow_num = expression.split('#').last
37
- days = Hash[%w(1 2 3 4 5).zip(%w(first second third forth fifth))]
37
+ days = Hash[%w(1 2 3 4 5).zip(%w(first second third fourth fifth))]
38
38
  dow_desc = days[dow_num]
39
39
  dow_desc = dow_desc ? resources.get(dow_desc) : ''
40
40
  ', ' + resources.get('on_the_day_of_the_month').gsub(/{{.*}}/, dow_desc)
@@ -1,3 +1,3 @@
1
1
  module Cronex
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Kazaku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unicode