iroki 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f5224573ee3c2ac990cf82f982eccd1bf4f8ea5
4
- data.tar.gz: f0450a3f9c3aaa9204fb09af6a6d46d5b935e344
3
+ metadata.gz: efdef2ed9ef96334b328c21891ddef36c534ea3e
4
+ data.tar.gz: d4b1f546a504d7975a8896b1eb650ceb9470f734
5
5
  SHA512:
6
- metadata.gz: 368136b7d24a844723440b52cb4ed0b14be798dbc80fdca0a3a49b742f65cc66f75d22844d74f603fdbf31a0cadf9be93bfbe2febc56e49b630894c68eec3ce5
7
- data.tar.gz: eb4d2ffab5890e7c28ca347e9e4fa6d6081ecc8e240948a76bd230a3fffa1eff6a4e6684b52f44d0e105fae96ae0cbc760620785660bcb709f3f9732b2359a4a
6
+ metadata.gz: b2690be82483bcb8d3359b434f42e7ddaea415d46c3fd9725cc78601b6e71c4e4afba8b43250a0085db9c933dc0697abf6331b24125e0c188928b1f01194bf7d
7
+ data.tar.gz: b5459eb94ba1acb9ed252ef22b9a0d118ea178e28fa1852b6a7036f48585aff540e415e1b5fbc6e7532a4ef7a474ae1a6692e0283987fff7903bdd535ad599f7
data/README.md CHANGED
@@ -2,10 +2,29 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/iroki.svg)](https://badge.fury.io/rb/iroki) [![Build Status](https://travis-ci.org/mooreryan/iroki.svg?branch=master)](https://travis-ci.org/mooreryan/iroki) [![Coverage Status](https://coveralls.io/repos/github/mooreryan/iroki/badge.svg?branch=master)](https://coveralls.io/github/mooreryan/iroki?branch=master)
4
4
 
5
- Library code for Iroki, a phylogenetic tree customization program.
5
+ Command line app and library code for Iroki, a phylogenetic tree
6
+ customization program.
6
7
 
7
8
  ## Installation ##
8
9
 
10
+ ### Running with Docker ###
11
+
12
+ See the [wiki](https://github.com/mooreryan/iroki/wiki).
13
+
14
+ ### Use the command line app with RubyGems ###
15
+
16
+ If you already have a working Ruby environment, run this
17
+
18
+ $ gem install iroki
19
+
20
+ Then type `which iroki` and you should see something like this
21
+
22
+ /Users/mooreryan/.rvm/gems/ruby-2.2.4@iroki/bin/iroki
23
+
24
+ If so, you are good to go!
25
+
26
+ ### To use the library code ###
27
+
9
28
  Add this line to your application's Gemfile:
10
29
 
11
30
  ```ruby
@@ -16,6 +16,6 @@ foreach my $arg (@ARGV) {
16
16
  my $img = "mooreryan/iroki";
17
17
  my $cmd = "docker run -v \"\$HOME:\$HOME\" $img @args";
18
18
 
19
- print "\n RUNNING COMMAND: $cmd\n";
19
+ print "\nRUNNING COMMAND: $cmd\n";
20
20
 
21
21
  exec("$cmd");
@@ -18,7 +18,7 @@
18
18
 
19
19
  # Library metadata
20
20
  module Iroki
21
- VERSION = "0.0.3"
21
+ VERSION = "0.0.4"
22
22
  COPYRIGHT = "2015 - 2016 Ryan Moore"
23
23
  CONTACT = "moorer@udel.edu"
24
24
  WEBSITE = "https://github.com/mooreryan/iroki"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iroki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Moore
@@ -154,7 +154,6 @@ email:
154
154
  - moorer@udel.edu
155
155
  executables:
156
156
  - iroki
157
- - iroki_docker
158
157
  extensions: []
159
158
  extra_rdoc_files: []
160
159
  files:
@@ -170,9 +169,9 @@ files:
170
169
  - README.md
171
170
  - Rakefile
172
171
  - bin/console
172
+ - bin/iroki_docker
173
173
  - bin/setup
174
174
  - exe/iroki
175
- - exe/iroki_docker
176
175
  - iroki.gemspec
177
176
  - lib/iroki.rb
178
177
  - lib/iroki/color/color.rb