consist 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/consist/version.rb +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5ca9b9639b0a6472526b8108733c2a5ee3aea0abb55d2559f15b3f10e38c169
4
- data.tar.gz: 8739c6f2d6ec86b9cfdf76dcda3b3186323ff99e48aba0606ee5c23ec0c194e8
3
+ metadata.gz: effa6a127c653d11567c095935c5ad02c06ffeed759344a114a4792c40b12e50
4
+ data.tar.gz: 66207f1f0943ff8ffd5569ae4aa253c5f0594f003bf6c375f189c2c2ab08b9f8
5
5
  SHA512:
6
- metadata.gz: 5025eaf45220ded786cf31c7a98c22f7f2e93d593fb54b9b1c32f3a9b12b88662cac17a0423cf274bd836cc5bea3c9d9e4fd1f87c3e6b4c28cd885d9f29dfee2
7
- data.tar.gz: 12f6f590f5fbdeb319910814a8d4bdfe5cecc1fbf04ee534240ce8ca85ba751bfcd4ee2a628f0454ce261614f646dc71c6f9fee7f4cc9753a45f71f809fc4398
6
+ metadata.gz: a96b06f251cd58a88683c6f7cd4c954b393013a115e5ab79927fed782fc395a3afb6aac3c6e2f3b9d90d9b7479669850a80f8301005e38ddab06250c4cb2a073
7
+ data.tar.gz: f55c41e49e972b5e7d4f4f475e2ba7029a63589c383d312798f7d09b3ce075337e8a5cb1249114b8d96c559a545c14762a2efff55d1683457098e8d0c60f8e33
@@ -1,3 +1,3 @@
1
1
  module Consist
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John McDowall
@@ -81,14 +81,14 @@ files:
81
81
  - lib/steps/install_apt_packages/step.rb
82
82
  - lib/steps/update_apt_packages/apt_auto_upgrades
83
83
  - lib/steps/update_apt_packages/step.rb
84
- homepage: https://github.com/johnmcdowall/consist
84
+ homepage: https://github.com/consist-sh/consist
85
85
  licenses:
86
86
  - LGPL-3.0
87
87
  metadata:
88
- bug_tracker_uri: https://github.com/johnmcdowall/consist/issues
89
- changelog_uri: https://github.com/johnmcdowall/consist/releases
90
- source_code_uri: https://github.com/johnmcdowall/consist
91
- homepage_uri: https://github.com/johnmcdowall/consist
88
+ bug_tracker_uri: https://github.com/consist-sh/consist/issues
89
+ changelog_uri: https://github.com/consist-sh/consist/releases
90
+ source_code_uri: https://github.com/consist-sh/consist
91
+ homepage_uri: https://github.com/consist-sh/consist
92
92
  rubygems_mfa_required: 'true'
93
93
  post_install_message:
94
94
  rdoc_options: []