axie-ruby 0.2.0 → 0.2.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
2
  SHA256:
3
- metadata.gz: 0a0338fbae0014515fa941ad91fd97a1fc6bce6e7d9052e5a3a08fa12091595c
4
- data.tar.gz: 97daed6003cb6f42a9fbe09098f8c4ed9fc046c0739e23171a3ebd79026be20b
3
+ metadata.gz: 19c1ab2b32e2580a2a3a26731e1a46d60ef86a834fcef26032b9a3da0f486a11
4
+ data.tar.gz: 7b0399f0b58466fb7c52b3dc4bd4589f4af49dd3790b88357de3c7acfd26d61b
5
5
  SHA512:
6
- metadata.gz: fd41886fe16a7468081f1677ca1adf8a0a15f94af63476a7406ec145560072c5ce4f2577fbea14d652a68fcb8396e761f1ba05af8660a0943d3383a194c2edfd
7
- data.tar.gz: 941a0a8e7783e6e60af0d596d43a56ed40c8785ca40159ab118f980687c26330182dfc69414f8e78f1b3fb464bbd4120e4992081f936d01f6b89d5baf30d2187
6
+ metadata.gz: 132ff675953bc3baef01164fa04d5ff7fb4707ba898582192723ce9fedf93fd8a1898088a0ee2036ebd1d5e646bac142338d1529329b9a022d4c5408e3bee167
7
+ data.tar.gz: 0007374ecfc33c117d86b7eb6a26a32ae5de03e48307d2e171510c2c25b78616f307f260650211842c493005a82c0e959bd29d893c9db3b1888f976397da4e73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2021-09-06
4
+ - Improve Readme
5
+
3
6
  ## [0.2.0] - 2021-09-06
4
7
  - Change name to axie-ruby
5
8
 
data/README.md CHANGED
@@ -1,15 +1,13 @@
1
1
  # Axie
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/axie`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Commonly used functions for interacting with Axie Infinity
6
4
 
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
12
- gem 'axie'
10
+ gem 'axie-ruby'
13
11
  ```
14
12
 
15
13
  And then execute:
@@ -18,7 +16,7 @@ And then execute:
18
16
 
19
17
  Or install it yourself as:
20
18
 
21
- $ gem install axie
19
+ $ gem install axie-ruby
22
20
 
23
21
  ## Usage
24
22
 
data/lib/axie/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Axie
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axie-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - AJ Villalobos