zk-jira-ruby 2.1.5 → 2.1.6

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: bcf0ab43655e91daec8717bd78b413211df7846519b39ecc5ac672ee35fa7124
4
- data.tar.gz: e779f0d1bf105e78316d3060d0f0148ee2866a0f5484508018a24363f0f8bda0
3
+ metadata.gz: d690dffc6f9b92231466a74b3e8b4731941c006a9bb019989b360a08764d8d27
4
+ data.tar.gz: c2e9d2548f260fb2f07e40781f5e88bf4e9ee2de1e0621b2c272750f52b00698
5
5
  SHA512:
6
- metadata.gz: '049dac7533b75f9cdf6400fcf3df7c4af6219fcc37a24fd5d86a90071cb5a5eb2f1d9ea6b218268922d36d0598859a042fb1317022d00e67193dd3ff36c33c88'
7
- data.tar.gz: 3a6292015ab1f4c9a91629b5b972f618d87b89c1a842cc77444fa351535b5e6b8bf1d30f69c7740c6d6df52b9965e83ad955a2caadad03cde03b3e964d795fff
6
+ metadata.gz: 8c803ca5a47ac1558bccba13d2d88096f7aa9ae2486f41972b632c329684438093ad2ea049a4b58ee918a1c49a87b4644bbb53e25627c4b4c4611ed846fe812c
7
+ data.tar.gz: 477cae3e73cd5471345e3b3367e7e2daaa3e6f6b3ac6ccd70e3eba3b35ed45cabadce1c6f96ddd739f91f3c71638c80c5fabf4c0c3bb6b368309c0425c75e108
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # JIRA API Gem
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/sumoheavy/zk-jira-ruby.svg)](https://codeclimate.com/github/sumoheavy/zk-jira-ruby)
4
- [![Build Status](https://travis-ci.org/sumoheavy/zk-jira-ruby.svg?branch=master)](https://travis-ci.org/sumoheavy/zk-jira-ruby)
3
+ [![Code Climate](https://codeclimate.com/github/erick-martins/zk-jira-ruby.svg)](https://codeclimate.com/github/erick-martins/zk-jira-ruby)
4
+ [![Build Status](https://travis-ci.org/erick-martins/zk-jira-ruby.svg?branch=master)](https://travis-ci.org/erick-martins/zk-jira-ruby)
5
5
 
6
6
  This gem provides access to the Atlassian JIRA REST API.
7
7
 
data/lib/jira/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module JIRA
2
- VERSION = '2.1.5'.freeze
2
+ VERSION = '2.1.6'.freeze
3
3
  end
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zk-jira-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SUMO Heavy Industries
@@ -222,8 +222,6 @@ files:
222
222
  - Rakefile
223
223
  - example.rb
224
224
  - http-basic-example.rb
225
- - jira-ruby.gemspec
226
- - lib/jira-ruby.rb
227
225
  - lib/jira/base.rb
228
226
  - lib/jira/base_factory.rb
229
227
  - lib/jira/client.rb
@@ -266,6 +264,7 @@ files:
266
264
  - lib/jira/tasks.rb
267
265
  - lib/jira/version.rb
268
266
  - lib/tasks/generate.rake
267
+ - lib/zk-jira-ruby.rb
269
268
  - spec/integration/attachment_spec.rb
270
269
  - spec/integration/comment_spec.rb
271
270
  - spec/integration/component_spec.rb
@@ -365,6 +364,7 @@ files:
365
364
  - spec/support/matchers/have_many.rb
366
365
  - spec/support/matchers/have_one.rb
367
366
  - spec/support/shared_examples/integration.rb
367
+ - zk-jira-ruby.gemspec
368
368
  homepage: https://github.com/erick-martins/zk-jira
369
369
  licenses:
370
370
  - MIT