bcat 0.6.0 → 0.6.1

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.
Files changed (4) hide show
  1. data/CONTRIBUTING +11 -3
  2. data/bcat.gemspec +3 -3
  3. data/lib/bcat.rb +1 -1
  4. metadata +8 -8
@@ -1,5 +1,13 @@
1
- Report bcat bugs and patches to the issue tracker:
1
+ Please submit pull requests to:
2
2
 
3
- <http://github.com/rtomayko/bcat/issues>
3
+ <https://github.com/rtomayko/bcat/pulls>
4
4
 
5
- Unified diff patches and links to forks are appreciated.
5
+ For information on forking repositories and sending pull requests:
6
+
7
+ <http://help.github.com/pull-requests/>
8
+
9
+ If you prefer sending text patches, please use git-format-patch(1) to generate
10
+ them so I can attribute you properly. Text patches can be submitted to the issue
11
+ tracker:
12
+
13
+ <https://github.com/rtomayko/bcat/issues>
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bcat'
3
- s.version = '0.6.0'
4
- s.date = '2011-02-21'
3
+ s.version = '0.6.1'
4
+ s.date = '2011-05-22'
5
5
 
6
6
  s.description = "pipe to browser utility"
7
7
  s.summary =
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
49
  s.executables = ['a2h', 'bcat', 'btee']
50
50
 
51
51
  s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
52
- s.add_dependency 'rack', '< 1.2'
52
+ s.add_dependency 'rack', '~> 1.0'
53
53
 
54
54
  s.extra_rdoc_files = %w[COPYING]
55
55
 
@@ -6,7 +6,7 @@ require 'bcat/server'
6
6
  require 'bcat/browser'
7
7
 
8
8
  class Bcat
9
- VERSION = '0.6.0'
9
+ VERSION = '0.6.1'
10
10
  include Rack::Utils
11
11
 
12
12
  attr_reader :format
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcat
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Tomayko
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-21 00:00:00 -08:00
18
+ date: 2011-05-22 00:00:00 -07:00
19
19
  default_executable: bcat
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -24,13 +24,13 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - <
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 11
29
+ hash: 15
30
30
  segments:
31
31
  - 1
32
- - 2
33
- version: "1.2"
32
+ - 0
33
+ version: "1.0"
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  description: pipe to browser utility