challah 1.2.10 → 1.2.11

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -1
  3. data/VERSION +1 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3abb2a4c0c3b379b8993508f382c7c72f3d927a4
4
- data.tar.gz: ce87ef112cd40ff057b5240bdfb83793cf15fedc
3
+ metadata.gz: f9b7f7aafe00bd68792aaa586744a0c1c4fd17ef
4
+ data.tar.gz: 0abcdf6cbc896e58d22b6162e9cf64738b22cb70
5
5
  SHA512:
6
- metadata.gz: f32427ec2b736e2e411253979820b56fe9524e66f8b61c8f70bcd0360c357f2f6176926c001e6aecb74c261cdadd930d8b80eefbc7a70354663f9ee525f3eb37
7
- data.tar.gz: ccd5e4672c4a246c7088889d5d26b08235a64ee25c8328ba2297da3916004308eab22122a8d12de180c55f37ddf2e25f1395e42ff07d367f720376a0766b9668
6
+ metadata.gz: 88553420a641dfcf045d591901da345a746efbaa0c480a4d8c2817b0f8c2377c268787c14a1a3ee8000cde87fb3d18f3027bc22b19839efac90f8e246afd35d9
7
+ data.tar.gz: 59f9dffaced9dd0f6ca958334f1109e54d5defc4b63d0e4c8b36bfa6d5f9aec466b725ed49893557f474aa4d4fc7bac72ec1dfb03928a4701d0c10dbdb024f55
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Challah 1.2.10
1
+ ## Challah 1.2.10/11
2
2
 
3
3
  * Adds an `email` parameter for sign-in in addition to `username`. [PR #18](https://github.com/jdtornow/challah/pull/18) @thewatts
4
4
 
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.2.11
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: challah
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.10
4
+ version: 1.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Tornow
@@ -127,6 +127,7 @@ extra_rdoc_files: []
127
127
  files:
128
128
  - CHANGELOG.md
129
129
  - README.md
130
+ - VERSION
130
131
  - app/controllers/sessions_controller.rb
131
132
  - app/models/authorization.rb
132
133
  - app/models/user.rb