pg-safesys 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.
data/README.md CHANGED
@@ -1 +1,22 @@
1
- SafeSys is for making shell calls in a nice way on Windows and *nix
1
+ # SafeSys
2
+
3
+ > Shell out on Windows or *nix with ease
4
+
5
+ ## Installation
6
+
7
+ `gem install pg-safesys`
8
+
9
+ ## Usage
10
+
11
+ require "pg-safesys"
12
+
13
+ class Foo
14
+ include PG::SafeSys
15
+ ...
16
+ safe_system('ls')
17
+
18
+ end
19
+
20
+ ## Roadmap
21
+
22
+ * ...
@@ -1,5 +1,5 @@
1
1
  module PG
2
2
  module SafeSys
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
data/pg-safesys.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = PG::SafeSys::VERSION
8
8
  s.authors = ["Dave Johnson"]
9
9
  s.email = ["dave@nitobi.com"]
10
- s.homepage = ""
10
+ s.homepage = "http://rubygems.org/gems/pg-safesys"
11
11
  s.summary = %q{Safe, cross platform, shell calls}
12
12
  s.description = %q{Safe, cross platform, shell calls}
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-safesys
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dave Johnson
@@ -68,7 +68,7 @@ files:
68
68
  - pg-safesys.gemspec
69
69
  - spec/pg-safesys_spec.rb
70
70
  - spec/spec_helper.rb
71
- homepage: ""
71
+ homepage: http://rubygems.org/gems/pg-safesys
72
72
  licenses: []
73
73
 
74
74
  post_install_message: