magicsheet 0.1 → 0.1.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.
Files changed (2) hide show
  1. data/lib/magicsheet.rb +2 -2
  2. metadata +2 -1
@@ -105,7 +105,7 @@ module MagicSheet
105
105
 
106
106
  def process
107
107
  @log = []
108
- log "#{"%.2d" % @hours}h:#{"%.2d" % @minutes}m"
108
+ log "#{"%.2d" % @hours}:#{"%.2d" % @minutes}"
109
109
 
110
110
  if @chunk > 1 && @minutes > 0
111
111
  @minutes = (@minutes.to_f/@chunk).ceil * @chunk
@@ -115,7 +115,7 @@ module MagicSheet
115
115
  end
116
116
  end
117
117
 
118
- log "= #{"%.2d" % @hours}h:#{"%.2d" % @minutes}m" if @chunk > 1
118
+ log "= #{"%.2d" % @hours}:#{"%.2d" % @minutes}" if @chunk > 1
119
119
 
120
120
  # if @minutes == 60
121
121
  # @hours += 1
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- version: "0.1"
8
+ - 1
9
+ version: 0.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Esad Hajdarevic