working_times 0.3.1 → 0.3.2

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: 64b1a301a9544e379d759fa95bb16ad4542bcda4e692fab2e17d86b5f923dc48
4
- data.tar.gz: 779ec8fc5db011a4748aa2cbe9fb9d4a05dd8f2ea4eb7b177d1d5cfd98c7f6b2
3
+ metadata.gz: d42c1a4ebd7f1f1f281f19acb32a48e1380b98bd3aa3cc2bb1bcd5d56debd527
4
+ data.tar.gz: a11317affbb17526880eabedd2d03f696e65e6d9c93d7574c5c623ec40843c6a
5
5
  SHA512:
6
- metadata.gz: 40b54b9d6bcbc0da063c943a53826099d1e905b3abb7f552d0b10129e6c220798e398eed062aa4c1e9446fb0565725e22300693e265dde5374b29ef5f11b283d
7
- data.tar.gz: 0b5a1792938c9af14eecaac5a367b68449d89e7efe20a839da0f7c7a6056446efc5afe0d0cdb78b9ec50b75b144492f7b7f29a72b231cd3399bbdb0035544a29
6
+ metadata.gz: 9fa455a36013da66a73c91bfbabd64a1c3f3fa5b7aef9a7dc52dd782e133ebad74d17a19ed28e86dc6e6f3e4d701f2c87652029ac4ba9c41812d88a683a50813
7
+ data.tar.gz: cc4944b5c7c4a957bf5be1567f393902bc848032e08c3dc281f78c0c28333ec87c2d278fa6874e57258ceba687e87a31413fc71279aea2e726a44d1809b38e5e
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WorkingTimes
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
 
6
6
  START_MSG = [
7
7
  'Have a nice work!',
@@ -30,7 +30,7 @@ module WorkingTimes
30
30
  def rest
31
31
  parse_rest_finished_at
32
32
  File.open("#{data_dir}/#{current_work}", 'a+') do |f|
33
- f.puts "#{timestamp.rfc3339},#{@finished_at},#{comment},rest"
33
+ f.puts "#{timestamp.rfc3339},#{@finished_at.rfc3339},#{comment},rest"
34
34
  end
35
35
 
36
36
  show_rest_msg
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: working_times
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aoshi Fujioka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-05 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport