miga-base 0.3.12.1 → 0.3.13.0
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/miga/version.rb +1 -1
- data/utils/requirements.txt +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: 9ff14b2f820d5ef9e02310c81aaba4aa6cf83766059be42cae39d0ff0fc34d1e
|
|
4
|
+
data.tar.gz: 062010cc53f8fed22bbdcba0c94d931cfc47fbce75e5efb6085b9120b3670706
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4484939e9680c87c98779255ea697dea3585c5b617a122d2c4de4c6f10c9d746a76ccd796417eb09875b1944b12cf37586207081ac3db44e23bd5fd83ee5e269
|
|
7
|
+
data.tar.gz: bb828074802c46b782609985b4df6f376b26ec6e414d0f51ddf0b7886c9931bfad17708c75a6419c3947741fa7c5b553337e5bd91ac1fa00adb8e69faad836cc
|
data/lib/miga/version.rb
CHANGED
|
@@ -10,7 +10,7 @@ module MiGA
|
|
|
10
10
|
# - Float representing the major.minor version.
|
|
11
11
|
# - Integer representing gem releases of the current version.
|
|
12
12
|
# - Integer representing minor changes that require new version number.
|
|
13
|
-
VERSION = [0.3,
|
|
13
|
+
VERSION = [0.3, 13, 0]
|
|
14
14
|
|
|
15
15
|
##
|
|
16
16
|
# Nickname for the current major.minor version.
|
data/utils/requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Software Test exec Website Notes
|
|
2
2
|
-------- --------- ------- -----
|
|
3
|
-
Ruby ruby https://www.ruby-lang.org/ Required version: 1
|
|
3
|
+
Ruby ruby https://www.ruby-lang.org/ Required version: 2.1+
|
|
4
4
|
Python python https://www.python.org/
|
|
5
5
|
R R http://www.r-project.org/
|
|
6
6
|
SQLite3 sqlite3 https://www.sqlite.org/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: miga-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luis M. Rodriguez-R
|
|
@@ -502,7 +502,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
502
502
|
requirements:
|
|
503
503
|
- - ">="
|
|
504
504
|
- !ruby/object:Gem::Version
|
|
505
|
-
version: '1
|
|
505
|
+
version: '2.1'
|
|
506
506
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
507
507
|
requirements:
|
|
508
508
|
- - ">="
|