atrium-ruby 0.4.2 → 0.4.3

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: 45306e8a45e180bc2337f97043c8dbec94f147a1
4
- data.tar.gz: 432664c114ffec49beadacdf3bd46be8c204161a
3
+ metadata.gz: 1a2f54ad9be7cba045db2d902ce3e3e4c071f917
4
+ data.tar.gz: 191b3c86c948477d2d82cff9c66258e1348991ef
5
5
  SHA512:
6
- metadata.gz: 01e66665badb1c893bf91d565961924405c4cddc8334d9bd93dfc4b2139f268e03e737b2e512aac82dcc9395197447df4346c7eb3c41debf849fe92aa102bffb
7
- data.tar.gz: 52e54d9e538e036f511a166ca0603ffad044ec5a47fc1db57ff8248ccb48c848b7752abcfe1196840f7ef0972697e867f2899690f043e7ba92a93a820cea92e6
6
+ metadata.gz: d295f5e1379ad37a4992b11d79f048299ad90557cd47a6363806aca3bedb131e95616cfcc82c8e5dac0df17cb940f813ccad52af25a9d59b85a534a89ec0240d
7
+ data.tar.gz: 3cca73816865d03d5e2347b485dbf98264fb441e176ae258492249ece3cba8e0c6ddbf1cc9f8f75838e19019cb5446f4e094ce8bcccc994d4dc0c0d65e0960ca
@@ -0,0 +1,10 @@
1
+ language: ruby
2
+ sudo: false
3
+ cache: bundler
4
+ branches:
5
+ only:
6
+ - master
7
+ notifications:
8
+ email:
9
+ on_success: never
10
+ on_failure: always
data/README.md CHANGED
@@ -5,6 +5,7 @@ A Ruby wrapper for use with the [MX Atrium API](https://atrium.mx.com). In order
5
5
  Atrium.configure do |config|
6
6
  config.mx_api_key = YOUR_API_KEY
7
7
  config.mx_client_id = YOUR_CLIENT_ID
8
+ config.base_url = "https://atrium.mx.com" # base_url is set to "https://vestibule.mx.com" by default
8
9
  end
9
10
  ```
10
11
 
data/Rakefile CHANGED
@@ -1,2 +1,5 @@
1
1
  require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
2
5
  task :default => :spec
@@ -4,7 +4,9 @@ module Atrium
4
4
  include ::ActiveAttr::Model
5
5
 
6
6
  attribute :code
7
+ attribute :medium_logo_url
7
8
  attribute :name
9
+ attribute :small_logo_url
8
10
  attribute :url
9
11
 
10
12
  def self.credentials(institution_code)
@@ -1,3 +1,3 @@
1
1
  module Atrium
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atrium-ruby
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
  - Jon Carstens, Dan Jones, Zach Toolson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2017-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_attr
@@ -102,6 +102,7 @@ extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
104
  - ".gitignore"
105
+ - ".travis.yml"
105
106
  - Gemfile
106
107
  - README.md
107
108
  - Rakefile
@@ -142,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  version: '0'
143
144
  requirements: []
144
145
  rubyforge_project:
145
- rubygems_version: 2.5.1
146
+ rubygems_version: 2.5.2
146
147
  signing_key:
147
148
  specification_version: 4
148
149
  summary: Ruby wrapper for the Atrium API by MX