smartguard 0.4.1 → 0.4.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.
@@ -44,7 +44,7 @@ module Smartguard
44
44
 
45
45
  def reboot
46
46
  stop_services
47
- Process.spawn 'reboot'
47
+ ::Process.spawn 'reboot'
48
48
  end
49
49
 
50
50
  def reboot_async
@@ -1,3 +1,3 @@
1
1
  module Smartguard
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
data/smartguard.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'smartguard/version'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "smartguard"
8
8
  gem.version = Smartguard::VERSION
9
- gem.authors = ["Boris Staal"]
10
- gem.email = ["boris@roundlake.ru"]
9
+ gem.authors = ["Boris Staal", 'Sergey Gridasov']
10
+ gem.email = ["boris@roundlake.ru", 'grindars@gmail.com']
11
11
  gem.description = %q{Smartguard is the Smartkiosk services control daemon}
12
12
  gem.summary = gem.description
13
- gem.homepage = "https://github.com/roundlake/smartguard"
13
+ gem.homepage = "https://github.com/smartkiosk/smartguard"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartguard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Boris Staal
9
+ - Sergey Gridasov
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2013-02-01 00:00:00.000000000 Z
13
+ date: 2013-02-02 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: smartkiosk-common
@@ -110,6 +111,7 @@ dependencies:
110
111
  description: Smartguard is the Smartkiosk services control daemon
111
112
  email:
112
113
  - boris@roundlake.ru
114
+ - grindars@gmail.com
113
115
  executables:
114
116
  - smartguard
115
117
  - smartguardctl
@@ -136,7 +138,7 @@ files:
136
138
  - lib/smartguard/process_manager.rb
137
139
  - lib/smartguard/version.rb
138
140
  - smartguard.gemspec
139
- homepage: https://github.com/roundlake/smartguard
141
+ homepage: https://github.com/smartkiosk/smartguard
140
142
  licenses: []
141
143
  post_install_message:
142
144
  rdoc_options: []