ft_42 0.4.2 → 0.4.3

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ft_42.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1d0e7585af9816ac9cf986346841e2c94d49390
4
- data.tar.gz: d03c53ef28ca9c6266e3e1cd129eebd4447068ed
3
+ metadata.gz: bb407904edef47365ea3c1df389a106276d85577
4
+ data.tar.gz: 4fa237f7f729a503f00ddc9ada75221c6d49a54e
5
5
  SHA512:
6
- metadata.gz: 370a07ccc0846f3c61dd255247689f4a8ac19dda244cb50f93c9cf8e6806e52606f6ccea7dc908236922ea0cbb06f3cb5774ed6ca80b620d364e990fdb62f833
7
- data.tar.gz: ba72bd0203aad36ef2d3caab809afdba4bf0845a91b8e2db1c782008133509b522a9ff0eff21b6af7baf51eef58c1d0de211e37421c508a32c0c0b42566faba7
6
+ metadata.gz: d93f5d26845a702d38453d9dd64cf26f38df21dd43abb76cebd9ddd494bd9e7a6fcd875488bb8e4ce75ddeafe42a113043a3e1b2aa944fb4a7a0a5c901d82409
7
+ data.tar.gz: ced89cffecd449a0fd91783678f08c02a0238963f7694176721bce1775ee5d66788dce640c50cf7290ae6007bc3a3d06a41456ceba8a109b084696d773da54c7
data/lib/ft_42.rb CHANGED
@@ -140,9 +140,9 @@ class Client
140
140
 
141
141
  def before
142
142
  if input_4
143
- input_4.to_time.to_s.split(" ")[0...-1].join("T")
143
+ return input_4.to_time.to_s.split(" ")[0...-1].join("T")
144
144
  else
145
- Time.current.beginning_of_week.to_s.split(" ")[0...-1].join("T")
145
+ return Time.current.to_s.split(" ")[0...-1].join("T")
146
146
  end
147
147
  end
148
148
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ft_42
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Fernandez