omniauth-jira-oauth2 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afa599ddadab31ffcdd40837e7d09e7da2e1fa29
4
- data.tar.gz: 4b481dd83796c13a15d411ca32091fff2795940b
3
+ metadata.gz: b131393cec134775512250d3fdba74de9e157f35
4
+ data.tar.gz: e6e4302cbc5138cee90eb6ec59f2e1e0d5e6bea8
5
5
  SHA512:
6
- metadata.gz: 21d924474f3fcec7434a95d12ffc130384f600fbec05f669b9f2f6b6b98706ea1374154a5070775d92ab46563332bd815323034c20618789a455bce27b63c86b
7
- data.tar.gz: 645f3417d9b4575aea55c24ad44a8f72e2ce44ad645c45231bd9abf82bb4ab3cd96099eac0308bbc6c3ad41bf0ddd6dfdde842e6d4d8f3ae8d3d99cb03d2c95f
6
+ metadata.gz: c3b3bbfc12abbccd7f4f27a598b16dfa40d1547d60dfa3547f3c2195c2c32c16f64e9250cd706c551cab3585250fe5cb6ccdf4253fcf9887f1e709291918b457
7
+ data.tar.gz: ab14b28e81d485a084e8111f14d0c3384004bdccfff32f5a26584eb3072b30beee79677b6dd39538cefad8ea007d32b162fed85bc5eda531bb872760ac2eb09b
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module JiraOauth2
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
@@ -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 = %(An Jira OAuth2 strategy for OmniAuth 1.x. This allows you to login to Jira with your Ruby app.)
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.0
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: An Jira OAuth2 strategy for OmniAuth 1.x. This allows you to login to
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