NG1BuildHelpers 0.1.4 → 0.1.5

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: d5d6176751d3d0a860f4d7bbb23f1f4832bd9d80
4
- data.tar.gz: 4192b9515976e626a957b1ec2f87cf42c993485d
3
+ metadata.gz: 667bf1cbf5f6fe80c34eef79f1ed1f84733d8f3f
4
+ data.tar.gz: 7769710c53e2489f8e943ab6b01892801bba526b
5
5
  SHA512:
6
- metadata.gz: efb8768991b49ed777395252b82fcdfce9cce3860fe104fe39e85a38cda721fd3337fba2fd5096f6c53f478f90a2eb9bedc375d0186c3fdeb95364d43efebd35
7
- data.tar.gz: b9dd87d1fdb3554ccebf24659a93c9ac34d82abb0edaa3cb9362783837e34e78e66b92575b693e771dbbe664f00302abf462265bcb50db3233dafd0b9a854981
6
+ metadata.gz: 40fd6f46b72825e83e9d2471274431221c6c843c430488d08d2a734c145a5184f352e6fa3d734804d316fb26ee73e0d3179e2bffaf0ae508e790a066e6606b9c
7
+ data.tar.gz: c67cb837f0de7f0cbbdb5236ab546a5450fc35785921fb2004de4f828d235b0d8feb45afad881e849c565805e588cbba533abeb58c3edceac4908c2802f0651e
Binary file
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # jira-automation-scripts
2
2
  Scripts to aid in automating Jira actions and CI tasks.
3
3
 
4
+ # To build
5
+ First, update the `VERSION` in version.rb. Then, to build the gem use the command `gem build NG1BuildHelpers.gemspec`. This will create the gem, which can then be used by your applications.
4
6
 
5
7
  # To use
6
8
 
@@ -1,3 +1,3 @@
1
1
  module NG1BuildHelpers
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/jira/jira.rb CHANGED
@@ -94,7 +94,7 @@ module NG1BuildHelpers::JIRA
94
94
  # Set the fix version
95
95
  "fixVersions" => [
96
96
  {
97
- "set" => [
97
+ "add" => [
98
98
  {"id" => version_id}
99
99
  ]
100
100
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: NG1BuildHelpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - NG1
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-10 00:00:00.000000000 Z
11
+ date: 2018-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: OptionParser
@@ -76,6 +76,7 @@ extra_rdoc_files: []
76
76
  files:
77
77
  - Gemfile
78
78
  - Gemfile.lock
79
+ - NG1BuildHelpers-0.1.4.gem
79
80
  - NG1BuildHelpers.gemspec
80
81
  - README.md
81
82
  - Rakefile