fluentd-ui 0.3.5 → 0.3.6
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.
Potentially problematic release.
This version of fluentd-ui might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/ChangeLog +7 -0
- data/Gemfile.lock +1 -1
- data/app/models/plugin.rb +1 -1
- data/lib/fluentd-ui/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 865bcf4e3b112fd95ed679df4bd11f6ed103d640
|
4
|
+
data.tar.gz: f942bb93a1e62af96df8d904a6b15b752eff3fdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea3d9d4235616f44cd21f13d1112768090f6c58fb2d49e84fe19193a67334fa9ffe459a28f48e6687f1d319af6c453df973a8ff39f43bd22cae768829ca7274e
|
7
|
+
data.tar.gz: 2a83e60720d1eba3b3ab0a5b9b45c67bc7297d268115f9c976714ef2cb313a792203262fc08066910e5b03f6b1eacdf5ab566b71f5a6d25407e9bd6f0f0000b8
|
data/ChangeLog
CHANGED
@@ -1,11 +1,18 @@
|
|
1
|
+
Release 0.3.6 - 2014/11/12
|
2
|
+
|
3
|
+
* [improve] Don't install ri and rdoc.
|
4
|
+
|
5
|
+
|
1
6
|
Release 0.3.5 - 2014/11/12
|
2
7
|
|
3
8
|
* [fixed] `/etc/init.d/td-agent stop` was killing the td-agent-ui on Debian based distributions.
|
4
9
|
|
10
|
+
|
5
11
|
Release 0.3.4 - 2014/11/12
|
6
12
|
|
7
13
|
* yanked
|
8
14
|
|
15
|
+
|
9
16
|
Release 0.3.3 - 2014/11/11
|
10
17
|
|
11
18
|
* [fixed] td-agent detection on Mac OS X
|
data/Gemfile.lock
CHANGED
data/app/models/plugin.rb
CHANGED
data/lib/fluentd-ui/version.rb
CHANGED