fortytwo 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c90d52f89e11daab53ecfeab47afd065ea57770
4
- data.tar.gz: fc13da3e60010d0ab4818a5d916dec7686298386
3
+ metadata.gz: 96febac1708cbda5fb2f413b92cc79da5ae70905
4
+ data.tar.gz: 2644a6f1250d586e7c6df488101e86686647acf0
5
5
  SHA512:
6
- metadata.gz: df59bf77ac1b7a029bb037198a1dd256b1dc7298b35df24501f9fc1f3d97b7b8952d652832ff84e545602732bbceccd29d7f6959ebb3955498109a810a8b1173
7
- data.tar.gz: dde62ace841dbe679564da65c5738ff791f12665148c1356719c74aaa1dd5362baba037324a955d08fe2f06f660a393ade7bdd8995f57cc819266a4e4bad5562
6
+ metadata.gz: f484ca7692e2512c9f45e8a97f95986403e7bee9b2d9dc52dc68b6d90184f02e0202eb7fff8528453fa46605f9d96c07325c7fd80e26f4b300687595e89a6397
7
+ data.tar.gz: b4839f0dcb23cb634da9fc5219b334fd45f2378aeaf1b4315640c05e93bfed6904d1cd798160cd35a6d12ee138898e47612bfadd528b81fc2d8d1aedfe7df306
@@ -2,6 +2,7 @@ require 'oauth2'
2
2
 
3
3
  require 'fortytwo/configuration'
4
4
  require 'fortytwo/endpoints/user'
5
+ require 'fortytwo/endpoints/user_sessions'
5
6
 
6
7
  module FortyTwo
7
8
  class Client
@@ -1,3 +1,3 @@
1
1
  module FortyTwo
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortytwo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Fernandez