RubyGems
npm
Organizations
Log in
Sign up
RubyGems
six-updater-web
Versions diffs
0.14.3 → 0.14.4
six-updater-web 0.14.3 → 0.14.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
data/Rakefile
+1
-1
data/lib/six-updater-web/_rake.rb
+1
-0
data/lib/six-updater-web/common.rb
+4
-0
data/lib/six-updater-web/config/six-updater-web.rb
+1
-1
data/lib/six-updater-web/init.rb
+1
-0
metadata
+2
-2
data/Rakefile
CHANGED
Viewed
@@ -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.14.
3
'
10
+
s.version = '0.14.
4
'
11
11
s.has_rdoc = false
12
12
#s.extra_rdoc_files = ['README', 'LICENSE']
13
13
s.summary = 'Your summary here'
data/lib/six-updater-web/_rake.rb
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
+
# encoding: utf-8
1
2
require_relative 'common'
2
3
3
4
Dir.chdir(File.dirname(__FILE__)) do
data/lib/six-updater-web/common.rb
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
+
# encoding: utf-8
2
+
# Set default encoding
3
+
Encoding.default_internal, Encoding.default_external = ['utf-8'] * 2
4
+
1
5
require 'fileutils'
2
6
3
7
module SixUpdaterWeb
data/lib/six-updater-web/config/six-updater-web.rb
CHANGED
Viewed
@@ -19,7 +19,7 @@ case RUBY_VERSION
19
19
end
20
20
21
21
module SixUpdaterWeb
22
-
VERSION = "0.14.
3
"
22
+
VERSION = "0.14.
4
"
23
23
COMPONENT = "six-updater-web"
24
24
25
25
DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
data/lib/six-updater-web/init.rb
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
+
# encoding: utf-8
1
2
# $stdout, $stderr = # File or String in Memory (any cleanup measures?)
2
3
#require 'RubyGems'
3
4
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 14
8
-
-
3
9
-
version: 0.14.
3
8
+
-
4
9
+
version: 0.14.
4
10
10
platform: ruby
11
11
authors:
12
12
- Sickboy