This commit is contained in:
uu59 2014-11-13 11:32:15 +09:00
parent d3f40e3160
commit 3e4582c56b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Release 0.3.7 - 2014/11/13
* [maintenance] Change httpclient gem as stable version.
Release 0.3.6 - 2014/11/12 Release 0.3.6 - 2014/11/12
* [improve] Don't install ri and rdoc. * [improve] Don't install ri and rdoc.

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
fluentd-ui (0.3.6) fluentd-ui (0.3.7)
addressable addressable
bundler bundler
draper (~> 1.3) draper (~> 1.3)

View File

@ -1,3 +1,3 @@
module FluentdUI module FluentdUI
VERSION = "0.3.6" VERSION = "0.3.7"
end end