skynet_ruby 0.1.0 → 0.1.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: f090c4c97ad8488468ba123da7dca5c76a1d58f0cac3b8a0b4c87a11d4bcde9f
4
- data.tar.gz: 0e6e21eb7d267053fe89620c4357ea627e93d77c2864421f0eedb0bdb6a94538
3
+ metadata.gz: 0c1f86d2489b6cd385b74050a1995fe54776041a85c293f87b487d581610e467
4
+ data.tar.gz: 0224f0769090a1e82016751327552e177eb491ddd75e1062c35f31b329e52800
5
5
  SHA512:
6
- metadata.gz: 0cad41376522ac2e360d83a054e82bed619c8e07b201d0099837caf752d11c757be897fb991986341fdb1d962640f63467c25757a975db72283b122805ce8de2
7
- data.tar.gz: 8461824f5cdfeb5d6bc78043a615a179619d659e25e2523a59a5452b75d683ef9e9946af4f4e7f5d8c2fbd439461a52b6f6ec367fa8a52759e121c3195b29f33
6
+ metadata.gz: 812ea74485144a32c56a23ea8bb157f9069f37373b18fbfda866ff0a9fb4acaa3de9e27c0c106cb1da791ceced21f2d02e76dfc5e044a44c7babff9fa156503e
7
+ data.tar.gz: 41b2e438947682174babb42918c2b7d663a1002174b640824177053433d60a393b218a32b83098ab6bba13df289992753b9c9c461085faa060f2dd56ecf0e41d
data/.gitignore CHANGED
@@ -3,3 +3,4 @@
3
3
  .yardoc
4
4
  .rspec_status
5
5
  .byebug_history
6
+ pkg
data/README.md CHANGED
@@ -1,15 +1,13 @@
1
1
  # Skynet
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/sia_skynet`. 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
+ Ruby gem for interacting with [Skynet](https://siasky.net/).
6
4
 
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
12
- gem 'sia_skynet'
10
+ gem 'skynet_ruby'
13
11
  ```
14
12
 
15
13
  And then execute:
@@ -68,7 +66,8 @@ Returns the metadata of an upload. Currently quite often no metadata is returned
68
66
  ☑ Getting Metadata\
69
67
  ☐ SkyDB\
70
68
  ☐ Registry\
71
- ☐ MySky\
69
+ ☐ MySky
70
+
72
71
 
73
72
  ## Contributing
74
73
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Skynet
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: skynet_ruby
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
  - Christoph Klocker