mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Fix versioning now that we're on git. Bump minor due to versioning
changes.
This commit is contained in:
parent
cd4f6fa276
commit
8aea20cc2a
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ Gem::Specification.new do |spec|
|
|||
files += Dir["#{dir}/**/*"]
|
||||
end
|
||||
|
||||
rev = %x{svn info}.split("\n").grep(/Revision:/).first.split(" ").last.to_i
|
||||
#rev = Time.now.strftime("%Y%m%d%H%M%S")
|
||||
#rev = %x{svn info}.split("\n").grep(/Revision:/).first.split(" ").last.to_i
|
||||
rev = Time.now.strftime("%Y%m%d%H%M%S")
|
||||
spec.name = "logstash"
|
||||
spec.version = "0.1.#{rev}"
|
||||
spec.version = "0.2.#{rev}"
|
||||
spec.summary = "logstash - log and event management"
|
||||
spec.description = "scalable log and event management (search, archive, pipeline)"
|
||||
spec.add_dependency("eventmachine-tail")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue