omniauth-jira-oauth2 0.1.0 → 0.1.1
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 +4 -4
- data/lib/omniauth/jira_oauth2/version.rb +1 -1
- data/omniauth-jira-oauth2.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b131393cec134775512250d3fdba74de9e157f35
|
|
4
|
+
data.tar.gz: e6e4302cbc5138cee90eb6ec59f2e1e0d5e6bea8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3b3bbfc12abbccd7f4f27a598b16dfa40d1547d60dfa3547f3c2195c2c32c16f64e9250cd706c551cab3585250fe5cb6ccdf4253fcf9887f1e709291918b457
|
|
7
|
+
data.tar.gz: ab14b28e81d485a084e8111f14d0c3384004bdccfff32f5a26584eb3072b30beee79677b6dd39538cefad8ea007d32b162fed85bc5eda531bb872760ac2eb09b
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.version = OmniAuth::JiraOauth2::VERSION
|
|
11
11
|
gem.license = 'MIT'
|
|
12
12
|
gem.summary = %(A Jira OAuth2 strategy for OmniAuth 1.x)
|
|
13
|
-
gem.description = %(
|
|
13
|
+
gem.description = %(A Jira OAuth2 strategy for OmniAuth 1.x. This allows you to login to Jira with your Ruby app.)
|
|
14
14
|
gem.authors = ['Ben Standefer']
|
|
15
15
|
gem.email = ['benstandefer@gmail.com']
|
|
16
16
|
gem.homepage = 'https://github.com/aguynamedben/omniauth-atlassian-oauth2'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-jira-oauth2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Standefer
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0.49'
|
|
83
|
-
description:
|
|
83
|
+
description: A Jira OAuth2 strategy for OmniAuth 1.x. This allows you to login to
|
|
84
84
|
Jira with your Ruby app.
|
|
85
85
|
email:
|
|
86
86
|
- benstandefer@gmail.com
|