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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d109faf0dc758e5fe873dd6e2bc947973d426ff6412c84900be88be02157e858
4
- data.tar.gz: e040eea00c1b88c2b707789a8bbbc038675e8fb225f2c713409d32503a0786be
3
+ metadata.gz: 56336a41cf06ffbe93fcd8798fda5b4e95af34bdafce51a006d459ce7318d639
4
+ data.tar.gz: 98b590e23348253e55fedfae1184d66308e42e26cfb90ad8901859b8ccd47306
5
5
  SHA512:
6
- metadata.gz: 979615f7dc64f79046cf3b1a0cad32d8ee21bcc1bbe166aa83fe4ae6f2357c4247ef1e3016fef7c3b11e19d241547ddbed8dae3e786d0f376553dd80aee18665
7
- data.tar.gz: 1def8502bf080c61c746f48153d9d3fe70179eaae79adbaf17e766a00f8e8d922dccce6573effb033014cf42b6a50619d609db7bd53917c92181b8b92a954f24
6
+ metadata.gz: d7815f3f8f44ac9387a30165e6b63d9a68b18e6fccbf9379e06056e6ee4397f620321ed387a8e80cfd93387b963314593724af12227331fa7722cdaa06cf866c
7
+ data.tar.gz: 07e618ac5b9ddf88440ce3cb353893c3eb7ae4bd48282e3d34c1a3e07d388c6ec77dd67f61256921ec60460fec0372c003671f08c8f541d427189b09f3b6a9e5
@@ -1,3 +1,3 @@
1
1
  module AtlassianPluginInstaller
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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.2
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: 2017-11-07 00:00:00.000000000 Z
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.1
79
+ rubygems_version: 2.7.7
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Installs JIRA plugin using UPM