radiusrb 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -12
- data/lib/radiusrb.rb +1 -1
- data/lib/radiusrb/dictionary.rb +1 -1
- data/lib/radiusrb/packet.rb +1 -1
- data/lib/radiusrb/request.rb +1 -1
- data/lib/radiusrb/vendor.rb +1 -1
- data/lib/radiusrb/version.rb +2 -2
- data/radiusrb.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -24,7 +24,7 @@ RadiusRB is derived from from PJ Davis's Radiustar library (https://github.com/p
|
|
24
24
|
|
25
25
|
== Bundler
|
26
26
|
|
27
|
-
gem "radiusrb", "~> 1.0.
|
27
|
+
gem "radiusrb", "~> 1.0.2"
|
28
28
|
|
29
29
|
= Usage
|
30
30
|
|
@@ -67,17 +67,7 @@ RadiusRB is derived from from PJ Davis's Radiustar library (https://github.com/p
|
|
67
67
|
|
68
68
|
end
|
69
69
|
|
70
|
-
|
71
|
-
|
72
|
-
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
|
73
|
-
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
|
74
|
-
* Fork the project
|
75
|
-
* Start a feature/bugfix branch
|
76
|
-
* Commit and push until you are happy with your contribution
|
77
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
78
|
-
|
79
|
-
== Copyright
|
70
|
+
= Copyright
|
80
71
|
|
81
72
|
Copyright (c) 2011 Davide Guerri <davide.guerri@gmail.com>.
|
82
73
|
See LICENSE.txt for further details.
|
83
|
-
|
data/lib/radiusrb.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file is part of the RadiusRB library for Ruby.
|
2
|
-
# Copyright (C)
|
2
|
+
# Copyright (C) 2012 Davide Guerri <davide.guerri@gmail.com>
|
3
3
|
#
|
4
4
|
# This program is free software; you can redistribute it and/or
|
5
5
|
# modify it under the terms of the GNU General Public License
|
data/lib/radiusrb/dictionary.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file is part of the RadiusRB library for Ruby.
|
2
|
-
# Copyright (C)
|
2
|
+
# Copyright (C) 2012 Davide Guerri <davide.guerri@gmail.com>
|
3
3
|
#
|
4
4
|
# This program is free software; you can redistribute it and/or
|
5
5
|
# modify it under the terms of the GNU General Public License
|
data/lib/radiusrb/packet.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file is part of the RadiusRB library for Ruby.
|
2
|
-
# Copyright (C)
|
2
|
+
# Copyright (C) 2012 Davide Guerri <davide.guerri@gmail.com>
|
3
3
|
#
|
4
4
|
# This program is free software; you can redistribute it and/or
|
5
5
|
# modify it under the terms of the GNU General Public License
|
data/lib/radiusrb/request.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file is part of the RadiusRB library for Ruby.
|
2
|
-
# Copyright (C)
|
2
|
+
# Copyright (C) 2012 Davide Guerri <davide.guerri@gmail.com>
|
3
3
|
#
|
4
4
|
# This program is free software; you can redistribute it and/or
|
5
5
|
# modify it under the terms of the GNU General Public License
|
data/lib/radiusrb/vendor.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file is part of the RadiusRB library for Ruby.
|
2
|
-
# Copyright (C)
|
2
|
+
# Copyright (C) 2012 Davide Guerri <davide.guerri@gmail.com>
|
3
3
|
#
|
4
4
|
# This program is free software; you can redistribute it and/or
|
5
5
|
# modify it under the terms of the GNU General Public License
|
data/lib/radiusrb/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file is part of the RadiusRB library for Ruby.
|
2
|
-
# Copyright (C)
|
2
|
+
# Copyright (C) 2012 Davide Guerri <davide.guerri@gmail.com>
|
3
3
|
#
|
4
4
|
# This program is free software; you can redistribute it and/or
|
5
5
|
# modify it under the terms of the GNU General Public License
|
@@ -19,7 +19,7 @@ module RadiusRB
|
|
19
19
|
module Version
|
20
20
|
MAJOR = 1
|
21
21
|
MINOR = 0
|
22
|
-
PATCH =
|
22
|
+
PATCH = 2
|
23
23
|
BUILD = nil
|
24
24
|
|
25
25
|
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
|
data/radiusrb.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiusrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Davide Guerri
|