Skip to content

Commit

Permalink
bump version to v2.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Jan 29, 2019
1 parent 63e0209 commit 93f7ca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
PATH
remote: .
specs:
pharos-cluster (2.2.0.alpha.1)
pharos-cluster (2.2.0.rc.1)
bcrypt
bcrypt_pbkdf (>= 1.0, < 2.0)
clamp (= 1.2.1)
dry-logic (= 0.4.2)
dry-struct (= 0.5.0)
dry-types (= 0.13.2)
dry-validation (= 0.12.1)
Expand All @@ -17,6 +18,7 @@ PATH
pastel
rouge (~> 3.1)
tty-prompt (~> 0.16)
yaml-safe_load_stream (~> 0.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -61,20 +63,20 @@ GEM
dry-types (~> 0.13.1)
ed25519 (1.2.4)
equatable (0.5.0)
et-orbi (1.1.6)
et-orbi (1.1.7)
tzinfo
excon (0.62.0)
fakefs (0.18.0)
fugit (1.1.6)
et-orbi (~> 1.1, >= 1.1.6)
fugit (1.1.8)
et-orbi (~> 1.1, >= 1.1.7)
raabro (~> 1.1)
hashdiff (0.3.8)
ice_nine (0.11.2)
jaro_winkler (1.5.1)
jsonpath (0.9.9)
multi_json
to_regexp (~> 0.2.1)
k8s-client (0.8.1)
k8s-client (0.8.2)
dry-struct (~> 0.5.0)
excon (~> 0.62.0)
hashdiff (~> 0.3.7)
Expand Down Expand Up @@ -121,7 +123,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
timers (4.2.0)
timers (4.3.0)
to_regexp (0.2.1)
tty-color (0.4.3)
tty-cursor (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/pharos/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Pharos
VERSION = "2.2.0-beta.1"
VERSION = "2.2.0-rc.1"

def self.version
VERSION + "+oss"
Expand Down
1 change: 1 addition & 0 deletions pharos-cluster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "dry-types", "0.13.2"
spec.add_runtime_dependency "dry-validation", "0.12.1"
spec.add_runtime_dependency "dry-struct", "0.5.0"
spec.add_runtime_dependency "dry-logic", "0.4.2"
spec.add_runtime_dependency "fugit", "~> 1.1.2"
spec.add_runtime_dependency "rouge", "~> 3.1"
spec.add_runtime_dependency "tty-prompt", "~> 0.16"
Expand Down

0 comments on commit 93f7ca7

Please sign in to comment.