latias-date-format 0.1.5 → 0.1.6

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: a95218e3dd319210d06465141eb38569dc3049913108887577bbc9c8cba8bd8f
4
- data.tar.gz: d1e053c8a47b45dc5f02c0c1ea15a1951d69836c1a47bd8b117123984ad79e58
3
+ metadata.gz: 572ed128cee4d0d3729abee688a78cf9294eba20cc4e700311fc3c104199d6fe
4
+ data.tar.gz: d09dd7052c9aa0a23b59878c41751574ac0f1ce0d2552b0f9519aa8a1502fd0e
5
5
  SHA512:
6
- metadata.gz: '0319448727f15b12f6d8afad338475ce07d8a7fc0d3608ab500b5aff5a8df5162e541a75f34d63c45f1108d77baa037989425daaad66df087f157d6ac91878b4'
7
- data.tar.gz: a529692281f9cd5a2758c73e3a0671486209ffb3632f3613abc5f3affab33735643c7f0a15ce91b7e33ed77d32a24877ff5e5ea9f39fcf33f9cb1cc87771eeff
6
+ metadata.gz: f3f2aa8cae62f8c3e3345d79ab2711fa4c1c71cd8450db637b83faca6ec5c66c1a6b9e5752ade67ae1c7d1d5b3c5e43f62bddc64dea401c5e6e82ed0c547fe17
7
+ data.tar.gz: c3e2fb39456409b2791a28cc1c0959c0e39f266c1cea372ea59699bfce12e7f2c95eb7f00e9c0731f34cb6ebf3e13a060625bf5979fbb66e27feddfd672e1f03
data/README.md CHANGED
@@ -27,6 +27,11 @@ gem 'latias-date-format', '~> 0.1', git: 'https://nattanon:dT1Lcvf8pvGoU7LX4Uqr@
27
27
  => "ม.ค. 2564 17:20:23 +0700"
28
28
  ```
29
29
 
30
+ ### Manual
31
+ ```ruby
32
+ include Latias::Date::Formater
33
+ ```
34
+
30
35
  ## Contributing
31
36
  Contribution directions go here.
32
37
 
@@ -8,7 +8,6 @@ module Latias
8
8
  # ActionController::Base.include Latias::Date::Format
9
9
  ActionView::Base.include Latias::Date::Formater
10
10
  ActiveSupport.on_load(:action_controller_base) do
11
- puts 'include Latias::Date::Formater'
12
11
  include Latias::Date::Formater
13
12
  end
14
13
  end
@@ -1,7 +1,7 @@
1
1
  module Latias
2
2
  module Date
3
3
  module Format
4
- VERSION = '0.1.5'.freeze
4
+ VERSION = '0.1.6'.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.5
4
+ version: 0.1.6
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-05 00:00:00.000000000 Z
11
+ date: 2021-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -44,7 +44,6 @@ files:
44
44
  - app/views/layouts/latias/date/format/application.html.erb
45
45
  - config/locales/th.yml
46
46
  - config/routes.rb
47
- - lib/latias/date/format.rb
48
47
  - lib/latias/date/format/engine.rb
49
48
  - lib/latias/date/format/version.rb
50
49
  - lib/latias/date/formater.rb
@@ -1,8 +0,0 @@
1
- require 'latias/date/format/engine'
2
-
3
- module Latias
4
- module Date
5
- module Format
6
- end
7
- end
8
- end