carbonator 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
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{An experimental toolkit for transforming key=value text streams into Carbon compatable inputs.}
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
 
@@ -1,3 +1,3 @@
1
1
  module Carbonator
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
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.7
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: An experimental toolkit for transforming key=value text streams into
79
- Carbon compatable inputs.
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: -3619592744041821464
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: -3619592744041821464
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: An experimental toolkit for transforming key=value text streams into Carbon
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