murmur-rpc 0.0.2 → 0.0.3

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/Rakefile CHANGED
@@ -4,7 +4,7 @@ require "rake/gempackagetask"
4
4
  require "rake/rdoctask"
5
5
  require "spec/rake/spectask"
6
6
 
7
- require 'lib/murmur'
7
+ require 'lib/murmur-rpc'
8
8
 
9
9
  NAME = 'murmur-rpc'
10
10
  VERSION = MurmurRPC::VERSION
@@ -1,5 +1,5 @@
1
1
  require File.dirname(__FILE__) + '/interfaces/ice.rb'
2
2
 
3
3
  module MurmurRPC
4
- VERSION="0.0.2"
4
+ VERSION="0.0.3"
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Stolz
@@ -38,12 +38,12 @@ executables: []
38
38
  extensions: []
39
39
 
40
40
  extra_rdoc_files:
41
- - README.textile
41
+ - README.rdoc
42
42
  files:
43
- - README.textile
43
+ - README.rdoc
44
44
  - Rakefile
45
+ - lib/murmur-rpc.rb
45
46
  - lib/interfaces/ice.rb
46
- - lib/murmur.rb
47
47
  - vendor/ice/Murmur.rb
48
48
  - vendor/ice/Murmur.ice
49
49
  has_rdoc: true
@@ -56,7 +56,7 @@ rdoc_options:
56
56
  - --title
57
57
  - Murmur Ruby RPC
58
58
  - --main
59
- - README.textile
59
+ - README.rdoc
60
60
  require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement
File without changes