plextail 0.0.2 → 0.0.3

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/lib/plextail/line.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  class Plextail::Line
2
3
  DEFAULTS = {
3
4
  :version => '<134>1',
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  require 'pty'
2
3
  require 'faraday'
3
4
 
data/plextail.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = 'plextail'
4
- spec.version = '0.0.2'
4
+ spec.version = '0.0.3'
5
5
  spec.authors = ['Pat Allan']
6
6
  spec.email = ['pat@freelancing-gods.com']
7
7
  spec.summary = 'Pipes tailed files to Heroku Logplex'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plextail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -125,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  segments:
127
127
  - 0
128
- hash: 3380038206689063187
128
+ hash: 4478121984730216438
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  none: false
131
131
  requirements:
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  segments:
136
136
  - 0
137
- hash: 3380038206689063187
137
+ hash: 4478121984730216438
138
138
  requirements: []
139
139
  rubyforge_project:
140
140
  rubygems_version: 1.8.23