hamster-the-process-watcher 1.1.1 → 1.1.2
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/Rakefile +4 -4
- data/VERSION +1 -1
- data/hamster-the-process-watcher.gemspec +5 -5
- metadata +7 -7
data/Rakefile
CHANGED
@@ -5,10 +5,10 @@ begin
|
|
5
5
|
require 'jeweler'
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "hamster-the-process-watcher"
|
8
|
-
gem.summary = %Q{Hamster : The process
|
9
|
-
gem.description = %Q{Dedicated to hamsters running in wheels everywhere}
|
10
|
-
gem.email = "
|
11
|
-
gem.homepage = "http://github.com/
|
8
|
+
gem.summary = %Q{Hamster : The process Watcher}
|
9
|
+
gem.description = %Q{Dedicated to hamsters running in wheels everywhere -> Simple usermode process watcher - stay secure avoid root}
|
10
|
+
gem.email = "hampster-the-process-watcher@robotarmyma.de"
|
11
|
+
gem.homepage = "http://github.com/RAM9/hamster"
|
12
12
|
gem.authors = ["Curtis Schofield"]
|
13
13
|
gem.add_development_dependency "bundler", ">= 0"
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.2
|
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{hamster-the-process-watcher}
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Curtis Schofield"]
|
12
12
|
s.date = %q{2011-08-16}
|
13
|
-
s.description = %q{Dedicated to hamsters running in wheels everywhere}
|
14
|
-
s.email = %q{
|
13
|
+
s.description = %q{Dedicated to hamsters running in wheels everywhere -> Simple usermode process watcher - stay secure avoid root}
|
14
|
+
s.email = %q{hampster-the-process-watcher@robotarmyma.de}
|
15
15
|
s.executables = ["test_daemon", "hamster"]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE",
|
@@ -33,10 +33,10 @@ Gem::Specification.new do |s|
|
|
33
33
|
"test/helper.rb",
|
34
34
|
"test/test_process_watch.rb"
|
35
35
|
]
|
36
|
-
s.homepage = %q{http://github.com/
|
36
|
+
s.homepage = %q{http://github.com/RAM9/hamster}
|
37
37
|
s.require_paths = ["lib"]
|
38
38
|
s.rubygems_version = %q{1.6.1}
|
39
|
-
s.summary = %q{Hamster : The process
|
39
|
+
s.summary = %q{Hamster : The process Watcher}
|
40
40
|
|
41
41
|
if s.respond_to? :specification_version then
|
42
42
|
s.specification_version = 3
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hamster-the-process-watcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 2
|
10
|
+
version: 1.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Curtis Schofield
|
@@ -74,8 +74,8 @@ dependencies:
|
|
74
74
|
name: bundler
|
75
75
|
prerelease: false
|
76
76
|
type: :development
|
77
|
-
description: Dedicated to hamsters running in wheels everywhere
|
78
|
-
email:
|
77
|
+
description: Dedicated to hamsters running in wheels everywhere -> Simple usermode process watcher - stay secure avoid root
|
78
|
+
email: hampster-the-process-watcher@robotarmyma.de
|
79
79
|
executables:
|
80
80
|
- test_daemon
|
81
81
|
- hamster
|
@@ -100,7 +100,7 @@ files:
|
|
100
100
|
- test/helper.rb
|
101
101
|
- test/test_process_watch.rb
|
102
102
|
has_rdoc: true
|
103
|
-
homepage: http://github.com/
|
103
|
+
homepage: http://github.com/RAM9/hamster
|
104
104
|
licenses: []
|
105
105
|
|
106
106
|
post_install_message:
|
@@ -132,6 +132,6 @@ rubyforge_project:
|
|
132
132
|
rubygems_version: 1.6.1
|
133
133
|
signing_key:
|
134
134
|
specification_version: 3
|
135
|
-
summary: "Hamster : The process
|
135
|
+
summary: "Hamster : The process Watcher"
|
136
136
|
test_files: []
|
137
137
|
|