saasagi 0.1.3 → 0.1.4
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/saasagi/version.rb +1 -1
- data/saasagi.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aea7783ab044106ed6f510ead35df72a988d7fd368e830be42fb7b120070436f
|
|
4
|
+
data.tar.gz: 66057ec34f07b31becca0c48b9b963d440651b8c15c8292d1bfb4ea293954924
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e2e558b3f6fee1f560a35ea13cb0f74f862d32e45f90777388ad70479b5f7bb2693164c311d1a1953e27524aeb8276129ced6f9290390200bfb0e0c967ec70f
|
|
7
|
+
data.tar.gz: 5fa306cad87bb3d4bf585eb62bf3605de8d186521bf759f13b6ab76c7aaf8d714dc8e9ad47bf74145b1eafcb494e6e13a4ec32761cce775ee1a1a5b3ff8760d1
|
data/lib/saasagi/version.rb
CHANGED
data/saasagi.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = %q{An extension of Asagi to include self-assembling on basic subroutines.}
|
|
12
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.}
|
|
13
|
-
spec.homepage = "https://github.com/LWFlouisa/Saasagi"
|
|
13
|
+
spec.homepage = "https://github.com/LWFlouisa/Saasagi-Single-Cell"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Specify which files should be added to the gem when it is released.
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- LWFlouisa
|
|
@@ -73,7 +73,7 @@ files:
|
|
|
73
73
|
- lib/saasagi.rb
|
|
74
74
|
- lib/saasagi/version.rb
|
|
75
75
|
- saasagi.gemspec
|
|
76
|
-
homepage: https://github.com/LWFlouisa/Saasagi
|
|
76
|
+
homepage: https://github.com/LWFlouisa/Saasagi-Single-Cell
|
|
77
77
|
licenses:
|
|
78
78
|
- MIT
|
|
79
79
|
metadata: {}
|