atdis 0.5.0 → 0.5.1

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
- SHA1:
3
- metadata.gz: 569aa3967302c8529a9c74433f54fd105ebe45d7
4
- data.tar.gz: 0eb50df65474e2d5bc5787994d58c8a282e87e4a
2
+ SHA256:
3
+ metadata.gz: '08d6645bb4630d64e63ded9aaf8dca3313ebaf08211cf1375d046e4d0932dbe4'
4
+ data.tar.gz: 0fabd000a9521a8edc163d976da77b40e327373f39870204a96ce50a3bb04a10
5
5
  SHA512:
6
- metadata.gz: b6aa7bae02ff0fa4a4a2776ef4bbb16f7438f2332f5b3e419f2281abebe8f25e8894a2beb50b325ca3ca24dce598b58f9c0580b5de408f1e4fe69f712dd4bd57
7
- data.tar.gz: 029202949e54506691b3e5c6bb36f2bb73aafd14e707e4ff328b5f739c0a55762a6b35a2f801a5ccbe5d63c8233d23db6c575d40230bf453c2afc4760268f5e7
6
+ metadata.gz: a59be889af974ce4dc5bb0dfa1b8e21bfc2fc4ad1eb989f236af3d0bc556d104f944d9c1af835bdac7cee7a1c590a448b4d00256683bb1df4f23ae8affb7e724
7
+ data.tar.gz: e1aa5f0668ae57a373dc26e8a5419f493d5507ee96ca4d8b72b00054c301662e515105bffae1904f0a7371b2b3719bc1c1af27f042b3cb26335641f6d292d652
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.3.1
1
+ ruby-2.6.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Atdis
2
2
 
3
- [![Build Status](https://travis-ci.org/openaustralia/atdis.png?branch=master)](https://travis-ci.org/openaustralia/atdis) [![Coverage Status](https://coveralls.io/repos/openaustralia/atdis/badge.png?branch=master)](https://coveralls.io/r/openaustralia/atdis?branch=master) [![Code Climate](https://codeclimate.com/github/openaustralia/atdis.png)](https://codeclimate.com/github/openaustralia/atdis) [![Gem Version](https://badge.fury.io/rb/atdis.png)](http://badge.fury.io/rb/atdis)
3
+ [![Build Status](https://travis-ci.com/openaustralia/atdis.png?branch=master)](https://travis-ci.com/openaustralia/atdis) [![Coverage Status](https://coveralls.io/repos/openaustralia/atdis/badge.png?branch=master)](https://coveralls.io/r/openaustralia/atdis?branch=master) [![Code Climate](https://codeclimate.com/github/openaustralia/atdis.png)](https://codeclimate.com/github/openaustralia/atdis) [![Gem Version](https://badge.fury.io/rb/atdis.png)](http://badge.fury.io/rb/atdis)
4
4
 
5
5
  A ruby interface to the application tracking data interchange specification (ATDIS) API
6
6
 
data/atdis.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.name = "atdis"
9
9
  spec.version = Atdis::VERSION
10
10
  spec.authors = ["Matthew Landauer"]
11
- spec.email = ["matthew@openaustraliafoundation.org.au"]
11
+ spec.email = ["matthew@oaf.org.au"]
12
12
  spec.description =
13
13
  "A ruby interface to the application tracking data interchange specification (ATDIS) API"
14
14
  spec.summary = spec.description
data/lib/atdis/model.rb CHANGED
@@ -108,7 +108,7 @@ module ATDIS
108
108
  def json_errors_local
109
109
  r = []
110
110
  # First show special json error
111
- errors.keys.each do |attribute|
111
+ errors.attribute_names.each do |attribute|
112
112
  r << [nil, errors[:json]] unless errors[:json].empty?
113
113
  # The :json attribute is special
114
114
  next if attribute == :json
data/lib/atdis/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atdis
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atdis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Landauer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-03 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -125,7 +125,7 @@ dependencies:
125
125
  description: A ruby interface to the application tracking data interchange specification
126
126
  (ATDIS) API
127
127
  email:
128
- - matthew@openaustraliafoundation.org.au
128
+ - matthew@oaf.org.au
129
129
  executables: []
130
130
  extensions: []
131
131
  extra_rdoc_files: []
@@ -184,7 +184,7 @@ homepage: http://github.com/openaustralia/atdis
184
184
  licenses:
185
185
  - MIT
186
186
  metadata: {}
187
- post_install_message:
187
+ post_install_message:
188
188
  rdoc_options: []
189
189
  require_paths:
190
190
  - lib
@@ -199,9 +199,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  - !ruby/object:Gem::Version
200
200
  version: '0'
201
201
  requirements: []
202
- rubyforge_project:
203
- rubygems_version: 2.5.1
204
- signing_key:
202
+ rubygems_version: 3.0.3
203
+ signing_key:
205
204
  specification_version: 4
206
205
  summary: A ruby interface to the application tracking data interchange specification
207
206
  (ATDIS) API