radiusrb 1.0.0.pre → 1.0.0.release
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.
- data/README.rdoc +14 -5
- data/lib/radiusrb/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -11,10 +11,20 @@ RadiusRB is derived from from PJ Davis's Radiustar library (https://github.com/p
|
|
11
11
|
|
12
12
|
= Installation
|
13
13
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
14
|
+
== Via Github, for development
|
15
|
+
|
16
|
+
~# git clone git://github.com/dguerri/radiusrb.git
|
17
|
+
~# cd radiusrb
|
18
|
+
~# bundle install
|
19
|
+
~# rake install
|
20
|
+
|
21
|
+
== Via Rubygems
|
22
|
+
|
23
|
+
~# gem install radiusrb
|
24
|
+
|
25
|
+
== Bundler
|
26
|
+
|
27
|
+
gem "radiusrb", "~> 1.0.0"
|
18
28
|
|
19
29
|
= Usage
|
20
30
|
|
@@ -64,7 +74,6 @@ RadiusRB is derived from from PJ Davis's Radiustar library (https://github.com/p
|
|
64
74
|
* Fork the project
|
65
75
|
* Start a feature/bugfix branch
|
66
76
|
* Commit and push until you are happy with your contribution
|
67
|
-
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
68
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.
|
69
78
|
|
70
79
|
== Copyright
|
data/lib/radiusrb/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiusrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1414397946
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 1.0.0.
|
10
|
+
- release
|
11
|
+
version: 1.0.0.release
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Davide Guerri
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-03-
|
19
|
+
date: 2012-03-04 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
requirement: &id001 !ruby/object:Gem::Requirement
|