devise-jira-authenticable 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -3
- data/devise-jira-authenticable-0.0.3.gem +0 -0
- data/devise-jira-authenticable-0.0.4.gem +0 -0
- data/lib/devise/jira_authenticable/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da7c4a18e4f1165981955c481c8c596445daf7f720740fa8e1504e08200e33d5
|
4
|
+
data.tar.gz: cc0ec17cead889e69bb24c0252bf4f1d82bff10c24dcb06832a24a1d702a020a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c88c6ec53476ad61b4432b3e4b6efaeac206f6d65cf4cab71ad477aabd9a1c9d5da288f671e0c561b64a19c9dbbae9158714cb8e2b9053e85c1dd70cb3561d9
|
7
|
+
data.tar.gz: d02a86bf20fe8f0d9744d44945218a4a599bde2a9300d85639a258315eb1a85987178cfca42f72c805d46ded404e49eb62a7ea20f58c75845b4b557e108e78a1
|
data/Gemfile
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-jira-authenticable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- trapeze.bell.peter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devise
|
@@ -292,6 +292,8 @@ files:
|
|
292
292
|
- LICENSE.txt
|
293
293
|
- README.md
|
294
294
|
- Rakefile
|
295
|
+
- devise-jira-authenticable-0.0.3.gem
|
296
|
+
- devise-jira-authenticable-0.0.4.gem
|
295
297
|
- devise-jira-authenticable.gemspec
|
296
298
|
- lib/devise-jira-authenticable.rb
|
297
299
|
- lib/devise/jira_authenticable.rb
|
@@ -318,7 +320,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
318
320
|
- !ruby/object:Gem::Version
|
319
321
|
version: '0'
|
320
322
|
requirements: []
|
321
|
-
rubygems_version: 3.0.
|
323
|
+
rubygems_version: 3.0.4
|
322
324
|
signing_key:
|
323
325
|
specification_version: 4
|
324
326
|
summary: Provide Devise authentication using a JIRA instance.
|