FiftyTasks 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 65d3a5f23f5cedafe030f06bb3c8548aaa8210e09b84686c362c9a1c670985a8
|
4
|
+
data.tar.gz: f3530b41fdfe0a68b23de7defa0f2a2fef2f64ec8dea938d5def9a3fd12cab63
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: d55816c2b6d9f957be11552e72c9ee916c332a01978c3af0ab828002a7fc85dfce626f68b4294c12492995a82c7788675a1bef1568a1b5dcf5721d1120c6064b
|
7
|
+
data.tar.gz: ba83ad249865d0ebe38be7e352920583d9c6e68484f0601270d27bdcc83a13bfb97cb8448e461f822d2af4fcb48ec37522a8c2daa6141de66d5822da530f559d
|
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: FiftyTasks
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Maks
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-11-15 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: This is the special gem for Ruby practice!
|
14
|
+
email: makshostroyshko@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files: []
|
19
|
+
homepage:
|
20
|
+
licenses:
|
21
|
+
- MIT
|
22
|
+
metadata: {}
|
23
|
+
post_install_message:
|
24
|
+
rdoc_options: []
|
25
|
+
require_paths:
|
26
|
+
- lib
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: '0'
|
32
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
requirements: []
|
38
|
+
rubyforge_project:
|
39
|
+
rubygems_version: 2.7.7
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: This is the special gem for Ruby practice!
|
43
|
+
test_files: []
|