lib/openid.rb in ruby-openid-2.1.8 vs lib/openid.rb in ruby-openid-2.2.0
- old
+ new
@@ -11,10 +11,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied. See the License for the specific language governing
# permissions and limitations under the License.
module OpenID
- VERSION = "2.1.8"
end
-require "openid/consumer"
+require 'openid/version'
+require 'openid/consumer'
require 'openid/server'