point 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/point.rb +1 -1
  2. data/lib/point/base.rb +1 -1
  3. metadata +1 -1
@@ -15,7 +15,7 @@ require 'point/zone'
15
15
  require 'point/zone_record'
16
16
 
17
17
  module Point
18
- VERSION = '1.0.2'
18
+ VERSION = '1.0.3'
19
19
 
20
20
  class << self
21
21
  attr_accessor :username
@@ -26,7 +26,7 @@ module Point
26
26
  when :all then find_all(params)
27
27
  when Integer then find_single(type, params)
28
28
  when String then find_all(params).select {|r| r.attributes["name"] == type}.first
29
- else raise Point::Error, "Find requires :all, a string or an integer.'
29
+ else raise Point::Error, "Find requires :all, a string or an integer."
30
30
  end
31
31
  end
32
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: point
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: