espn_ffl_api 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46432b3a2f7b5bdef1501dbb0da150aeb9f594abae17a2b81e600d9bd180c1a5
4
- data.tar.gz: 4fd792fc2af4abd0054bb5c326af41564fe0be6ab5acecb084241c51e5c5a685
3
+ metadata.gz: 0c3a329d668d5b9d7e318a7019a5fae5983d979c261bef0336ebdae4826d3812
4
+ data.tar.gz: 187a97faf743d4b1065c785ce5b0daf47efc5921c54565bca4e64308f7b3618a
5
5
  SHA512:
6
- metadata.gz: 2090979f9dcf13b20015ce93427886da21011b99fc87142c55c90dd9cfccc27abbb2130b5d2e22b0075e393c9afb0f6bb4afb2177a30a807f117b131655cdd5c
7
- data.tar.gz: b2f0602a6fe9be654afa7711a929122c616c11789bf7d8c350316b0f854634177b7a0d1ced54483cfa89751368096b43ecef58483d31d7a3bd45504a19d0af16
6
+ metadata.gz: 6b0e60634d5c860d4ad5eddb852a9ad8fbe8e4f9452327e826e231c9d8c8455881f46a63e96bf3e4f938e9e3797dc9888b7d3c5bf5a549a949c05d49436358d9
7
+ data.tar.gz: 846c193d54bf87281c0df38771e64fa02e61cea50c5b259a5b3e8fbc4bd2770169fe937e8585daf85d5f52cfe947949e7ef9639528a8f40b96ce91e8038b7cc5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- espn_ffl_api (0.1.2)
4
+ espn_ffl_api (0.1.3)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -13,7 +13,7 @@ module EspnFflApi
13
13
  new(
14
14
  first_name: hash["firstName"],
15
15
  last_name: hash["lastName"],
16
- username: hash["username"],
16
+ username: hash["displayName"],
17
17
  espn_uuid: hash["id"],
18
18
  )
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module EspnFflApi
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: espn_ffl_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Clucas