carbonator 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/carbonator.gemspec +1 -1
- data/lib/carbonator/version.rb +1 -1
- metadata +7 -7
data/carbonator.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Carbonator::VERSION
|
|
9
9
|
gem.authors = ["Michael Gorsuch"]
|
|
10
10
|
gem.email = ["michael.gorsuch@gmail.com"]
|
|
11
|
-
gem.description = %q{
|
|
11
|
+
gem.description = %q{Carbonator is an experimental line filter that transforms log lines into graphte / carbon compatable inputs.}
|
|
12
12
|
gem.summary = gem.description
|
|
13
13
|
gem.homepage = 'https://github.com/gorsuch/carbonator'
|
|
14
14
|
|
data/lib/carbonator/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carbonator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -75,8 +75,8 @@ dependencies:
|
|
|
75
75
|
- - '='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: 0.0.5
|
|
78
|
-
description:
|
|
79
|
-
|
|
78
|
+
description: Carbonator is an experimental line filter that transforms log lines into
|
|
79
|
+
graphte / carbon compatable inputs.
|
|
80
80
|
email:
|
|
81
81
|
- michael.gorsuch@gmail.com
|
|
82
82
|
executables:
|
|
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
version: '0'
|
|
113
113
|
segments:
|
|
114
114
|
- 0
|
|
115
|
-
hash: -
|
|
115
|
+
hash: -2094873698156784253
|
|
116
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
117
|
none: false
|
|
118
118
|
requirements:
|
|
@@ -121,14 +121,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
version: '0'
|
|
122
122
|
segments:
|
|
123
123
|
- 0
|
|
124
|
-
hash: -
|
|
124
|
+
hash: -2094873698156784253
|
|
125
125
|
requirements: []
|
|
126
126
|
rubyforge_project:
|
|
127
127
|
rubygems_version: 1.8.23
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 3
|
|
130
|
-
summary:
|
|
131
|
-
compatable inputs.
|
|
130
|
+
summary: Carbonator is an experimental line filter that transforms log lines into
|
|
131
|
+
graphte / carbon compatable inputs.
|
|
132
132
|
test_files:
|
|
133
133
|
- spec/carbonator/parser_spec.rb
|
|
134
134
|
- spec/spec_helper.rb
|