athena_health 0.9.7 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac5ecd23087e19580ec6b60ada623db091d803b6
4
- data.tar.gz: a1f72931aff618ebf002a4a77060e8d1d8eb4694
3
+ metadata.gz: aabfaf5af19400a12ee22d1042dfecaed5a88392
4
+ data.tar.gz: 99a1e100532e0e59cd99f2ac84e74d6bbc523c1f
5
5
  SHA512:
6
- metadata.gz: 69ec39b4605ab5353b48c20ba1d95ffee0930607b564571985fb23e935f3a30833cb9c714ea037193fcaaeaa24f66f42cde27468e66d9622e63f9fe69fd20e7f
7
- data.tar.gz: be2f6b3e0c06cabbf7a2e545d0ecc7d33e2c9de38baedfafe7eda047737db5db06ee7688929ddea4efd07e91151bc7602489327e8c6cead87c906af6392b8093
6
+ metadata.gz: 1ef488923e2b4488d0a425f96f0f789ca9f86ba46ab9c26c604848c601298096d54cd15e230cf18b1362c980727d7212b3698da4eb91583db560ec111fdc36d9
7
+ data.tar.gz: b2ec2daa759f4ed6ac9a2aefb960a2fcb3c5a98101d2e8653a140d1c14bf86ec39bd892b0a52ceffbed5b452728e35262f7a4c5bd80dcc127a9673a91079fafd
@@ -3,7 +3,7 @@ module AthenaHealth
3
3
  attribute :analyteid, Integer
4
4
  attribute :analytename, String
5
5
  attribute :loinc, String
6
- attribute :value, Integer
6
+ attribute :value, String
7
7
  attribute :units, String
8
8
  attribute :analytedate, String
9
9
  attribute :description, String
@@ -1,3 +1,3 @@
1
1
  module AthenaHealth
2
- VERSION = '0.9.7'.freeze
2
+ VERSION = '0.9.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: athena_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Urbański
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-12 00:00:00.000000000 Z
11
+ date: 2016-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus