sip2 0.0.2 → 0.0.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: f3b0916dbfd4d2c9b14716d3a245e249229a85a2
4
- data.tar.gz: 4be89cf798d034635dbf3a330c54fb9d44640cd4
3
+ metadata.gz: 5a095a4d3648c8cb1432f0f8a7ce7a3712ff5ee7
4
+ data.tar.gz: 97b4b2ad1878ae728cf925cf678552dd5bb431d9
5
5
  SHA512:
6
- metadata.gz: 4e6e118916e0f2ec98fd1f2d129b5b522201684b62f925908d3ecbcfc88bed2e688008171abd0a0c723c3d6f45e881496588dc3c8e2bb87a52956803680a2186
7
- data.tar.gz: 9910a5f01b3c1696a292788ae01c68f83ffccb9f1acd4a2d8112973373f263660a646dc35f84b481f7f8094731472d3b09cba986de96ffc9bc29b499ea5aa1ef
6
+ metadata.gz: bb34450723d3ee21271b38635227f1b1088af31be67818b75faec04f170b41f3598e5b9764ac20eb6b19987029bb1b13f5a7149483aa45f4445823d442cd1299
7
+ data.tar.gz: 0b0a7ba9692d84d7031d62d5e83697606c98a904c4190bf5d2c6d0cd7c1452bf322280bc4a7847439741623683dc31e647340c77061a69f6adcb20531bcd8c7e
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- [![Travis Build Status](http://img.shields.io/travis/abrom/sip2-ruby.svg?style=flat)](https://travis-ci.org/abrom/sip2-ruby)
2
- [![Code Climate Score](http://img.shields.io/codeclimate/github/abrom/sip2-ruby.svg?style=flat)](https://codeclimate.com/github/abrom/sip2-ruby)
1
+ [![Travis Build Status](http://img.shields.io/travis/TutoringAustralasia/sip2-ruby.svg?style=flat)](https://travis-ci.org/TutoringAustralasia/sip2-ruby)
2
+ [![Code Climate Score](http://img.shields.io/codeclimate/github/TutoringAustralasia/sip2-ruby.svg?style=flat)](https://codeclimate.com/github/TutoringAustralasia/sip2-ruby)
3
3
  [![Gem Version](http://img.shields.io/gem/v/sip2.svg?style=flat)](#)
4
4
 
5
5
  # 3M™ Standard Interchange Protocol v2 (SIP2) client implementation in Ruby
@@ -24,6 +24,11 @@ $ bundle
24
24
  ```
25
25
 
26
26
 
27
+ ## Protocol support
28
+
29
+ So far only login (code 93) and patron_information (code 63) are supported
30
+
31
+
27
32
  ## Usage
28
33
 
29
34
  ```ruby
@@ -41,7 +46,7 @@ puts 'Valid patron' if patron && patron.authenticated?
41
46
 
42
47
  ## Contributing
43
48
 
44
- Bug reports and pull requests are welcome on GitHub at https://github.com/abrom/sip2-ruby.
49
+ Bug reports and pull requests are welcome on GitHub at https://github.com/TutoringAustralasia/sip2-ruby.
45
50
 
46
51
  Note that spec tests are appreciated to minimise regressions. Before submitting a PR, please ensure that:
47
52
 
@@ -1,3 +1,3 @@
1
1
  module Sip2
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
 
14
14
  spec.summary = '3M™ Standard Interchange Protocol v2 client implementation in Ruby'
15
15
  spec.description = '3M™ Standard Interchange Protocol v2 client implementation in Ruby'
16
- spec.homepage = 'https://github.com/abrom/sip2-ruby'
16
+ spec.homepage = 'https://github.com/TutoringAustralasia/sip2-ruby'
17
17
  spec.license = 'MIT'
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sip2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - abrom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-08 00:00:00.000000000 Z
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -103,7 +103,7 @@ files:
103
103
  - lib/sip2/patron_information.rb
104
104
  - lib/sip2/version.rb
105
105
  - sip2.gemspec
106
- homepage: https://github.com/abrom/sip2-ruby
106
+ homepage: https://github.com/TutoringAustralasia/sip2-ruby
107
107
  licenses:
108
108
  - MIT
109
109
  metadata: {}