Prepare to release, version should be FluentdUI::VERSION

This commit is contained in:
uu59 2014-05-21 15:53:13 +09:00
parent a410691994
commit fbd763a8a3
3 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
#require 'fluentd/ui/version'
require 'fluentd-ui/version'
Gem::Specification.new do |spec|
spec.name = "fluentd-ui"

2
lib/fluentd-ui.rb Normal file
View File

@ -0,0 +1,2 @@
module FluentdUI
end

View File

@ -0,0 +1,3 @@
module FluentdUI
VERSION = "0.0.1.pre"
end