omniauth-jawbone 0.0.43 → 0.0.44
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 +8 -8
- data/lib/omniauth-jawbone/version.rb +1 -1
- data/omniauth-jawbone.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Zjk1MjY2ZDE4MGU4Y2FmMGNhMjhiMmYzOTI5NTU5NWEwM2RiZWNkOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzQ2YTMyMGI3MDU3MGFlOGJhNDg2ZDZiZGVkMjU1NmUxOGQ1NzZlZg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MGRjMmQyOGQ5ZDdiYmVjMTE3MmVkOTc3NTUzNDdhMTIwZDFjNjM2OWU3M2E5
|
|
10
|
+
ZGZkZDRmYjNjZTU2YTQyYzljOGE5ODg3ZWM5OTZlZDM2ZDNjZGM0ZTk0Yzk1
|
|
11
|
+
Yjk3NGUyZDVkN2Q5N2UwZjUzZDdiYzhkMGMzYjU5ZmVlMjFhMDg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2U2ZWM4MDZhYmZmMjVlZWFkYzk3NzY5ODg1OTU3MmVlNmIyYjVkOTliNmVk
|
|
14
|
+
ODZmZGMzZDdhZTY2NzU2M2M1MDk5ODdjMDE5MjhmNWZmNzZlZTg5ZDU3Nzc1
|
|
15
|
+
NWE5ZjM3ZTcwYTU3MzRjZjU2MGJhOGQxMjlmYjQ2OTk2ZThiNDc=
|
data/omniauth-jawbone.gemspec
CHANGED
|
@@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["ruthie.nachmany@flatironschool.com", "maxwell.jacobson@flatironschool.com", "sarah.duve@flatironschool.com"]
|
|
7
7
|
gem.description = %q{OmniAuth strategy for Jawbone.}
|
|
8
8
|
gem.summary = %q{OmniAuth strategy for Jawbone.}
|
|
9
|
+
gem.license = "MIT"
|
|
9
10
|
gem.homepage = "https://github.com/ruthienachmany/omniauth-jawbone"
|
|
10
11
|
|
|
11
12
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-jawbone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.44
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ruthie Nachmany
|
|
@@ -118,7 +118,8 @@ files:
|
|
|
118
118
|
- spec/omniauth/strategies/jawbone_spec.rb
|
|
119
119
|
- spec/spec_helper.rb
|
|
120
120
|
homepage: https://github.com/ruthienachmany/omniauth-jawbone
|
|
121
|
-
licenses:
|
|
121
|
+
licenses:
|
|
122
|
+
- MIT
|
|
122
123
|
metadata: {}
|
|
123
124
|
post_install_message:
|
|
124
125
|
rdoc_options: []
|