@@ -65,6 +65,17 @@ A Ruby library for verifying and serving OpenID identities.
65
65
* Comprehensive test suite
66
66
* Supports both OpenID 1 and OpenID 2 transparently
67
67
68
+
69
+ ## Installation
70
+
71
+ Install the gem and add to the application's Gemfile by executing:
72
+
73
+ $ bundle add ruby-openid2
74
+
75
+ If bundler is not being used to manage dependencies, install the gem by executing:
76
+
77
+ $ gem install ruby-openid2
78
+
68
79
| Primary Namespace | OpenID |
69
80
| -------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
70
81
| gem name | [ ruby-openid2] ( https://rubygems.org/gems/ruby-openid2 ) |
@@ -93,23 +104,6 @@ A Ruby library for verifying and serving OpenID identities.
93
104
[ aboutme ] : https://about.me/peter.boling
94
105
[ coderme ] : https://coderwall.com/Peter%20Boling
95
106
96
- ## Installing
97
-
98
- Before running the examples or writing your own code you'll need to install
99
- the library. See the INSTALL file or use rubygems:
100
-
101
- gem install ruby-openid
102
-
103
- Check the installation:
104
-
105
- $ irb
106
- irb> require 'rubygems'
107
- => false
108
- irb> gem 'ruby-openid'
109
- => true
110
-
111
- The library is known to work with Ruby 1.9.2 and above on Unix, Max OS X and Win32.
112
-
113
107
### Note about the deprecation of stdlib gems ` logger ` , ` rexml ` , ` net-http ` , and ` uri `
114
108
115
109
Versions 3.0.x were released with hard dependencies on the new stand alone gem replacements
0 commit comments