Skip to content

Commit

Permalink
New major release 2.0.0
Browse files Browse the repository at this point in the history
Main change is that we are dropping support for Ruby versions below
2.1.x. Have adjusted some of the bootstraps for older generation distros
to minimise compatability headache where possible, but ultimately not
all of them will be able to support the new generation Pupistry.
  • Loading branch information
jethrocarr committed May 29, 2018
1 parent 0b5509e commit 4211e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pupistry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pupistry
VERSION = '1.5.0'
VERSION = '2.0.0'
end
2 changes: 1 addition & 1 deletion pupistry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'pupistry/version'
Gem::Specification.new do |spec|
spec.name = 'pupistry'
spec.version = Pupistry::VERSION # See lib/pupistry/version.rb to change version
spec.date = '2016-09-18'
spec.date = '2018-05-29'
spec.summary = 'A workflow tool for Puppet Masterless Deployments'
spec.description = 'Provides security, reliability and consistency to Puppet masterless environments' # rubocop:disable Metrics/LineLength
spec.authors = ['Jethro Carr']
Expand Down

0 comments on commit 4211e30

Please sign in to comment.