check_appointments 0.0.4 → 0.0.5

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: 201810d749cbe207e60638ee1c3a098b1f00a4b2
4
- data.tar.gz: d8828973e9d3bb93bc0738633a6b94f02c4138a9
3
+ metadata.gz: 457617860eb6cb2f317e14528f9086b5ceda3704
4
+ data.tar.gz: 364fc2aca18930fab1458585af8ce3ee3288cb80
5
5
  SHA512:
6
- metadata.gz: 82c420b2d3371b734949c9c54cc1ba0609857370d82302979816b609e21efc49f9ffdf7d0fc4306e8586b726c2e25d0782065be06ba75e111620622078381064
7
- data.tar.gz: 5bb11e12323c3344a72fdc02c7d2921bd1f1aa84688368b1d9197e32d81bcdbb73cdb4e7d1c23b9270012b11038a9c8c61350c5389d82334f177eebcf0fea2db
6
+ metadata.gz: b956cc58921a8ff5f7b8304180444cb5faef49756c1723f5d1a05ec1dcb3c3145d65372718477aa991e0872bed298d339e3dc787142446a048b5f46fb909c1ee
7
+ data.tar.gz: 278809e5aaf53763433c09e7daaade848e0055f4d557d2d7465382917decab3bb6fbfdfe1e6a34ab14e6a69b566aa5b54c0962660a3b0b477e90e2fe76180528
@@ -23,10 +23,6 @@ module CheckAppointments
23
23
  :timestamp => time_stamp,
24
24
  :signature => sig }}
25
25
 
26
- appointments = JSON.parse(response)
27
- response = []
28
- appointments.each { |appointment| response << appointment }
29
-
30
26
  response
31
27
  end
32
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: check_appointments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Sperry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-11 00:00:00.000000000 Z
11
+ date: 2015-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: tsperry1@gmail.com
@@ -16,13 +16,13 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - Gemfile
20
19
  - README.md
20
+ - Gemfile
21
21
  - Rakefile
22
- - lib/check_appointments.rb
23
22
  - lib/check_appointments/appointments.rb
24
23
  - lib/check_appointments/client.rb
25
24
  - lib/check_appointments/configuration.rb
25
+ - lib/check_appointments.rb
26
26
  homepage:
27
27
  licenses:
28
28
  - MIT
@@ -43,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project:
46
- rubygems_version: 2.4.5
46
+ rubygems_version: 2.0.14
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: Gem that interfaces with the CheckAppointments API