six-updater-web 0.24.7 → 0.24.8

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'six-updater-web'
10
- s.version = '0.24.7'
10
+ s.version = '0.24.8'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -47,6 +47,7 @@ Rails::Initializer.run do |config|
47
47
 
48
48
  # Specify gems that this application depends on and have them installed with rake gems:install
49
49
  # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
50
+ #config.gem "win32-api", :version => "= 1.4.6"
50
51
  config.gem "sqlite3-ruby", :lib => "sqlite3"
51
52
  config.gem "haml", :version => "~> 3.0.21"
52
53
  config.gem "coderay"
@@ -15,6 +15,7 @@ end
15
15
 
16
16
  case RUBY_PLATFORM
17
17
  when /-mingw32$/, /-mswin32$/
18
+ gem 'win32-api', "= 1.4.6"
18
19
  gem 'win32-process'
19
20
  require 'win32/registry'
20
21
  require "win32/process"
@@ -23,7 +24,7 @@ end
23
24
  require 'open3'
24
25
 
25
26
  module SixUpdaterWeb
26
- VERSION = "0.24.7"
27
+ VERSION = "0.24.8"
27
28
  COMPONENT = "six-updater-web"
28
29
 
29
30
  DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 24
8
- - 7
9
- version: 0.24.7
8
+ - 8
9
+ version: 0.24.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-01 00:00:00 +01:00
17
+ date: 2010-12-04 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency