tasks_gem 0.1.0 → 0.1.3
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 +4 -4
- data/Gemfile +3 -1
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/tasks/version.rb +1 -1
- data/tasks_gem-0.1.0.gem +0 -0
- metadata +2 -2
- data/tasks-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64b0d164e2b3a96ac62a30f7cf89e7583d8f9b76350987f6ad6b30d3b9e1c111
|
4
|
+
data.tar.gz: 8afbc83e654ecef5b7b54f6859ec9ff5814b0d6a000b645133e80d1d0204488a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50da00e41c4ff317e4a76b00a0ebf0c2bef17b949f96f218215d2fa33641a725a5e7ea825df9f5ba489e74962e4a712f9438425023fca65f3d45c0950c1ab32a
|
7
|
+
data.tar.gz: c77775487b0c75d27b2fad2ff4cd0b22573ef28efcaa1bb47219acecc2f007f02ad9de1b78936c09261b9cb38189b9a61fd14aed93eb07df0b92e4eaa5871b34
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -17,13 +17,13 @@ And then execute:
|
|
17
17
|
|
18
18
|
Or install it yourself as:
|
19
19
|
|
20
|
-
$ gem install
|
20
|
+
$ gem install tasks_gem
|
21
21
|
|
22
22
|
## Usage
|
23
23
|
|
24
24
|
Example:
|
25
25
|
```ruby
|
26
|
-
require '
|
26
|
+
require 'tasks'
|
27
27
|
|
28
28
|
puts Tasks::Task.new.task(num: 2)
|
29
29
|
print Tasks::Task.new.number_array(digit: 2356), "\n"
|
data/lib/tasks/version.rb
CHANGED
data/tasks_gem-0.1.0.gem
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tasks_gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- marina8915
|
@@ -86,8 +86,8 @@ files:
|
|
86
86
|
- bin/setup
|
87
87
|
- lib/tasks.rb
|
88
88
|
- lib/tasks/version.rb
|
89
|
-
- tasks-0.1.0.gem
|
90
89
|
- tasks.gemspec
|
90
|
+
- tasks_gem-0.1.0.gem
|
91
91
|
homepage: https://github.com/marina8915/tasks_gem
|
92
92
|
licenses:
|
93
93
|
- MIT
|
data/tasks-0.1.0.gem
DELETED
Binary file
|