fishwife 1.3.0-java → 1.3.1-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.3.1 (2012-9-15)
2
+ * Upgrade/broaden to slf4j [1.6.5,1.8), logback ~> 1.2 (dev)
3
+
1
4
  === 1.3.0 (2012-2-12)
2
5
  * Add OutputUtil JRuby java extension for write_body and
3
6
  write_file. This increases single threaded output performance from
data/Manifest.txt CHANGED
@@ -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.3.0.jar
20
+ lib/fishwife/fishwife-1.3.1.jar
data/lib/fishwife/base.rb CHANGED
@@ -15,6 +15,6 @@
15
15
  #++
16
16
 
17
17
  module Fishwife
18
- VERSION = '1.3.0'
18
+ VERSION = '1.3.1'
19
19
  LIB_DIR = File.dirname( __FILE__ )
20
20
  end
Binary file
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.3.0</version>
7
+ <version>1.3.1</version>
8
8
  <name>Fishwife Java Extension</name>
9
9
 
10
10
  <properties>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fishwife
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.0
5
+ version: 1.3.1
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-02-12 00:00:00 Z
13
+ date: 2012-09-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack
@@ -42,9 +42,12 @@ dependencies:
42
42
  version_requirements: &id003 !ruby/object:Gem::Requirement
43
43
  none: false
44
44
  requirements:
45
- - - ~>
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 1.6.5
48
+ - - <
46
49
  - !ruby/object:Gem::Version
47
- version: 1.6.1
50
+ version: "1.8"
48
51
  requirement: *id003
49
52
  prerelease: false
50
53
  type: :runtime
@@ -55,7 +58,7 @@ dependencies:
55
58
  requirements:
56
59
  - - ~>
57
60
  - !ruby/object:Gem::Version
58
- version: 1.6.4
61
+ version: 1.7.5
59
62
  requirement: *id004
60
63
  prerelease: false
61
64
  type: :development
@@ -122,7 +125,7 @@ files:
122
125
  - spec/test_app.rb
123
126
  - spec/data/hello.txt
124
127
  - spec/data/reddit-icon.png
125
- - lib/fishwife/fishwife-1.3.0.jar
128
+ - lib/fishwife/fishwife-1.3.1.jar
126
129
  homepage: http://github.com/dekellum/fishwife
127
130
  licenses: []
128
131
 
Binary file