rack-tail_file 0.0.1 → 0.0.2

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.
@@ -1,7 +1,7 @@
1
1
  module Rack
2
2
 
3
3
  class TailFile
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
 
7
7
  end
@@ -8,11 +8,17 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Rack::TailFile::VERSION
9
9
  spec.authors = ["Beth"]
10
10
  spec.email = ["beth@bethesque.com"]
11
- spec.description = %q{Like Rack::File, but it serves the last lines of a file}
12
- spec.summary = %q{A rack app that serves the last lines of a file}
11
+ spec.description = %q{This gem is deprecated - see rack-tail}
12
+ spec.summary = %q{Deprecated - see rack-tail}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
16
+ spec.post_install_message = <<-MESSAGE
17
+ ! The rack-tail_file gem has been deprecated and has been replaced by rack-tail.
18
+ ! See: https://rubygems.org/gems/rack-tail
19
+ ! And: https://github.com/bethesque/rack-tail
20
+ MESSAGE
21
+
16
22
  spec.files = `git ls-files`.split($/)
17
23
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
24
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-tail_file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -107,7 +107,7 @@ dependencies:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
- description: Like Rack::File, but it serves the last lines of a file
110
+ description: This gem is deprecated - see rack-tail
111
111
  email:
112
112
  - beth@bethesque.com
113
113
  executables: []
@@ -128,7 +128,9 @@ files:
128
128
  homepage: ''
129
129
  licenses:
130
130
  - MIT
131
- post_install_message:
131
+ post_install_message: ! " ! The rack-tail_file gem has been deprecated and has
132
+ been replaced by rack-tail.\n ! See: https://rubygems.org/gems/rack-tail\n !
133
+ \ And: https://github.com/bethesque/rack-tail\n"
132
134
  rdoc_options: []
133
135
  require_paths:
134
136
  - lib
@@ -140,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
142
  version: '0'
141
143
  segments:
142
144
  - 0
143
- hash: 2187452435069552088
145
+ hash: -1098041769683248836
144
146
  required_rubygems_version: !ruby/object:Gem::Requirement
145
147
  none: false
146
148
  requirements:
@@ -149,13 +151,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
151
  version: '0'
150
152
  segments:
151
153
  - 0
152
- hash: 2187452435069552088
154
+ hash: -1098041769683248836
153
155
  requirements: []
154
156
  rubyforge_project:
155
157
  rubygems_version: 1.8.23
156
158
  signing_key:
157
159
  specification_version: 3
158
- summary: A rack app that serves the last lines of a file
160
+ summary: Deprecated - see rack-tail
159
161
  test_files:
160
162
  - spec/fixtures/test.txt
161
163
  - spec/lib/rack/tail_file_spec.rb