peplum 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 427efea5fb0daf113212ee723e2e850ccb30723af7e7d5c6ea3576fe9e51979e
4
- data.tar.gz: f6563c4ac916f06e66bba1d7ba6d69fed7818b601d9148d5d111dc7c6756d1d3
3
+ metadata.gz: 3568df5f67778e52d60fdadfc43365b8a73560ee2a7a432d7f00f911d1b54c74
4
+ data.tar.gz: 4b72178fc2b3b948a76e04fe86b039b3cd545b3c857b21fdfbe8698d8e8ee094
5
5
  SHA512:
6
- metadata.gz: ecb729393728b371af870f5615a00e6d815e773932aefedce3aefa4e07e20f82eb2dbd0bee40e99add29f2a1b915654115c74df3cfb11427f87507cc4d85e584
7
- data.tar.gz: 5d8ea07c8ccbac15dc63116d377b4259662634f75b105b77223b6805ded8e5176e0bbc292d67cc1a9d7768929e7c3045d16925c7b1e239c884dcb10bdead0664
6
+ metadata.gz: 65f7fe80859499e249207f9d88d3d68701959b4511b0d8c0470c4d61a78b25dc5734fcf7b63e45001bbfe9323ed2b657dc2bea934a597d19a25833e5fd71b67e
7
+ data.tar.gz: 1c74b1a6cf7df7b9db5daf1fc76190f55bc0c45f6acc242667cf2a29a769d00b209369c36dd105996b150148ea6fe5aa65e8b38fd24dd16f337a0610cde3554d
@@ -24,7 +24,6 @@ module Peplum
24
24
  Cuboid::Application.application = application
25
25
 
26
26
  application.validate_options_with :validate_options
27
- application.serialize_with MessagePack
28
27
 
29
28
  application.instance_service_for :scheduler, Services::Scheduler
30
29
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Peplum
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
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 = "Distributed parallel computing made easy."
13
- spec.homepage = "http://ecsypno.com/"
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.2
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-25 00:00:00.000000000 Z
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: Distributed parallel computing made easy.
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: http://ecsypno.com/
47
+ homepage: https://github.com/peplum/peplum
45
48
  licenses: []
46
49
  metadata: {}
47
50
  post_install_message: