radiustar 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/radiustar/packet.rb +1 -1
  2. data/version.txt +1 -1
  3. metadata +3 -3
@@ -125,7 +125,7 @@ module Radiustar
125
125
  attribute_value.unpack("N")[0]
126
126
  end
127
127
 
128
- set_attribute(attribute.name, attribute_value)
128
+ set_attribute(attribute.name, attribute_value) if attribute
129
129
  attribute_data[0, length] = ""
130
130
  end
131
131
  end
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - PJ Davis
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-15 00:00:00 -05:00
17
+ date: 2010-04-20 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency