smartbytes 0.0.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +21 -0
  3. data/README.md +9 -0
  4. metadata +33 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d0a0796bcc2b6a2b68d6e4c7f7da91ea9bb8761afc1fb9b5d5cc6e8248eec44
4
- data.tar.gz: 2dced6c711683698a6af7334ddef31fd445fa9565e33d77435903db7d476ccd2
3
+ metadata.gz: a90e5dcd3486a1c18a5b5358f7de20ead4a945763fb6ee2470529ef55bf1bc92
4
+ data.tar.gz: 3798cd128716a8f3811fbbb3904b31da4964468a13e198ed8519947641ecb4b8
5
5
  SHA512:
6
- metadata.gz: 0edcc18b58779376edb31bb5fa5dec9790c30cf5ce5c5544db518006b69a7e11cc68167b056a98c1fbedc8ab2892c114843bf97a9047d0d8c44d5bb7d5b62c91
7
- data.tar.gz: 6f22f9d7861afa7e910d0827b46afb7c070a8272ad5c07b60460a7aeb466853aa5820a0327bf802bd8d53c1a872537232696b3d36a8ce78beb1d5a4e1b28110c
6
+ metadata.gz: 7cf79fc1448debacaab3bb433728e4150009d50d130a018d21541f094622283e23a74cbeb1f8ed5621e11665b1a5819c8283a96572c2a108498d97e0f0d588b4
7
+ data.tar.gz: 8e4ba986457f33453080bdebedcfa1bdffc5b8b02b2e319d588e46a93a762962406179040b1db6cf2ee58ebf25fba2c8fa2e2d22fa257c694f2e6aef23fa255a
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Timeboard
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,9 @@
1
+ # Welcome to Smartbytes
2
+
3
+ ## What's Smartbytes?
4
+
5
+ Wait for it :)
6
+
7
+ ## License
8
+
9
+ Smartbytes is released under the [MIT License](https://opensource.org/licenses/MIT).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartbytes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard
@@ -9,13 +9,43 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2020-04-15 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: smartcloud
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 0.6.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 0.6.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: smartmachine
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '='
32
+ - !ruby/object:Gem::Version
33
+ version: 0.6.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '='
39
+ - !ruby/object:Gem::Version
40
+ version: 0.6.0
13
41
  description: A safe place for smartbytes.
14
42
  email: hello@timeboard.me
15
43
  executables: []
16
44
  extensions: []
17
45
  extra_rdoc_files: []
18
- files: []
46
+ files:
47
+ - MIT-LICENSE
48
+ - README.md
19
49
  homepage: https://rubygems.org/gems/smartbytes
20
50
  licenses:
21
51
  - MIT