access 1.0.0 → 1.0.1

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: ae88dc0242b7774cc1ff3b22b877a0b68147dc4f
4
- data.tar.gz: 39b05913c4dd0cff112e77f47ec5bf7525e09098
3
+ metadata.gz: a380f7289531e8baf917caac649c3ce3f3c173bc
4
+ data.tar.gz: 265330a086488c160e104055b39a73f8336d70b2
5
5
  SHA512:
6
- metadata.gz: 2e216748c7697762c007f023c638afe459f4d6510811dc0b5d903b114a331032812f31dce4e3a5e95dfc659114bb54a6bdc2a31fa1f40c2550342ae02c614d65
7
- data.tar.gz: 54b0590f1b016fb7254f24aedef1610259e24b7c283298610c07a0debaf5df52e2f4d0dd3423a531d57eb8cdfaa4e024ccfa3c7516aa5279f2d21d80a0de2c6e
6
+ metadata.gz: 8810ebe3496b8ebee037d4f44f99c466afa4759aa6be8b2606662c330a865aa5e0410822919afbef13f5e5177c279a3394bb77420db8d91d52cbdc23836107d5
7
+ data.tar.gz: 2ce9b3ced0966f98b827f8184d0ef24e0a3140fc5e560a38e4ddb55fadabec4954beb4297c9d4e41adfc606bedca1b77e97a92c13bb7727e650a63e4bc234424
data/access.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'access/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "access"
8
8
  spec.version = Access::VERSION
9
- spec.authors = ["Ben Eggett"]
9
+ spec.authors = ["Ben Eggett", "Quintin Adam", "Cody Stringham"]
10
10
  spec.email = ["beneggett@gmail.com"]
11
11
  spec.summary = %q{Ruby wrapper for Access API}
12
12
  spec.description = %q{Ruby wrapper for Access API}
@@ -1,4 +1,4 @@
1
1
  module Access
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,10 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: access
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett
8
+ - Quintin Adam
9
+ - Cody Stringham
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []