athena_health 1.0.9 → 1.0.10

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: 28368407aa6a674ba014a44dd90cb2457d6ecd27
4
- data.tar.gz: 521c4f3eb05bd273de181b2a00b1003ac7210fb7
3
+ metadata.gz: 952aafe6923286b7a5a03b134f9aa79e1809c717
4
+ data.tar.gz: 68f9234da1b32c07f9acd44cc3ff917c85127200
5
5
  SHA512:
6
- metadata.gz: dc92bdf6925d5becd957cbaf4336aff6fa6bbf9277d0dc52bd0d1a1b06b96926cc6889efc1af67af2c2fa99f047ec416135d98713e4881eb96f2a7d41853046f
7
- data.tar.gz: f81b6b288320447cc20d708182b679a352557002123ddb9463ce6e3731004dddfbd69161775d5652600ccfce4e92f26f14ed2ef8b32bd78f8fec591728bb6589
6
+ metadata.gz: e04fadb8995069dd8dac99c4203525b1dd0582c7180923bd943d5077a678e3b0ae21c2e5f230d5d319a541736069ece14bd261d1e2656799e2c5bd48bb6cbc2c
7
+ data.tar.gz: 0450fbe6ff6a5e7633b27aded2e75b2e4a51c98fa31860d188cdb7658d3819498d8f4365ae129752ed2f3bb732b1b6fc2d2097db484e6fa5ef575ef9d84100d1
@@ -30,7 +30,7 @@ module AthenaHealth
30
30
 
31
31
  def full_time
32
32
  appointment_time = "#{date} #{starttime}"
33
- Time.strptime(appointment_time, '%m/%d/%Y %H:%M')
33
+ DateTime.strptime(appointment_time, '%m/%d/%Y %H:%M')
34
34
  end
35
35
  end
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module AthenaHealth
2
- VERSION = '1.0.9'.freeze
2
+ VERSION = '1.0.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: athena_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Urbański