lam_auth 0.1.6 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,11 @@
1
1
  # return_url можно не указывать, если это дефолтный http://:app-domain/xd_receiver.html
2
2
 
3
3
  development: &dev
4
- app_id:
5
- secret:
4
+ app_id: app_id
5
+ secret: secret
6
6
 
7
7
  test:
8
8
  <<: *dev
9
9
 
10
10
  production:
11
- app_id:
12
- secret:
13
- return_url:
11
+ <<: *dev
@@ -1,3 +1,3 @@
1
1
  module LamAuth
2
- VERSION = "0.1.6"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- - 6
10
- version: 0.1.6
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Max Macovsky