clientus 0.1.0.dev → 0.1.1.dev

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: e320aff4b0c5e9ead91a515f95dc708423b2e278
4
- data.tar.gz: c7bdea9012df96ba9a3c0d44d7d0484eacce3988
3
+ metadata.gz: 9f1bf8d87c507ad701c286b90f7d1f41373198a9
4
+ data.tar.gz: ad7d1affc87af4e8e956041f4e3367eedee32290
5
5
  SHA512:
6
- metadata.gz: daec6499149ca9b627a41cb9b449ae144aca595dbe5cde6fc8f467898b3b106c5e9772ad0aaae173af6d7e4617c7e1d403ba31a8f0823577fd0918d6b4f74520
7
- data.tar.gz: a702a56a0f2d5a6f945cd7840a2741bc8867c1f793ed66af3499fffda9b912d9b99da1721f98847ba325e7a6349dda1e6bd6792cc367413c209348522a30342a
6
+ metadata.gz: 1c3fdfe21fd5b96a9ee49c6bd5ecb18f4c756d56653710009126f74c33619edb5fd86634307b70497e13ff520597a8d0fad2ecff813cf0bae625bc0b7515d236
7
+ data.tar.gz: dd302bde22da6f31d277c3291b02f0f63f972b5f76ca15e5e3d44afbbc67d4c690cc7a913fea3dfba34ff3d425c4ceb9fc821dcc8e1b1a9ab5e61fd48a8bd648
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clientus (0.1.0.dev)
4
+ clientus (0.1.1.dev)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Clientus
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/clientus`. 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
+ The gem is dedicated to provide a simlpe and flexible way of uploading files via the [Tus](https://tus.io/) protocol.
6
4
 
7
5
  ## Installation
8
6
 
@@ -70,16 +68,9 @@ client = Clientus::Client.new(url, http_params: http_params)
70
68
  client.upload('foo/bar.txt')
71
69
  ```
72
70
 
73
- ## Development
74
-
75
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
76
-
77
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
78
-
79
71
  ## Contributing
80
72
 
81
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/clientus.
82
-
73
+ Bug reports and pull requests are welcome here!
83
74
 
84
75
  ## License
85
76
 
@@ -7,4 +7,3 @@ require 'clientus/version'
7
7
  require 'clientus/client'
8
8
  require 'clientus/server'
9
9
  require 'clientus/upload_file'
10
- require 'helpers'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Clientus
4
- VERSION = '0.1.0.dev'
4
+ VERSION = '0.1.1.dev'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clientus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.dev
4
+ version: 0.1.1.dev
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Ivanov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2020-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop