anncrsnp 0.1.4 → 0.1.5

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/anncrsnp/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 991b4ecee9f3529bb5e16076eb95ad0910c9f5e6
4
- data.tar.gz: 3024c3d023a76320118e9150b3ae4fa6106a07f8
3
+ metadata.gz: df3b35d3c6ad4be13a93609b60fd4bd7b18bbfea
4
+ data.tar.gz: 591b04ad6ffe428bd8ba7da5a9ab853de2df6c00
5
5
  SHA512:
6
- metadata.gz: 9de6b81991f551802de6e5bc67bc0c889c2be054989c2214322a06b8912512bb4688ab7b07fde564d8af341e8d7f7426755ccd35b55889103db5879c4fbd586a
7
- data.tar.gz: 680a3c74f9e406f9e81019b651575be2434ed730e60d248859a0f2a302e3d5668cdf27037994cb85d933ccf889cd8f6faf0bca5b85b8cb547f7d9af10c1d9123
6
+ metadata.gz: 32a2f6749b78c144f3358c6e8e4f474ce75b060f01848ece7deb13e474fedc86555004e77c8c7cd105deb0722039cb936072fa59cde87a5e9a70c6f847766763
7
+ data.tar.gz: 968f82b2586edbf0a89527b119f0585923da86796fc910321c9401d9a98f0f729d2f3e5bbda4e5f7abbfdda530f4b474578038215db6920c367545412cf0d367
data/README.md CHANGED
@@ -11,7 +11,7 @@ If you use this tool, please cite us: Rojano E, Ranea JA, Perkins JR. Characteri
11
11
 
12
12
  If you have no Ruby installed, we recommend you to install Ruby using RVM:
13
13
 
14
- $ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
14
+ $ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
15
15
 
16
16
  If this command doesn't work, try:
17
17
 
@@ -27,11 +27,11 @@ Check that the file ~/.bashrc contains this line at the end, if not ruby won't b
27
27
 
28
28
  Then execute:
29
29
 
30
- $ rvm install 2.1.1
30
+ $ rvm install 2.1.1
31
31
 
32
32
  At this point, you can install the ruby gem:
33
33
 
34
- $ gem install anncrsnp
34
+ $ gem install anncrsnp
35
35
 
36
36
  For further RVM installation, please visit https://rvm.io/
37
37
 
@@ -1,3 +1,3 @@
1
1
  module Anncrsnp
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anncrsnp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elena Rojano
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-07-20 00:00:00.000000000 Z
12
+ date: 2016-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler