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.
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.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'
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  require_relative 'common'
2
3
 
3
4
  Dir.chdir(File.dirname(__FILE__)) do
@@ -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
@@ -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)
@@ -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
@@ -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