saasagi 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/saasagi/version.rb +1 -1
- data/saasagi.gemspec +2 -2
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d03502a1423956b1f3cf1be1f8d9b0ce92fe8c9c2c687947a9b7076d1c309aa
|
4
|
+
data.tar.gz: 13d8f43eb4f131f5f2aafadae0f0342af54e670cd646b1a98199b320e24c8a25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71a1c29ddec870bea9373cc2bffafa8754bbae62f9113dcbc4b0092570ea7e8b5f4bf339e4d61d1f746f3cbae7977a2e8c99ec37eb5e3ac1d4aa3170ed9f604a
|
7
|
+
data.tar.gz: 87cdba8ed427e832e175a90a7dd7a8b4bb9a65611e0417e88466357873977895da31558fe9edc627ac820b6b694c88f60b54110970a5e20ea6753373aedca7bd
|
data/lib/saasagi/version.rb
CHANGED
data/saasagi.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["LWFlouisa"]
|
9
9
|
spec.email = ["gitea@fake.local"]
|
10
10
|
|
11
|
-
spec.summary = %q{
|
12
|
-
spec.description = %q{
|
11
|
+
spec.summary = %q{Saasagi Single Cell is a reproductive version of Saasagi, and behaves similarly to a single-celled organism.}
|
12
|
+
spec.description = %q{The eventual goal for this project, is the ability to have certain cellular processes automated; assembling core subroutines, restoring missing subroutines from backup, and the ability for the machine to program itself, with a few simple instructions. Clone a group of them together, and you can eventually build more complex systems at the artificial cellular level.}
|
13
13
|
spec.homepage = "https://github.com/LWFlouisa/Saasagi-Single-Cell"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: saasagi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LWFlouisa
|
@@ -52,8 +52,11 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description:
|
56
|
-
|
55
|
+
description: The eventual goal for this project, is the ability to have certain cellular
|
56
|
+
processes automated; assembling core subroutines, restoring missing subroutines
|
57
|
+
from backup, and the ability for the machine to program itself, with a few simple
|
58
|
+
instructions. Clone a group of them together, and you can eventually build more
|
59
|
+
complex systems at the artificial cellular level.
|
57
60
|
email:
|
58
61
|
- gitea@fake.local
|
59
62
|
executables: []
|
@@ -96,5 +99,6 @@ rubyforge_project:
|
|
96
99
|
rubygems_version: 2.7.6
|
97
100
|
signing_key:
|
98
101
|
specification_version: 4
|
99
|
-
summary:
|
102
|
+
summary: Saasagi Single Cell is a reproductive version of Saasagi, and behaves similarly
|
103
|
+
to a single-celled organism.
|
100
104
|
test_files: []
|