diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-27 17:05:53 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-27 17:05:53 -0700 |
| commit | ec99ca9ad29fb445c0fb4441f01324e1013eb61b (patch) | |
| tree | 1b94c158626cd3b0585b2a212f8cdc3d717b5d60 | |
| parent | 3613ad4918c56bf63ed30072a867ad1266e7f9c8 (diff) | |
require uriv0.4.1
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/jive.rb | 1 | ||||
| -rw-r--r-- | lib/jive/version.rb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bfd44c0..04582ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jive (0.4.0) + jive (0.4.1) thor (~> 1.1) GEM diff --git a/lib/jive.rb b/lib/jive.rb index 25d72f1..6fec17c 100644 --- a/lib/jive.rb +++ b/lib/jive.rb @@ -2,6 +2,7 @@ require "fileutils" require "open3" +require "uri" require "jive/batch_runner" require "jive/docker" diff --git a/lib/jive/version.rb b/lib/jive/version.rb index 89d69f7..cf2504a 100644 --- a/lib/jive/version.rb +++ b/lib/jive/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jive - VERSION = "0.4.0" + VERSION = "0.4.1" end |
