This commit is contained in:
uu59 2014-11-10 11:40:19 +09:00
parent f6e12baca3
commit 937cdc0b39
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Release 0.3.2 - 2014/11/10
* [fixed] Auto update fluentd-ui feature
Release 0.3.1 - 2014/11/05
* [maintenance] Update dependencies

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.1)
fluentd-ui (0.3.2)
addressable
bundler
draper (~> 1.3)
@ -103,7 +103,7 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
httpclient (2.5.3.1)
httpclient (2.5.3.2)
i18n (0.6.11)
i18n_generators (1.2.1)
mechanize

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.1"
VERSION = "0.3.2"
end