radiusrb 1.0.0.pre → 1.0.0.release

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +14 -5
  2. data/lib/radiusrb/version.rb +1 -1
  3. 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
- # git clone git://github.com/dguerri/radiusrb.git
15
- # cd radiusrb
16
- # bundle install
17
- # rake install
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
@@ -20,7 +20,7 @@ module RadiusRB
20
20
  MAJOR = 1
21
21
  MINOR = 0
22
22
  PATCH = 0
23
- BUILD = 'pre'
23
+ BUILD = 'release'
24
24
 
25
25
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
26
26
  end
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: 961915988
4
+ hash: 1414397946
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
- - pre
11
- version: 1.0.0.pre
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-02 00:00:00 Z
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