latias-date-format 0.1.4 → 0.1.5

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: 026f89820818af162c25d71f7b689199305cbb2f3fadc147b6c80ac87e4ea178
4
- data.tar.gz: f39ec7e4438e06d01e9500bf1bea42a843af960cd47df88aa00436d32921b6b2
3
+ metadata.gz: a95218e3dd319210d06465141eb38569dc3049913108887577bbc9c8cba8bd8f
4
+ data.tar.gz: d1e053c8a47b45dc5f02c0c1ea15a1951d69836c1a47bd8b117123984ad79e58
5
5
  SHA512:
6
- metadata.gz: d5f72ad0db9c7d3d581e761121baf1bfca171901d48f75f0990a08ecee763bb539590d0ef60541735c4c6786cdb3b48f8e942e248e45663cd531a3f9cbded3d6
7
- data.tar.gz: d906bdf14e3af86f468b35940212eb4c8b21cf025a4ecee8336287c2a6248357b3fbe6f5d21df978ebf6d9d18f3fecdd925fbbef12ce75f91eb910150bc1927d
6
+ metadata.gz: '0319448727f15b12f6d8afad338475ce07d8a7fc0d3608ab500b5aff5a8df5162e541a75f34d63c45f1108d77baa037989425daaad66df087f157d6ac91878b4'
7
+ data.tar.gz: a529692281f9cd5a2758c73e3a0671486209ffb3632f3613abc5f3affab33735643c7f0a15ce91b7e33ed77d32a24877ff5e5ea9f39fcf33f9cb1cc87771eeff
data/README.md CHANGED
@@ -8,7 +8,7 @@ How to use my plugin.
8
8
  Add this line to your application's Gemfile:
9
9
 
10
10
  ```ruby
11
- gem 'latias-date-format', '~> 0.1.4'
11
+ gem 'latias-date-format', '~> 0.1'
12
12
  # or
13
13
  gem 'latias-date-format', '~> 0.1', git: 'https://nattanon:dT1Lcvf8pvGoU7LX4Uqr@gitlab.opensource-technology.com/nattanon/latias-date-format-rails.git'
14
14
  ```
@@ -27,4 +27,6 @@ th:
27
27
  - กันยายน
28
28
  - ตุลาคม
29
29
  - พฤศจิกายน
30
- - ธันวาคม
30
+ - ธันวาคม
31
+ day_names: [อาทิตย์, จันทร์, อังคาร, พุธ, พฤหัสบดี, ศุกร์, เสาร์]
32
+ abbr_day_names: [อา., จ., อ., พ., พฤ., ศ., ส.]
@@ -1,7 +1,7 @@
1
1
  module Latias
2
2
  module Date
3
3
  module Format
4
- VERSION = '0.1.4'.freeze
4
+ VERSION = '0.1.5'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latias-date-format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - nattanon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails