Skip to content

Commit 7511383

Browse files
author
Robby Dyer
committed
More cleanup, renaming
1 parent ed397bf commit 7511383

6 files changed

+4
-175
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
*.lock
12
*.swp
23
pkg/*

Gemfile.lock

-62
This file was deleted.

Rakefile

-11
This file was deleted.

etc/voices.json

-99
This file was deleted.

bin/es-query stash-query

File renamed without changes.

es-query.gemspec stash-query.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Gem::Specification.new do |s|
2-
s.name = 'es-query'
2+
s.name = 'stash-query'
33
s.version = '0.0.1'
44
s.date = '2013-12-05'
5-
s.summary = "Gem for querying Logstash and running CDR reports"
5+
s.summary = "Gem for querying Logstash and exporting the results"
66
s.authors = ["Robby Dyer"]
7-
s.email = 'ops@tropo.com'
7+
s.email = 'robby.dyer@gmail.com'
88
s.files = Dir[ "bin/*"] + Dir["etc/*"]
99
s.executables << "es-query"
1010
s.add_runtime_dependency 'elasticsearch', '>=0.4.1'

0 commit comments

Comments
 (0)