unix-ps 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: c71436fe45e3030d2418f0e4f22b6b1ecdf68294
4
- data.tar.gz: ae9a563e360c008716e6383b39fea929b78db902
3
+ metadata.gz: 271e313e451ed0c0bff9b6dee065e024c20d771f
4
+ data.tar.gz: 71d564295ed1e17d3bb28ac4d8ab06608267b01f
5
5
  SHA512:
6
- metadata.gz: d9a1dcb62db448e0c804ec38f26a7092efd25f76edeab5355a7cf5809ae62c882f64fc2f24a9f1ac82960a4d3e3337e4946e239c13e6ec8835e252cd2c1eabef
7
- data.tar.gz: 3ca2ed3566a4efdcc41fafc22ee3cdc1b2dbbba986b0e823be5ca66585ae1d9d6ab6cd07263b6559c742a87df971bfd4c2c242fdf847a27abecb37a3b4a893e1
6
+ metadata.gz: e459980b83e4c9e57ad1b8f591076b4003de21565243ba6e7ed44c0d475a428693b740e37525af525add8aab2db86ac22297087f9a1e4d1076e6b9f0f47f5946
7
+ data.tar.gz: 9d1b4bf27a0046c162c95fbc562276ea2c225eafc8bf11c3942faeeb687554f146363d2040ea1ac65a31f21cfca1f85fdbcea3076cac07a5b61213b2dc9ba975
@@ -1,5 +1,5 @@
1
1
  require 'tempfile'
2
- require './unix_ps/unix_process'
2
+ require './unix-ps/unix_process'
3
3
  module UnixPs
4
4
 
5
5
  # Subject to change, hopefully this does not cause issues
File without changes
@@ -0,0 +1,3 @@
1
+ module UnixPs
2
+ VERSION = "0.0.5"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unix-ps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Parraga
@@ -18,9 +18,9 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - README.md
21
- - lib/unix_ps.rb
22
- - lib/unix_ps/unix_process.rb
23
- - lib/unix_ps/version.rb
21
+ - lib/unix-ps.rb
22
+ - lib/unix-ps/unix_process.rb
23
+ - lib/unix-ps/version.rb
24
24
  homepage: https://github.com/Sovietaced/unix-ps
25
25
  licenses: []
26
26
  metadata: {}
@@ -1,3 +0,0 @@
1
- module UnixPs
2
- VERSION = "0.0.4"
3
- end