smartmachine 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 +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f311bff472b28863bf8a2cbe12b41d818e7bb8382e525b47e1b845241d0caf75
4
- data.tar.gz: 96e76636afbb5b46fab6ab25d9502cfb32372365d68a890fb40ba59cc5712649
3
+ metadata.gz: 67c3eb74e67e5c8dac9368f7e4d166a4852d5f7066ec049918649586938e0965
4
+ data.tar.gz: 45d22a409f14db62858e0781da682c42df50260debc5b3536e7e7097dedcec47
5
5
  SHA512:
6
- metadata.gz: 71c28f9108f5bece1c11b3d6bf1fb9cb8ed5d1ca3500792e582255656f38e57ab18f3bd6f49877796a1b46da1b3642af09a83d3e2d085a6b01daecdc368e3e9e
7
- data.tar.gz: 72a933705d6957142634bc21d52fa489850a142c2c68ba996bf3d514b77d542f60bb93f2b450de8848fe9c7befe70137352b717dc81c7833cd4ede3a5495fec1
6
+ metadata.gz: 42800c476312a609b3df9ed46b1615db12abe2c9ccdee693e7b11d09912ca7d9b333c141b0e22c3cdf111202d93042967f07fb21188dde4d03e22da8d9ecd262
7
+ data.tar.gz: 15c13da59c777ee62fbe2364d7a0f5bff6a12aca0d527bb18fd4618bef236ed899b89733b52d1157ea31f4216924d5c8a90bbff9849095c5bb3141a0127a1c37
data/MIT-LICENSE ADDED
@@ -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.
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Welcome to SmartMachine
2
+
3
+ ## What's SmartMachine?
4
+
5
+ Wait for it :)
6
+
7
+ ## License
8
+
9
+ SmartMachine 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: smartmachine
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
@@ -15,7 +15,9 @@ email: hello@timeboard.me
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
- files: []
18
+ files:
19
+ - MIT-LICENSE
20
+ - README.md
19
21
  homepage: https://rubygems.org/gems/smartmachine
20
22
  licenses:
21
23
  - MIT