sensei_eod_users_ruby 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 54930271a75bcfb0e91b75f91e0e1a7fbcc1580df6a92daae3d5a95fb7ec15f4
4
- data.tar.gz: fbf7c98e8229f38b64b302efdd00207962b0afcab05221d12f2075639f5355c9
3
+ metadata.gz: a764b31b09bda9cd38eb26ed4c8e4b28b662fded252d6ba9036d45d5a032a8ca
4
+ data.tar.gz: 258b0e018dda9ba211ed165a07a898137f6a18d90fdc91ea6f8cabf98a35849b
5
5
  SHA512:
6
- metadata.gz: ab96f6f6bb1639ed51bd4c29780118fe3cb051808d65b9837c4ddf7fffab9382c73f9bfde494fa6659eb7c3b8c57da82295788175bd13feed107dde35e4f5b44
7
- data.tar.gz: b6f443c84d13a2d083ecadff54c87aabd6ba1a3743bdf2b77f3c2aa480f9502df5cb35f0d30267dd47f06df8437e176825c0c53233d7c190236fbc033dbb83f4
6
+ metadata.gz: db2583de6ada90757bb67c947672cc269d41abd28a51be90a6bba56871d614fc01362f6da9e4d90f502b46771b9ddf1a8bb8ba3dd0cbce41cff030f6ed7cc55d
7
+ data.tar.gz: 8d2a356d6bf030897ab096f9f268619c103c989fbade9a4249d359e5f217668a3145efb1dc3208f37c8c56ed5c0be0b0f83a53ac485a471e09fd5b13c7640346
@@ -0,0 +1,11 @@
1
+ require 'sensei_eod_utils'
2
+
3
+ module SenseiApi
4
+ class User < SenseiApi::Base
5
+ class <<self
6
+ def url
7
+ @url ||= ENV['SENSEI_USER_API']
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,3 @@
1
+ require 'sensei_eod_utils'
2
+
3
+ require 'sensei_api/user'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensei_eod_users_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nishant Shah
@@ -30,8 +30,8 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - ".gitignore"
34
- - README.md
33
+ - lib/sensei_api/user.rb
34
+ - lib/sensei_eod_users_ruby.rb
35
35
  homepage: https://rubygems.org/gems/sensei_eod_users_ruby
36
36
  licenses:
37
37
  - MIT
data/.gitignore DELETED
@@ -1,58 +0,0 @@
1
- .env
2
-
3
- *.gem
4
- *.rbc
5
- /.config
6
- /coverage/
7
- /InstalledFiles
8
- /pkg/
9
- /spec/reports/
10
- /spec/examples.txt
11
- /test/tmp/
12
- /test/version_tmp/
13
- /tmp/
14
-
15
- # Used by dotenv library to load environment variables.
16
- # .env
17
-
18
- # Ignore Byebug command history file.
19
- .byebug_history
20
-
21
- ## Specific to RubyMotion:
22
- .dat*
23
- .repl_history
24
- build/
25
- *.bridgesupport
26
- build-iPhoneOS/
27
- build-iPhoneSimulator/
28
-
29
- ## Specific to RubyMotion (use of CocoaPods):
30
- #
31
- # We recommend against adding the Pods directory to your .gitignore. However
32
- # you should judge for yourself, the pros and cons are mentioned at:
33
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
34
- #
35
- # vendor/Pods/
36
-
37
- ## Documentation cache and generated files:
38
- /.yardoc/
39
- /_yardoc/
40
- /doc/
41
- /rdoc/
42
-
43
- ## Environment normalization:
44
- /.bundle/
45
- /vendor/bundle
46
- /lib/bundler/man/
47
-
48
- # for a library or gem, you might want to ignore these files since the code is
49
- # intended to run in multiple environments; otherwise, check them in:
50
- # Gemfile.lock
51
- # .ruby-version
52
- # .ruby-gemset
53
-
54
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
55
- .rvmrc
56
-
57
- # Used by RuboCop. Remote config files pulled in from inherit_from directive.
58
- # .rubocop-https?--*
data/README.md DELETED
@@ -1 +0,0 @@
1
- # sensei-eod-users-ruby