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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 998a121cb3f7370950eb118e80f5da5f6f891f28983eb4e81038bdcc3443840f
4
- data.tar.gz: 99daae8fd4e00281660ebed56f46fd9fd203496c35272806199d2af18f1c6afa
3
+ metadata.gz: aea7783ab044106ed6f510ead35df72a988d7fd368e830be42fb7b120070436f
4
+ data.tar.gz: 66057ec34f07b31becca0c48b9b963d440651b8c15c8292d1bfb4ea293954924
5
5
  SHA512:
6
- metadata.gz: 26f8c23425f66daef79cccaf841c3cc88b3b764c6848dcb79f17dd48dfaf5d0165bb5e4a189bc2c2bdcadfbc0a8ff675d34bbe6703ab30d3769fa074051c4c1e
7
- data.tar.gz: 20c96666c076d862846316bb82194036f9a31d09f05efffc565d22b664c4db2f9a237b7df7be196a7f8a27b0540269994bcb406942d0a9e9ddff700a4cb7a3c2
6
+ metadata.gz: 6e2e558b3f6fee1f560a35ea13cb0f74f862d32e45f90777388ad70479b5f7bb2693164c311d1a1953e27524aeb8276129ced6f9290390200bfb0e0c967ec70f
7
+ data.tar.gz: 5fa306cad87bb3d4bf585eb62bf3605de8d186521bf759f13b6ab76c7aaf8d714dc8e9ad47bf74145b1eafcb494e6e13a4ec32761cce775ee1a1a5b3ff8760d1
@@ -1,3 +1,3 @@
1
1
  module Saasagi
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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: {}