flydata 0.6.7 → 0.6.8
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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +7 -4
- data/VERSION +1 -1
- data/flydata.gemspec +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6e8720b9ddefaf9b9e82c04d4fe4a9507af9626
|
|
4
|
+
data.tar.gz: c978a8cc67846795fa8da315e2af784c4b69a0bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69f58a4d4f5b36a6946d6d088b24cdf3e3d4e0bcc020331460ac01635f291ce7fc2b374b895ce6c93aedb1cc6ce643fb2cf4ee4f61ff9c86f796c3fe60aec5cc
|
|
7
|
+
data.tar.gz: ad31dd015097ed93398d015a6a5b074e453c20746abeb96c66edae45b4963a59a10219888688c146ebd29daa620ab66dfd0996a4c7792933387481423fed931c
|
data/Gemfile
CHANGED
|
@@ -14,7 +14,7 @@ gem "slop", '~> 3.4', '>= 3.4.6'
|
|
|
14
14
|
gem "treetop", '~> 1.5', '>= 1.5.3'
|
|
15
15
|
gem "sys-filesystem", '~> 1.1', '>= 1.1.3'
|
|
16
16
|
gem "io-console", '~> 0.4.2', '>= 0.4.2'
|
|
17
|
-
gem "kodama", '~> 0.1', '>= 0.1.
|
|
17
|
+
gem "kodama", '~> 0.1', '>= 0.1.9'
|
|
18
18
|
gem "serverengine", '~> 1.5'
|
|
19
19
|
|
|
20
20
|
group :development do
|
data/Gemfile.lock
CHANGED
|
@@ -61,8 +61,8 @@ GEM
|
|
|
61
61
|
rdoc
|
|
62
62
|
json (1.8.1)
|
|
63
63
|
jwt (1.0.0)
|
|
64
|
-
kodama (0.1.
|
|
65
|
-
ruby-binlog (~> 1.0, >= 1.0.
|
|
64
|
+
kodama (0.1.9)
|
|
65
|
+
ruby-binlog (~> 1.0, >= 1.0.7)
|
|
66
66
|
method_source (0.8.2)
|
|
67
67
|
mime-types (2.3)
|
|
68
68
|
minitest (4.7.5)
|
|
@@ -108,7 +108,7 @@ GEM
|
|
|
108
108
|
rspec-mocks (3.0.3)
|
|
109
109
|
rspec-support (~> 3.0.0)
|
|
110
110
|
rspec-support (3.0.3)
|
|
111
|
-
ruby-binlog (1.0.
|
|
111
|
+
ruby-binlog (1.0.7)
|
|
112
112
|
ruby-prof (0.15.1)
|
|
113
113
|
serverengine (1.5.10)
|
|
114
114
|
sigdump (~> 0.2.2)
|
|
@@ -138,7 +138,7 @@ DEPENDENCIES
|
|
|
138
138
|
io-console (~> 0.4.2, >= 0.4.2)
|
|
139
139
|
jeweler (~> 1.8, >= 1.8.8)
|
|
140
140
|
json (~> 1.8, >= 1.8.0)
|
|
141
|
-
kodama (~> 0.1, >= 0.1.
|
|
141
|
+
kodama (~> 0.1, >= 0.1.9)
|
|
142
142
|
mysql2 (~> 0.3, >= 0.3.17)
|
|
143
143
|
pg (~> 0.18.4)
|
|
144
144
|
protected_attributes (~> 1.0, >= 1.0.8)
|
|
@@ -153,3 +153,6 @@ DEPENDENCIES
|
|
|
153
153
|
sys-filesystem (~> 1.1, >= 1.1.3)
|
|
154
154
|
timecop (~> 0.7, >= 0.7.1)
|
|
155
155
|
treetop (~> 1.5, >= 1.5.3)
|
|
156
|
+
|
|
157
|
+
BUNDLED WITH
|
|
158
|
+
1.11.2
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.8
|
data/flydata.gemspec
CHANGED
|
Binary file
|
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.6.
|
|
4
|
+
version: 0.6.8
|
|
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: 2016-02-
|
|
15
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rest-client
|
|
@@ -262,7 +262,7 @@ dependencies:
|
|
|
262
262
|
requirements:
|
|
263
263
|
- - '>='
|
|
264
264
|
- !ruby/object:Gem::Version
|
|
265
|
-
version: 0.1.
|
|
265
|
+
version: 0.1.9
|
|
266
266
|
- - ~>
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
268
|
version: '0.1'
|
|
@@ -272,7 +272,7 @@ dependencies:
|
|
|
272
272
|
requirements:
|
|
273
273
|
- - '>='
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
|
-
version: 0.1.
|
|
275
|
+
version: 0.1.9
|
|
276
276
|
- - ~>
|
|
277
277
|
- !ruby/object:Gem::Version
|
|
278
278
|
version: '0.1'
|
|
@@ -805,7 +805,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
805
805
|
version: '0'
|
|
806
806
|
requirements: []
|
|
807
807
|
rubyforge_project:
|
|
808
|
-
rubygems_version: 2.
|
|
808
|
+
rubygems_version: 2.4.3
|
|
809
809
|
signing_key:
|
|
810
810
|
specification_version: 4
|
|
811
811
|
summary: FlyData Agent
|