app_rail-airtable 0.2.11 → 0.2.12

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: 4042e0d7f3f72204f26f22d018c4e6fff171a76379e6961ac93511930566e43d
4
- data.tar.gz: 95e44a95a516a1ef1afdaf14f47ff145deae55021c4b939e874033567515f234
3
+ metadata.gz: 3093a14dafa5e25f4cc4a7791bedfc00f1c2f5941f99c6a07060ea60e12e7ff8
4
+ data.tar.gz: bd3ece807677d1ffa0d29f92b254fd484ad10b0ab7ca16312b31126c3d96bd1a
5
5
  SHA512:
6
- metadata.gz: 71120e0e952456e41fb9f950d45b763306a038571694f37976c72e23824b4501bc8f87e141b765878e76dca4e438f6a12440da4112ba9803957902706865964d
7
- data.tar.gz: 1da004d48fb6e02c0871a941423d191efcccf0b6a56d2c34123bf556e6b12756c589fab1ebca055ce6f5cd7eb0003cff19e815743bb2b7afc130bc0868674f13
6
+ metadata.gz: 5e79328b4a2eca0a521541ebc8164b91374263fc3f6e6f91d2d847774a65baabfad66bec4b4672484a8eedb8da060f6c5fc19f909537d8076e18a75b31c94384
7
+ data.tar.gz: a0eb587cb217d6c336d9cbe8fd52f72eb41dc24e582c58877ba72d5dd7ec2b034a0711ac782a00e29dcfdea944cb531e65f532b031e5fcf1de0c25827016e99a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_rail-airtable (0.2.11)
4
+ app_rail-airtable (0.2.12)
5
5
  activesupport
6
6
  airrecord
7
7
  bcrypt
@@ -23,7 +23,7 @@ module AppRail
23
23
  end
24
24
 
25
25
  def find_by_email_and_password(email, password)
26
- user = all(filter: "AND({Email} = \"#{email}\"").first
26
+ user = all(filter: "{Email} = \"#{email}\"").first
27
27
  user.valid_password? ? user : nil
28
28
  end
29
29
 
@@ -1,5 +1,5 @@
1
1
  module AppRail
2
2
  module Airtable
3
- VERSION = "0.2.11"
3
+ VERSION = "0.2.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_rail-airtable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith