fishwife 1.5.2-java → 1.6.0-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55540d0800e12e66a73e1db44cedd1fb8866d542
4
- data.tar.gz: 5a5614ab1993e5114a00527c3d469fe6ad8e2e71
3
+ metadata.gz: c08d6392476c7f51c50ffaefb0252cc7b10b1e59
4
+ data.tar.gz: 64ef4522058f2a70cdfa3af742d9da589a5f99a4
5
5
  SHA512:
6
- metadata.gz: b836cb0ccf45f391e243dbaa5b44e0b6f14db5d777c2eb922372e3280f48909dc48e2d779f4cea3dd43bef2e6d9a807bf988ebe0961717db59b3e9fd9da0d8c3
7
- data.tar.gz: 155e46a47914fe48d338613bc3f4868fda552f3620aa307423db610e155a9569e3427ee7718124e5b47c48cbc75d36f6f2aa62039b5178e1ec6d5a0a9233d3e0
6
+ metadata.gz: dc21f106d82cf9bdacb4add0e668162e5a2487b0df21f93c88559f2c22d0ade21c091a5e295b1b43b3594e5985b7d7e806e8a69887aa876ddea4062eae32a19a
7
+ data.tar.gz: e45dee04a321cfafad47744891b8db3439353706441f69bbce9a43b4a6a88b2fc4ca91db6cfbb1033b570ed9b39c1ddb1ef28be939f67276304614baaf6efcb4
@@ -1,5 +1,8 @@
1
+ === 1.6.0 (2014-8-20)
2
+ * Upgrade to rjack-jetty [9.1.3, 9.3). This includes 9.2.2.0.
3
+
1
4
  === 1.5.2 (2013-12-6)
2
- * Upgrade/broaden to rjack-jetty [9.0.0.5,9.2). This includes 9.1.0.0
5
+ * Upgrade/broaden to rjack-jetty [9.0.0.5, 9.2). This includes 9.1.0.0
3
6
  (javax.servlet 3.1.0).
4
7
 
5
8
  === 1.5.1 (2013-5-7)
@@ -17,4 +17,4 @@ spec/spec_helper.rb
17
17
  spec/test_app.rb
18
18
  spec/data/hello.txt
19
19
  spec/data/reddit-icon.png
20
- lib/fishwife/fishwife-1.5.2.jar
20
+ lib/fishwife/fishwife-1.6.0.jar
@@ -15,7 +15,7 @@ As compared to similar projects, most notably
15
15
  from which it was originally forked, Fishwife offers the following
16
16
  unique features:
17
17
 
18
- * Depends on the {rjack-jetty}[http://rjack.rubyforge.org/jetty]
18
+ * Depends on the {rjack-jetty}[http://rjack.gravitext.com/jetty]
19
19
  gem which closely tracks the upstream Jetty project, currently for
20
20
  versions 7.x and 9.x. You can test and control the version of Jetty
21
21
  you use, for example via Bundler, independent of the Fishwife release.
@@ -53,11 +53,11 @@ See included example/config.ru and the note below on logging.
53
53
  == Logging
54
54
 
55
55
  Fishwife requires
56
- {rjack-slf4j}[http://rjack.rubyforge.org/slf4j/RJack/SLF4J.html] which
56
+ {rjack-slf4j}[http://rjack.gravitext.com/slf4j/RJack/SLF4J.html] which
57
57
  provides a unified interface for Java/Ruby logging. Jetty auto-detect
58
58
  SLF4J's presence and logs there. A logging output provider must also
59
59
  be loaded. The fishwife script will load
60
- {rjack-logback}[http://rjack.rubyforge.org/logback/RJack/Logback.html]
60
+ {rjack-logback}[http://rjack.gravitext.com/logback/RJack/Logback.html]
61
61
  if found or otherwise fall back to `rjack-slf4j/simple`. If you are
62
62
  starting Fishwife through some other means than the fishwife script, you
63
63
  will need to load an output provider (see linked docs and notes in
@@ -88,7 +88,7 @@ Unix-like logrotate(8) may be used with the former process monitors.
88
88
 
89
89
  == License
90
90
 
91
- Copyright (c) 2011-2013 David Kellum
91
+ Copyright (c) 2011-2014 David Kellum
92
92
 
93
93
  Licensed under the Apache License, Version 2.0 (the "License"); you
94
94
  may not use this file except in compliance with the License. You
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env jruby
2
2
  # -*- ruby -*-
3
3
  #--
4
- # Copyright (c) 2011-2013 David Kellum
4
+ # Copyright (c) 2011-2014 David Kellum
5
5
  # Copyright (c) 2010-2011 Don Werve
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  # Copyright (c) 2010-2011 Don Werve
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License"); you
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -15,6 +15,6 @@
15
15
  #++
16
16
 
17
17
  module Fishwife
18
- VERSION = '1.5.2'
18
+ VERSION = '1.6.0'
19
19
  LIB_DIR = File.dirname( __FILE__ )
20
20
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  # Copyright (c) 2010-2011 Don Werve
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License"); you
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
data/pom.xml CHANGED
@@ -4,7 +4,7 @@
4
4
  <groupId>fishwife</groupId>
5
5
  <artifactId>fishwife</artifactId>
6
6
  <packaging>jar</packaging>
7
- <version>1.5.2</version>
7
+ <version>1.6.0</version>
8
8
  <name>Fishwife Java Extension</name>
9
9
 
10
10
  <properties>
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  # Copyright (c) 2010-2011 Don Werve
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License"); you
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  # Copyright (c) 2010-2011 Don Werve
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License"); you
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  # Copyright (c) 2010-2011 Don Werve
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License"); you
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fishwife
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.6.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-06 00:00:00.000000000 Z
11
+ date: 2014-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -30,18 +30,18 @@ dependencies:
30
30
  requirements:
31
31
  - - '>='
32
32
  - !ruby/object:Gem::Version
33
- version: 9.0.0.5
33
+ version: 9.1.3
34
34
  - - <
35
35
  - !ruby/object:Gem::Version
36
- version: '9.2'
36
+ version: '9.3'
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '>='
40
40
  - !ruby/object:Gem::Version
41
- version: 9.0.0.5
41
+ version: 9.1.3
42
42
  - - <
43
43
  - !ruby/object:Gem::Version
44
- version: '9.2'
44
+ version: '9.3'
45
45
  prerelease: false
46
46
  type: :runtime
47
47
  - !ruby/object:Gem::Dependency
@@ -143,7 +143,7 @@ files:
143
143
  - spec/test_app.rb
144
144
  - spec/data/hello.txt
145
145
  - spec/data/reddit-icon.png
146
- - lib/fishwife/fishwife-1.5.2.jar
146
+ - lib/fishwife/fishwife-1.6.0.jar
147
147
  homepage: http://github.com/dekellum/fishwife
148
148
  licenses: []
149
149
  metadata: {}
@@ -168,5 +168,5 @@ rubyforge_project:
168
168
  rubygems_version: 2.1.9
169
169
  signing_key:
170
170
  specification_version: 4
171
- summary: A hard working Jetty 7 based rack handler.
171
+ summary: A Jetty based Rack HTTP 1.1 server.
172
172
  test_files: []