zbatery 0.4.0 → 0.5.0
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.
- data/ChangeLog +11 -1
- data/GIT-VERSION-FILE +1 -1
- data/GIT-VERSION-GEN +1 -1
- data/NEWS +6 -0
- data/lib/zbatery.rb +2 -2
- data/t/test_isolate.rb +2 -2
- data/zbatery.gemspec +1 -1
- metadata +7 -7
data/ChangeLog
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
ChangeLog from git://git.bogomips.org/zbatery.git (v0.3.1..v0.
|
|
1
|
+
ChangeLog from git://git.bogomips.org/zbatery.git (v0.3.1..v0.5.0)
|
|
2
2
|
|
|
3
|
+
commit 454417bf65dccd9b56e6c8d8272a4cbfd432f94b
|
|
4
|
+
Author: Eric Wong <normalperson@yhbt.net>
|
|
5
|
+
Date: Sat Nov 20 03:31:47 2010 +0000
|
|
6
|
+
|
|
7
|
+
Zbatery 0.5.0 - Rainbows! 2.0.x sync
|
|
8
|
+
|
|
9
|
+
This release syncs up with the latest from Rainbows! 2.0.x
|
|
10
|
+
and Unicorn 3.0.x. See Rainbows! and Unicorn release notes
|
|
11
|
+
and changelogs for relevant details.
|
|
12
|
+
|
|
3
13
|
commit f3aa4b5c01c9ff7d72c6ce5bfde398d556e15d5a
|
|
4
14
|
Author: Eric Wong <normalperson@yhbt.net>
|
|
5
15
|
Date: Thu Oct 28 09:44:45 2010 +0000
|
data/GIT-VERSION-FILE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
GIT_VERSION = 0.
|
|
1
|
+
GIT_VERSION = 0.5.0
|
data/GIT-VERSION-GEN
CHANGED
data/NEWS
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
=== 0.5.0 / 2010-11-20 03:32 UTC
|
|
2
|
+
|
|
3
|
+
This release syncs up with the latest from Rainbows! 2.0.x
|
|
4
|
+
and Unicorn 3.0.x. See Rainbows! and Unicorn release notes
|
|
5
|
+
and changelogs for relevant details.
|
|
6
|
+
|
|
1
7
|
=== 0.4.0 / 2010-10-28 09:45 UTC
|
|
2
8
|
|
|
3
9
|
This release syncs up with the latest from Rainbows! 1.0.x
|
data/lib/zbatery.rb
CHANGED
data/t/test_isolate.rb
CHANGED
|
@@ -15,8 +15,8 @@ $stdout.reopen($stderr)
|
|
|
15
15
|
|
|
16
16
|
Isolate.now!(opts) do
|
|
17
17
|
gem 'rack', '1.2.1'
|
|
18
|
-
gem 'unicorn', '
|
|
19
|
-
gem 'rainbows', '
|
|
18
|
+
gem 'unicorn', '3.0.0'
|
|
19
|
+
gem 'rainbows', '2.0.0'
|
|
20
20
|
|
|
21
21
|
if engine == "ruby"
|
|
22
22
|
gem 'sendfile', '1.0.0' # next Rubinius should support this
|
data/zbatery.gemspec
CHANGED
|
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
# espace-neverblock + eventmachine
|
|
51
51
|
# async_sinatra + sinatra + eventmachine
|
|
52
52
|
#
|
|
53
|
-
s.add_dependency(%q<rainbows>, ["~>
|
|
53
|
+
s.add_dependency(%q<rainbows>, ["~> 2.0.0"])
|
|
54
54
|
s.add_development_dependency(%q<isolate>, "~> 3.0.0")
|
|
55
55
|
|
|
56
56
|
# s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zbatery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
8
|
+
- 5
|
|
9
9
|
- 0
|
|
10
|
-
version: 0.
|
|
10
|
+
version: 0.5.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Zbatery hackers
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-11-20 00:00:00 +00:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,12 +26,12 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 15
|
|
30
30
|
segments:
|
|
31
|
-
-
|
|
31
|
+
- 2
|
|
32
32
|
- 0
|
|
33
33
|
- 0
|
|
34
|
-
version:
|
|
34
|
+
version: 2.0.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
- !ruby/object:Gem::Dependency
|