flydata 0.2.28 → 0.2.29

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bde8ac1d5079ec1086baca972d51548f98e5b96b
4
- data.tar.gz: 5d6ddbacb6f4e16e9f502623f6c8a197efdf03f3
3
+ metadata.gz: fe45a465ce979b91e41ebfa3993cdd0b136de6bf
4
+ data.tar.gz: a929728a274a8fa8af440a77333f155c1a8d1442
5
5
  SHA512:
6
- metadata.gz: 922db0c489085b5b86160658965b8154701f09ab826c5b5eed58547dcc61b13c89ebc1bbe98aba9eb44c63615dafb9039ca0e4214fbc31b6215466b82722ba3b
7
- data.tar.gz: fdafc2ffdd7995f6c7c91e8af09845c58e3ac682924c79f23b2f5ce1108bc9a671f435ff7af985e55b74ed69e8f8b5ad22d8cd92ad73001f00c1b9353f1f7daa
6
+ metadata.gz: 37477dc1882b8faf6ad42459de4de796e0b3f78151d3ac095547fc9c9817c05ae72251962e71fb21f31d1d6eb9ea86fa9b2580b15b9106351030c8ef7d1f687a
7
+ data.tar.gz: 70832d4d94503232338e09e3f3f7eecceea1a96dab7d62b2cd17418c97dcf6b31c750918040c4e177b9124961e38deab6156f8221126939b6c8d43d7df820fe6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.28
1
+ 0.2.29
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: flydata 0.2.28 ruby lib
5
+ # stub: flydata 0.2.29 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "flydata"
9
- s.version = "0.2.28"
9
+ s.version = "0.2.29"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Koichi Fujikawa", "Masashi Miyazaki", "Matthew Luu", "Mak Inada", "Sriram NS"]
14
- s.date = "2015-01-16"
14
+ s.date = "2015-01-23"
15
15
  s.description = "FlyData Agent"
16
16
  s.email = "sysadmin@flydata.com"
17
17
  s.executables = ["fdmysqldump", "flydata", "serverinfo"]
@@ -52,6 +52,7 @@ EOT
52
52
  CHARSET_ENCODE_RULE = {
53
53
  'ascii' => nil, # 'ASCII-8BIT', (not need to be encoded)
54
54
  'utf8' => nil, # 'UTF-8', (not need to be encoded)
55
+ 'utf8mb4' => nil, # 'UTF-8', (not need to be encoded)
55
56
  'utf16' => 'UTF-16',
56
57
  'utf32' => 'UTF-32',
57
58
  'latin1' => 'ISO-8859-1',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.28
4
+ version: 0.2.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Fujikawa
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-01-16 00:00:00.000000000 Z
15
+ date: 2015-01-23 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rest-client