atlassian_plugin_installer 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/atlassian_plugin_installer/version.rb +1 -1
- data/lib/marketplace_accessor.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56336a41cf06ffbe93fcd8798fda5b4e95af34bdafce51a006d459ce7318d639
|
4
|
+
data.tar.gz: 98b590e23348253e55fedfae1184d66308e42e26cfb90ad8901859b8ccd47306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7815f3f8f44ac9387a30165e6b63d9a68b18e6fccbf9379e06056e6ee4397f620321ed387a8e80cfd93387b963314593724af12227331fa7722cdaa06cf866c
|
7
|
+
data.tar.gz: 07e618ac5b9ddf88440ce3cb353893c3eb7ae4bd48282e3d34c1a3e07d388c6ec77dd67f61256921ec60460fec0372c003671f08c8f541d427189b09f3b6a9e5
|
data/lib/marketplace_accessor.rb
CHANGED
@@ -76,7 +76,7 @@ module AtlassianPluginInstaller
|
|
76
76
|
if compatibilities
|
77
77
|
compatibilities.each do |comp|
|
78
78
|
puts "Comp: "+ comp.inspect
|
79
|
-
if ( comp['application'] and comp['application'] == product_name and comp['hosting'] and comp['hosting'][product_hosting])
|
79
|
+
if ( version_details['status'] == 'public' and comp['application'] and comp['application'] == product_name and comp['hosting'] and comp['hosting'][product_hosting])
|
80
80
|
compatibility_with = comp['hosting'][product_hosting]
|
81
81
|
min_version = compatibility_with["min"]["version"]
|
82
82
|
max_version = compatibility_with["max"]["version"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atlassian_plugin_installer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Brehovsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
78
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.7.
|
79
|
+
rubygems_version: 2.7.7
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Installs JIRA plugin using UPM
|