peplum 0.3.2 → 0.3.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/lib/peplum/application.rb +0 -1
- data/lib/peplum/version.rb +1 -1
- data/peplum.gemspec +4 -2
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3568df5f67778e52d60fdadfc43365b8a73560ee2a7a432d7f00f911d1b54c74
|
4
|
+
data.tar.gz: 4b72178fc2b3b948a76e04fe86b039b3cd545b3c857b21fdfbe8698d8e8ee094
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65f7fe80859499e249207f9d88d3d68701959b4511b0d8c0470c4d61a78b25dc5734fcf7b63e45001bbfe9323ed2b657dc2bea934a597d19a25833e5fd71b67e
|
7
|
+
data.tar.gz: 1c74b1a6cf7df7b9db5daf1fc76190f55bc0c45f6acc242667cf2a29a769d00b209369c36dd105996b150148ea6fe5aa65e8b38fd24dd16f337a0610cde3554d
|
data/lib/peplum/application.rb
CHANGED
data/lib/peplum/version.rb
CHANGED
data/peplum.gemspec
CHANGED
@@ -9,8 +9,10 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["tasos.laskos@gmail.com"]
|
10
10
|
|
11
11
|
spec.summary = "Distributed parallel computing made easy."
|
12
|
-
spec.description =
|
13
|
-
|
12
|
+
spec.description = <<EOTXT
|
13
|
+
Peplum allows you to easily combine the resources of multiple machines and build a Beowulf (or otherwise) cluster/super-computer.
|
14
|
+
EOTXT
|
15
|
+
spec.homepage = "https://github.com/peplum/peplum"
|
14
16
|
spec.required_ruby_version = ">= 2.6.0"
|
15
17
|
|
16
18
|
spec.files = Dir.glob( 'bin/*')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peplum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tasos Laskos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cuboid
|
@@ -24,7 +24,10 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
27
|
+
description: 'Peplum allows you to easily combine the resources of multiple machines
|
28
|
+
and build a Beowulf (or otherwise) cluster/super-computer.
|
29
|
+
|
30
|
+
'
|
28
31
|
email:
|
29
32
|
- tasos.laskos@gmail.com
|
30
33
|
executables: []
|
@@ -41,7 +44,7 @@ files:
|
|
41
44
|
- lib/peplum/core_ext/array.rb
|
42
45
|
- lib/peplum/version.rb
|
43
46
|
- peplum.gemspec
|
44
|
-
homepage:
|
47
|
+
homepage: https://github.com/peplum/peplum
|
45
48
|
licenses: []
|
46
49
|
metadata: {}
|
47
50
|
post_install_message:
|