accounts_client 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,8 +15,6 @@ class PadmaAccount < LogicalModel
15
15
  attribute :migrated_to_padma_on
16
16
  attribute :federation_nucleo_id
17
17
 
18
- self.expires_in = 1.hour
19
-
20
18
  set_api_key 'token', Accounts::API_KEY
21
19
 
22
20
  TIMEOUT = 5500 # milisecons
@@ -10,8 +10,6 @@ class PadmaUser < LogicalModel
10
10
 
11
11
  set_api_key 'token', Accounts::API_KEY
12
12
 
13
- self.expires_in = 1.hour
14
-
15
13
  attribute :username
16
14
  attribute :drc_login
17
15
  attribute :email
@@ -7,7 +7,7 @@ if(defined?(Rails))
7
7
 
8
8
  HOST = case Rails.env
9
9
  when "production"
10
- "padma-accounts.herokuapp.com"
10
+ "padma-accounts-staging.herokuapp.com"
11
11
  when "development"
12
12
  "localhost:3001"
13
13
  when "staging"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accounts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-25 00:00:00.000000000 Z
12
+ date: 2014-07-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -48,7 +48,7 @@ dependencies:
48
48
  requirement: !ruby/object:Gem::Requirement
49
49
  none: false
50
50
  requirements:
51
- - - ! '>='
51
+ - - ~>
52
52
  - !ruby/object:Gem::Version
53
53
  version: 0.5.8
54
54
  type: :runtime
@@ -56,7 +56,7 @@ dependencies:
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  none: false
58
58
  requirements:
59
- - - ! '>='
59
+ - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: 0.5.8
62
62
  description: This is client library for padma-Accounts-ws