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 +5 -5
- data/README.md +3 -12
- data/kloudless.gemspec +2 -2
- data/lib/kloudless/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 643123c86e9e394a7df2b41fe60268440e1536001615e39e5feb319b389e224d
|
|
4
|
+
data.tar.gz: 8680ca88e1e3fde714a5db2d2154ee31c7a6ad78fccc73e2f0e9706b117cba37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8fd950875cf48375c120f5bb7208e76a4305968d89214d24a93d1a3a16b84d9bf348d99dbf7d955d4b20f971b69007c53cb1cd5e860187903916a0387a5273b
|
|
7
|
+
data.tar.gz: e29df8c42b17e19cdd963097dce4d6c0a36101b6ddc04e5ecb98d1e08ca983e8021fefea00526c996f248661b8fa25ae1971b457dba4ce8706531c0b23760822
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Kloudless
|
|
2
2
|
|
|
3
|
-
|
|
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/)
|
data/kloudless.gemspec
CHANGED
|
@@ -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
|
|
11
|
+
spec.summary = %q{Ruby Kloudless API client}
|
|
12
12
|
spec.description = %q{Ruby Kloudless API client}
|
|
13
|
-
spec.homepage = "https://
|
|
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
|
|
data/lib/kloudless/version.rb
CHANGED
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.
|
|
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:
|
|
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://
|
|
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
|
-
|
|
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
|
|
132
|
+
summary: Ruby Kloudless API client
|
|
134
133
|
test_files:
|
|
135
134
|
- test/kloudless/account_test.rb
|
|
136
135
|
- test/kloudless/collection_test.rb
|