kloudless 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
- SHA1:
3
- metadata.gz: 109e660b95c9f88306552b57c0d3509699eb0a95
4
- data.tar.gz: 049eeb392d32e6c2813a4c7099a9c595f3971cbe
2
+ SHA256:
3
+ metadata.gz: 643123c86e9e394a7df2b41fe60268440e1536001615e39e5feb319b389e224d
4
+ data.tar.gz: 8680ca88e1e3fde714a5db2d2154ee31c7a6ad78fccc73e2f0e9706b117cba37
5
5
  SHA512:
6
- metadata.gz: 48e8d7383331578e2712d4f02f7476512d52530d73b376760cb67086748e08169dba64a10d9303b3710bc548c82b420965d7748978b464dc0bb5345813ed1101
7
- data.tar.gz: d67815cb4fdf9d37c4a8efc272e6dde4aee9c47292e3321c630c8b6b6e65ca3c565547797dce6a33763cb99d266014704caf5fce0ba0f61d4dee798ad58716f8
6
+ metadata.gz: e8fd950875cf48375c120f5bb7208e76a4305968d89214d24a93d1a3a16b84d9bf348d99dbf7d955d4b20f971b69007c53cb1cd5e860187903916a0387a5273b
7
+ data.tar.gz: e29df8c42b17e19cdd963097dce4d6c0a36101b6ddc04e5ecb98d1e08ca983e8021fefea00526c996f248661b8fa25ae1971b457dba4ce8706531c0b23760822
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Kloudless
2
2
 
3
- Kloudless API Ruby client.
3
+ Community-contributed Ruby client to the Kloudless API.
4
+
5
+ The Kloudless team plans to support an official Ruby SDK in the future.
4
6
 
5
7
  ## Installation
6
8
 
@@ -52,14 +54,3 @@ versions that start with `v1.x.y` are compatible with Kloudless API `v1`.
52
54
 
53
55
  To release this gem, look under the `script` directory. Check out
54
56
  [jch/release-scripts](https://github.com/jch/release-scripts) for details.
55
-
56
- ## Contributing
57
-
58
- [TODO.md](TODO.md) has a list of things to work on. File an issue or pull
59
- request if you'd like to discuss or tackle any of those tasks.
60
-
61
- 1. Fork it ( https://github.com/[my-github-username]/kloudless/fork )
62
- 2. Create your feature branch (`git checkout -b my-new-feature`)
63
- 3. Commit your changes (`git commit -am 'Add some feature'`)
64
- 4. Push to the branch (`git push origin my-new-feature`)
65
- 5. Create a new [Pull Request](https://help.github.com/send-pull-requests/)
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Kloudless::VERSION
9
9
  spec.authors = ["Jerry Cheung"]
10
10
  spec.email = ["jollyjerry@gmail.com"]
11
- spec.summary = %q{Ruby Kloudless API client. The last cloud storage API you’ll ever need.}
11
+ spec.summary = %q{Ruby Kloudless API client}
12
12
  spec.description = %q{Ruby Kloudless API client}
13
- spec.homepage = "https://github.com/jch/kloudless-ruby"
13
+ spec.homepage = "https://gitlab.com/kloudless-public/kloudless-ruby"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.1"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Kloudless
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kloudless
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
  - Jerry Cheung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-31 00:00:00.000000000 Z
11
+ date: 2020-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -107,7 +107,7 @@ files:
107
107
  - test/kloudless/multipart_upload_test.rb
108
108
  - test/kloudless_test.rb
109
109
  - test/test_helper.rb
110
- homepage: https://github.com/jch/kloudless-ruby
110
+ homepage: https://gitlab.com/kloudless-public/kloudless-ruby
111
111
  licenses:
112
112
  - MIT
113
113
  metadata: {}
@@ -126,11 +126,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubyforge_project:
130
- rubygems_version: 2.4.6
129
+ rubygems_version: 3.0.3
131
130
  signing_key:
132
131
  specification_version: 4
133
- summary: Ruby Kloudless API client. The last cloud storage API you’ll ever need.
132
+ summary: Ruby Kloudless API client
134
133
  test_files:
135
134
  - test/kloudless/account_test.rb
136
135
  - test/kloudless/collection_test.rb