altadata 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/lib/altadata/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 270b5532201ef3a8d7cb120c46ad25519f860779c6304f6aae071b67143cdd07
4
- data.tar.gz: 7967fd392bde2383c65aafab465d4d1f338ea53e4c4a7b9b8fd14aebca2f49a2
3
+ metadata.gz: 3a7a105721911962ceddf0fbf84f074c5575894f2c6a93807f9740a4eaf38e72
4
+ data.tar.gz: bb042ccd5541eb8cec0132502f1ee1c39c7390400790dc9ce24459e59ffeab7b
5
5
  SHA512:
6
- metadata.gz: c51e1b61669f2744bb11269651854a805b67bccebb14b30d14a85149f833890f3fe3d44354e911337b1e30abdef752eccc3954844f160139dc3e5c298091ceb0
7
- data.tar.gz: 4916aa808f5485f2289144a4e1def8dafc3ad603e9df94884ca1b603537a6b91a274d2f417015e9532cc734cf84d9332d62351701b387ed119b6b028c432ea34
6
+ metadata.gz: 5aa1a90dad353f0d5ec4a3cbfa62c98035d4ad1ffe2c91e1854b6099fdd3587ced3215686a752873d11d3a6ed8322b6227ae624f49a10204f7fc07a3d19e6eb8
7
+ data.tar.gz: 88b8ecd859d13aeebe5f80e8fce2d2cb1b9dbacc5dcf5f7233b7c3a3bf25f62a1e578bec8e9028ed54a9783aa93b6f4a4fa33fbb765916ebc45674eaac3f4c5e
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # ALTADATA Ruby Client
2
2
 
3
- [![Build Actions status](https://github.com/altabering/altadata-ruby/workflows/build/badge.svg)](https://github.com/altabering/altadata-ruby/actions)
4
-
3
+ [![Build status](https://github.com/altabering/altadata-ruby/workflows/build/badge.svg)](https://github.com/altabering/altadata-ruby/actions)
5
4
  [![Gem Version](https://badge.fury.io/rb/altadata.svg)](https://badge.fury.io/rb/altadata)
6
5
 
7
6
  [ALTADATA](https://www.altadata.io) Ruby gem provides convenient access to the ALTADATA API from applications written in the Ruby language. With this Ruby gem, developers can build applications around the ALTADATA API without having to deal with accessing and managing requests and responses.
@@ -173,4 +172,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
173
172
 
174
173
  ## License
175
174
 
176
- The gem is available as open source under the terms of the [MIT License](https://github.com/altabering/altadata-ruby/blob/master/LICENSE).
175
+ The gem is available as open source under the terms of the [MIT License](https://github.com/altabering/altadata-ruby/blob/master/LICENSE).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Altadata
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: altadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ALTADATA