jr 0.0.1 → 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data.tar.gz.sig +0 -0
  2. data/lib/jr.rb +1 -1
  3. metadata +1 -1
  4. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
data/lib/jr.rb CHANGED
@@ -84,7 +84,7 @@ module Jr
84
84
 
85
85
  # Call method on the server, and return the result.
86
86
  def request(method, *args)
87
- if method.start_with?('rpc')
87
+ if method.to_s.start_with?('rpc')
88
88
  raise ReservedMethod.new(method)
89
89
  end
90
90
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: '0.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
metadata.gz.sig CHANGED
Binary file