fishwife 1.7.0-java → 1.7.1-java

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c401c8d2d0ab0ad9a9fa4c2f3e7698f6efa66814
4
- data.tar.gz: 00ec5e80418ebed7743eda5332c7bc594d0f58be
3
+ metadata.gz: 49ba88942b20584f44b25aefd7bf7e89b7aca866
4
+ data.tar.gz: 852715381ce87883a6eb97faf83e3bf79721ff48
5
5
  SHA512:
6
- metadata.gz: 05ac32f4acf00afbbb79932a6573b1c19be2e903a7c3375af31e7e092896569b3cfde56add2b2ab132781a2cae89b1a6aa92a1562b88dec2872ae89e0b21201f
7
- data.tar.gz: af7f17f2c9f6031edb27977068e5b744f984cf833b2e1406490c124925538ebdf6ee9b2d996cd4e39ec525471a79c9ed6229cc744acaf7218985419a7720dccf
6
+ metadata.gz: 05b6d43b0a0322c543c81d8adb212fa56f6f4104d2f70234af482e2cec75c35e7901952d92c25df9f39be9280ca40fe1a1e5b80e138994247f761e82aecf63e5
7
+ data.tar.gz: f96dfb3a3322d399189362c76ac84befa24348c2b82ffc7343ef2e83d1c0768022aed4f3992073dcf7a782895ae5ce53b17f626216804a6e3b1be56b3fd5aba9
@@ -1,3 +1,7 @@
1
+ === 1.7.1 (2015-3-30)
2
+ * Add missing StringIO require from 1.7.0 rewind feature
3
+ changes (Theo Hultberg, #8)
4
+
1
5
  === 1.7.0 (2015-2-12)
2
6
  * Added a complete implementation of input stream rewind for request
3
7
  bodies, per Rack requirements. This uses an in-memory StringIO
@@ -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.7.0.jar
20
+ lib/fishwife/fishwife-1.7.1.jar
@@ -15,6 +15,6 @@
15
15
  #++
16
16
 
17
17
  module Fishwife
18
- VERSION = '1.7.0'
18
+ VERSION = '1.7.1'
19
19
  LIB_DIR = File.dirname( __FILE__ )
20
20
  end
@@ -16,6 +16,7 @@
16
16
  #++
17
17
 
18
18
  require 'tempfile'
19
+ require 'stringio'
19
20
 
20
21
  # Magic loader hook -> JRubyService
21
22
  require 'fishwife/JRuby'
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.7.0</version>
7
+ <version>1.7.1</version>
8
8
  <name>Fishwife Java Extension</name>
9
9
 
10
10
  <properties>
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.7.0
4
+ version: 1.7.1
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-13 00:00:00.000000000 Z
11
+ date: 2015-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -140,7 +140,7 @@ files:
140
140
  - example/giant.ru
141
141
  - lib/fishwife.rb
142
142
  - lib/fishwife/base.rb
143
- - lib/fishwife/fishwife-1.7.0.jar
143
+ - lib/fishwife/fishwife-1.7.1.jar
144
144
  - lib/fishwife/http_server.rb
145
145
  - lib/fishwife/rack_servlet.rb
146
146
  - lib/rack/handler/fishwife.rb