consist 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/consist/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: effa6a127c653d11567c095935c5ad02c06ffeed759344a114a4792c40b12e50
|
4
|
+
data.tar.gz: 66207f1f0943ff8ffd5569ae4aa253c5f0594f003bf6c375f189c2c2ab08b9f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a96b06f251cd58a88683c6f7cd4c954b393013a115e5ab79927fed782fc395a3afb6aac3c6e2f3b9d90d9b7479669850a80f8301005e38ddab06250c4cb2a073
|
7
|
+
data.tar.gz: f55c41e49e972b5e7d4f4f475e2ba7029a63589c383d312798f7d09b3ce075337e8a5cb1249114b8d96c559a545c14762a2efff55d1683457098e8d0c60f8e33
|
data/lib/consist/version.rb
CHANGED
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.
|
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/
|
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/
|
89
|
-
changelog_uri: https://github.com/
|
90
|
-
source_code_uri: https://github.com/
|
91
|
-
homepage_uri: https://github.com/
|
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: []
|