nsrr 0.4.0.beta1 → 0.4.0.rc

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/nsrr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3cc481bf6becdf0a638ee0d00c6458d8932f94a
4
- data.tar.gz: a9fc599c91d5f37e35afcadd687185cf3e1aedb5
3
+ metadata.gz: 140c1b12701e1310bfa76613ae58c832e649314e
4
+ data.tar.gz: 9624f5555fbe2138c1e5811bb204e75b2517afab
5
5
  SHA512:
6
- metadata.gz: 0b9a45a672dcbc9627718e012a624031c114ddc14ee43ceaf03abf78072792d01052029142510972ef1101613f0b5aaa2f4210d0528a30f8471ee38f9d3a8a12
7
- data.tar.gz: 38f0649a8289e48e6c316c48d1b962eb2ec716a66c3ba04868e2687c3f0706ecbc26d0135a093bb215ebe87da781fa029f6894a7c5b3200e903db1f7e64754cc
6
+ metadata.gz: efbfa36a44b38c3d5f75791afb93ce9d639b6f4cf76c5230cb5238dffafcbd2952278fc435aeb7af4ff1061fe7710739bbc71a09d4e2c45eab02b4eadcf19b84
7
+ data.tar.gz: 6e8b42bebf9c3dbd15bf42ed754a43a49f2cfdfcc5fe81a451e21b87938e03f0f3ad47172f5d96eb0213a43ea6554c473c22626ec4bfc7cf862792562fe918cc
data/README.md CHANGED
@@ -10,9 +10,9 @@ The official ruby gem built to simplify file downloads and dataset integration t
10
10
 
11
11
  You must have **Ruby 2.2+ installed** on your system to use the NSRR gem.
12
12
 
13
- - [Install Ruby on Windows](http://rubyinstaller.org/)
14
- - [Install Ruby on Mac](https://github.com/remomueller/documentation/blob/master/macosx/140-install-ruby.md)
15
- - [Install Ruby on Linux (CentOS)](https://github.com/remomueller/documentation/blob/master/centos/140-install-ruby.md)
13
+ - [Install Ruby on Windows](https://github.com/remomueller/documentation/blob/master/windows/130-ruby.md)
14
+ - [Install Ruby on Mac](https://github.com/remomueller/documentation/blob/master/macosx/130-install-rvm.md)
15
+ - [Install Ruby on Linux (CentOS)](https://github.com/remomueller/documentation/blob/master/centos/130-install-rvm.md)
16
16
 
17
17
  ## Installation
18
18
 
@@ -5,7 +5,7 @@ module Nsrr
5
5
  MAJOR = 0
6
6
  MINOR = 4
7
7
  TINY = 0
8
- BUILD = 'beta1' # 'pre', 'beta1', 'beta2', 'rc', 'rc2', nil
8
+ BUILD = 'rc' # 'pre', 'beta1', 'beta2', 'rc', 'rc2', nil
9
9
 
10
10
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nsrr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.beta1
4
+ version: 0.4.0.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller