consist 0.1.3 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce1770d8755d16d374ad05d69e36645c67b819926bd7a163e497714ca6400a20
4
- data.tar.gz: '09ce200d04369a78c1d66bd4b389df1ff402951be094189d3d13c7042a18ff83'
3
+ metadata.gz: 59842f2cfe5235dadef401b734511c2ee0fe6508cd5d537a6abf3bc20a562812
4
+ data.tar.gz: 7c5c04215493f5d48b0db6408790800e67f7cf1dab5bf7ec60990b2f65bfa89f
5
5
  SHA512:
6
- metadata.gz: b487a6385b295f593cd3477afe5be8031f1cee5de7742c6fe99892da0f28eba0a855f91fbb7cc84750538826e5bd763164a49c4ac172d448dec477c09bdc4847
7
- data.tar.gz: 65cb3135f0ea5afc548b321282f289b7fe66e4642b80eecfa530174235f173616781d60cb976ec362d05f1496f9b8fc2ca3a025a7c96c6435129c941e375c5b8
6
+ metadata.gz: b60a445cdaeb286f63fda111f03202d05985e0cc7da527bffc5001dd90b85af327204df8e196e1b126b2bcb8bd182907fa38393ff488f0018c549aa3263b0613
7
+ data.tar.gz: a886899dc322b9b39636fbe441462f642ad435a6fd97b19960d2019c07410ceebdb409ef6928649799e5ca58c61d68a3637bdd468da82e874e285d1a119ad98e
data/README.md CHANGED
@@ -37,7 +37,7 @@ server, such as firewalls, general hardening, enabling swapfile etc.
37
37
  - [Consistfile](#consistfile)
38
38
  - [Artifacts](#artifacts)
39
39
  - [.consist directory](#.consist-directory)
40
- - [Comunity Consistfiles](#community-consistfiles)
40
+ - [Community Consistfiles](#community-consistfiles)
41
41
  - [Is It Good?](#is-it-good%3F)
42
42
  - [License](#license)
43
43
  - [Code of conduct](#code-of-conduct)
@@ -45,6 +45,8 @@ server, such as firewalls, general hardening, enabling swapfile etc.
45
45
 
46
46
  ## Quick start
47
47
 
48
+ Make sure the `consist` gem is installed:
49
+
48
50
  ```sh
49
51
  gem install consist
50
52
  ```
data/lib/consist/cli.rb CHANGED
@@ -61,7 +61,7 @@ module Consist
61
61
  Consist::Utils.clone_repo_contents(full_url, Dir.pwd)
62
62
  else
63
63
  puts "Creating new Consistfile..."
64
- directory "templates/.consist", File.join(Dir.pwd, ".consist")
64
+ directory "templates/consist", File.join(Dir.pwd, ".consist")
65
65
  template "templates/Consistfile.tt", File.join(Dir.pwd, "Consistfile")
66
66
  puts "...done"
67
67
  end
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Consist
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = "0.1.6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - John McDowall
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh
@@ -76,6 +76,9 @@ files:
76
76
  - lib/consist/resolver.rb
77
77
  - lib/consist/step.rb
78
78
  - lib/consist/templates/Consistfile.tt
79
+ - lib/consist/templates/consist/files/.gitkeep
80
+ - lib/consist/templates/consist/recipes/.gitkeep
81
+ - lib/consist/templates/consist/steps/.gitkeep
79
82
  - lib/consist/thor_ext.rb
80
83
  - lib/consist/utils.rb
81
84
  - lib/consist/version.rb