fd-bertrpc 1.3.0 → 1.3.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fd-bertrpc}
8
- s.version = "1.3.0"
8
+ s.version = "1.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tom Preston-Werner"]
12
- s.date = %q{2010-02-24}
12
+ s.date = %q{2010-06-01}
13
13
  s.email = %q{tom@mojombo.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  "README.md",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "bertrpc.gemspec",
26
+ "fd-bertrpc.gemspec",
27
27
  "lib/bertrpc.rb",
28
28
  "lib/bertrpc/action.rb",
29
29
  "lib/bertrpc/encodes.rb",
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  s.homepage = %q{http://github.com/mojombo/bertrpc}
43
43
  s.rdoc_options = ["--charset=UTF-8"]
44
44
  s.require_paths = ["lib"]
45
- s.rubygems_version = %q{1.3.5}
45
+ s.rubygems_version = %q{1.3.6}
46
46
  s.summary = %q{BERTRPC is a Ruby BERT-RPC client library.}
47
47
  s.test_files = [
48
48
  "test/action_test.rb",
@@ -55,7 +55,7 @@ module BERTRPC
55
55
 
56
56
  write(sock, bert_request)
57
57
 
58
- case (@req.options||{})[:stream]
58
+ case stream = (@req.options||{})[:stream]
59
59
  when IO then
60
60
  while blob = stream.read(1024)
61
61
  write(sock, blob)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 0
9
- version: 1.3.0
8
+ - 1
9
+ version: 1.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tom Preston-Werner
@@ -55,7 +55,7 @@ files:
55
55
  - README.md
56
56
  - Rakefile
57
57
  - VERSION
58
- - bertrpc.gemspec
58
+ - fd-bertrpc.gemspec
59
59
  - lib/bertrpc.rb
60
60
  - lib/bertrpc/action.rb
61
61
  - lib/bertrpc/encodes.rb