mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-06 22:37:16 +02:00
Prepare to release, version should be FluentdUI::VERSION
This commit is contained in:
parent
a410691994
commit
fbd763a8a3
@ -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
2
lib/fluentd-ui.rb
Normal file
@ -0,0 +1,2 @@
|
||||
module FluentdUI
|
||||
end
|
3
lib/fluentd-ui/version.rb
Normal file
3
lib/fluentd-ui/version.rb
Normal file
@ -0,0 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.0.1.pre"
|
||||
end
|
Loading…
Reference in New Issue
Block a user