scone 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a68d6f35f089b7a8b6df3577baff450d5f62839071955cbbcf6be1ac367bb1f
4
- data.tar.gz: 2f7c870b142997ae0c0644408ebbfe4e223591a1d0dfee8a9ae92265e2159ab1
3
+ metadata.gz: 13a944eb96de16c0a854f02db6bf2bf168cc250eddd8c63bc51ed351b56a17e4
4
+ data.tar.gz: 742b0229c57d877249f0c3f996bea565c57d419d332b0c57e5fd7fd0ec833cde
5
5
  SHA512:
6
- metadata.gz: a21ae57698ca4e66f4575f44c5cdeb263a2382cf16a65baeb45675b3a649ad7da89168754266af85e119c437793da88e8adc7256a9653d9583ef65ed3fe6446e
7
- data.tar.gz: 89626619c045c81dcdd52a5ed88a495c6567b69df1ff157168334e4cc7adc036bb3eccd342bfe21519cd83d39943ec5332522f7f520a867ceb67a2e34c900b30
6
+ metadata.gz: 7fd7fcc1a6606fe266c6a1f225ac3d557e5186e0a77584d9f14b32b260927c2750e3aceb8c5601f6fe83eb41132c00fb45174cfa1c4496f3f14c3e30f79c9c6e
7
+ data.tar.gz: e3aeb2de01bb6c1bc1b15efed951ea3ba1b7a0306cf545bf6d89a04519b1835880087dc448a60d59e9c1f49e67323430127bd97cd42b0a6a59f8a207b762ac08
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/scone/version.rb CHANGED
@@ -18,5 +18,5 @@
18
18
 
19
19
  # Scone Module
20
20
  module Scone
21
- VERSION = "0.1.6"
21
+ VERSION = "0.1.7"
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - clivern
@@ -34,14 +34,14 @@ files:
34
34
  - cache/.gitignore
35
35
  - cache/proc.stat.txt
36
36
  - lib/scone.rb
37
- - lib/scone/io/Directory.rb
38
- - lib/scone/io/File.rb
39
- - lib/scone/io/System.rb
37
+ - lib/scone/io/directory.rb
38
+ - lib/scone/io/file.rb
39
+ - lib/scone/io/system.rb
40
40
  - lib/scone/platform.rb
41
- - lib/scone/ubuntu/Group.rb
42
- - lib/scone/ubuntu/Package.rb
43
- - lib/scone/ubuntu/User.rb
41
+ - lib/scone/ubuntu/group.rb
42
+ - lib/scone/ubuntu/package.rb
44
43
  - lib/scone/ubuntu/stat.rb
44
+ - lib/scone/ubuntu/user.rb
45
45
  - lib/scone/version.rb
46
46
  - renovate.json
47
47
  - scone.gemspec