my_forum 0.0.1.beta24 → 0.0.1.beta25

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: 83d71115243552cf57f8858c49290e6c3cd64f8a
4
- data.tar.gz: 6393661615784fdba897347493b2ab44928d4e68
3
+ metadata.gz: 450d93bead2bc07e807d09fccfc7b72c2fae13a4
4
+ data.tar.gz: 24a6f03d45035b3644d4a666ea79c6dd12180385
5
5
  SHA512:
6
- metadata.gz: d9cdb9854415927bd70e9c2fb572bdf78bd074cd2e45296e686f8efb240fc232cacba74286a49cb9d34379614c89eb7bdea75c541e8ee851d7a31d47fad4c073
7
- data.tar.gz: 0ef0e527d1adc0b765dc97f83955b8778bb028f963ff58440ca2d88998c812010f2e08295a912ec3528a2f8240af0aec0bc22aa4fd4628f3b61e38d5777b2678
6
+ metadata.gz: f1371af3d9a66b868d1825114ac635dfa336b63915ef8516f72a596bb5dd2360c6c954ca46e421dc7d1ccc6e619c42ed0c04e3218ccf9327d39f878ad3fcb18a
7
+ data.tar.gz: 06fd03606e595681df032dd2443b070bb13cfa0de08f42241de6f2a644a39f863298a457100bdd9e2c1d45d7e477b7e6a9cca87eeae380c18f9834ef63e6b5d2
@@ -31,7 +31,7 @@ module MyForum
31
31
  helper_method :new_pm_count
32
32
 
33
33
  def forum_time(time)
34
- local_time = time.localtime
34
+ local_time = time
35
35
 
36
36
  if local_time.to_date == Time.now.to_date
37
37
  return t('my_forum.today', hhmm: local_time.strftime('%H:%M'))
@@ -1,3 +1,3 @@
1
1
  module MyForum
2
- VERSION = "0.0.1.beta24"
2
+ VERSION = "0.0.1.beta25"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_forum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta24
4
+ version: 0.0.1.beta25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitaly Omelchenko