diandian-oauth 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/diandian_oauth.rb +2 -1
  2. metadata +1 -1
@@ -1,9 +1,10 @@
1
1
  require 'diandian_oauth/api'
2
2
  require 'diandian_oauth/client'
3
+ require 'diandian_oauth/exceptions'
3
4
  require 'active_support/core_ext'
4
5
  require 'logger'
5
6
  module DiandianOAuth
6
- VERSION = '0.0.1'
7
+ VERSION = '0.0.2'
7
8
  module Logger
8
9
  def logger *args
9
10
  if args.empty?
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: diandian-oauth
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rainer Du