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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27eb47a34686d0488ec7ea4fd46f1d483b544153e9602770341758053fbbd3d4
4
- data.tar.gz: 4dd5dd7d68382191de3e863831d4ceebf36f3fa4aa87e1a3206560c04faf9cf9
3
+ metadata.gz: 9ff14b2f820d5ef9e02310c81aaba4aa6cf83766059be42cae39d0ff0fc34d1e
4
+ data.tar.gz: 062010cc53f8fed22bbdcba0c94d931cfc47fbce75e5efb6085b9120b3670706
5
5
  SHA512:
6
- metadata.gz: c949c82c16dbc89b1ce2b8c7b37a15a18909a554f5ce6bff943f7a881fe1ee5f9d4827f3dea2eb5cb172501df154d7c2608a16444040e09472d38ec9b6b2b0c7
7
- data.tar.gz: 33aee8986863e07eec41bc9a139cfa90c036a1bc6c73b70407b46a5dd92d2deff1a794bf9db89f2ffdfec7931b2191c6cf759b9bdc2ae33bec4a19979abb0d98
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, 12, 1]
13
+ VERSION = [0.3, 13, 0]
14
14
 
15
15
  ##
16
16
  # Nickname for the current major.minor version.
@@ -1,6 +1,6 @@
1
1
  Software Test exec Website Notes
2
2
  -------- --------- ------- -----
3
- Ruby ruby https://www.ruby-lang.org/ Required version: 1.9+
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.12.1
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.9'
505
+ version: '2.1'
506
506
  required_rubygems_version: !ruby/object:Gem::Requirement
507
507
  requirements:
508
508
  - - ">="