rcap 1.0.0.rc.2 → 1.0.0.rc.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.
@@ -10,7 +10,7 @@ module RCAP
10
10
  attr_accessor( :radius )
11
11
 
12
12
  validates_presence_of( :radius )
13
- validates_numericality_of( :radius , :greater_than_or_equal: 0 )
13
+ validates_numericality_of( :radius , greater_than_or_equal: 0 )
14
14
 
15
15
  XML_ELEMENT_NAME = 'circle' # :nodoc:
16
16
 
@@ -10,7 +10,7 @@ module RCAP
10
10
  attr_accessor( :radius )
11
11
 
12
12
  validates_presence_of( :radius )
13
- validates_numericality_of( :radius , :greater_than_or_equal: 0 )
13
+ validates_numericality_of( :radius , greater_than_or_equal: 0 )
14
14
 
15
15
  XML_ELEMENT_NAME = 'circle' # :nodoc:
16
16
 
data/lib/rcap/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RCAP
2
- VERSION = '1.0.0.rc.2'
2
+ VERSION = '1.0.0.rc.3'
3
3
  end
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 0
8
8
  - 0
9
9
  - rc
10
- - 2
11
- version: 1.0.0.rc.2
10
+ - 3
11
+ version: 1.0.0.rc.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Farrel Lifson