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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aea7783ab044106ed6f510ead35df72a988d7fd368e830be42fb7b120070436f
4
- data.tar.gz: 66057ec34f07b31becca0c48b9b963d440651b8c15c8292d1bfb4ea293954924
3
+ metadata.gz: 3d03502a1423956b1f3cf1be1f8d9b0ce92fe8c9c2c687947a9b7076d1c309aa
4
+ data.tar.gz: 13d8f43eb4f131f5f2aafadae0f0342af54e670cd646b1a98199b320e24c8a25
5
5
  SHA512:
6
- metadata.gz: 6e2e558b3f6fee1f560a35ea13cb0f74f862d32e45f90777388ad70479b5f7bb2693164c311d1a1953e27524aeb8276129ced6f9290390200bfb0e0c967ec70f
7
- data.tar.gz: 5fa306cad87bb3d4bf585eb62bf3605de8d186521bf759f13b6ab76c7aaf8d714dc8e9ad47bf74145b1eafcb494e6e13a4ec32761cce775ee1a1a5b3ff8760d1
6
+ metadata.gz: 71a1c29ddec870bea9373cc2bffafa8754bbae62f9113dcbc4b0092570ea7e8b5f4bf339e4d61d1f746f3cbae7977a2e8c99ec37eb5e3ac1d4aa3170ed9f604a
7
+ data.tar.gz: 87cdba8ed427e832e175a90a7dd7a8b4bb9a65611e0417e88466357873977895da31558fe9edc627ac820b6b694c88f60b54110970a5e20ea6753373aedca7bd
@@ -1,3 +1,3 @@
1
1
  module Saasagi
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
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{An extension of Asagi to include self-assembling on basic subroutines.}
12
- spec.description = %q{Asagi is an AI Sequencing AGI engine. This new gem extends the Asagi codebase, and allows for completely automatic assembling of certain basic subroutines.}
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
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: Asagi is an AI Sequencing AGI engine. This new gem extends the Asagi
56
- codebase, and allows for completely automatic assembling of certain basic subroutines.
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: An extension of Asagi to include self-assembling on basic subroutines.
102
+ summary: Saasagi Single Cell is a reproductive version of Saasagi, and behaves similarly
103
+ to a single-celled organism.
100
104
  test_files: []