jira-ruby 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/jira-ruby.gemspec +1 -1
- data/lib/jira/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3abe6c83c9facd2772307652d3c4bf5a35f9a4e
|
4
|
+
data.tar.gz: d9d9f175bdd6dd2150c64e8d23836f828537464c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a97ac675335661aca3a0be989e7ba05a913435be700ae16978ce52e0fe03de9bf954ef026c74f6e681805e2ed94ebbe6baa3f5af2efdfc5b88b19351c9a4818
|
7
|
+
data.tar.gz: 552ac5cd86a5d3fe49bb5ef95e5d19e2b35c86d862dc1ec73b0e2cc540edc3232828024af066d7e0dc0f2d50e83f2ddf6e5c27150a010fe326e5b93926777a01
|
data/jira-ruby.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.homepage = 'http://www.sumoheavy.com'
|
10
10
|
s.summary = %q{Ruby Gem for use with the Atlassian JIRA REST API}
|
11
11
|
s.description = %q{API for JIRA}
|
12
|
-
s.licenses = ['
|
12
|
+
s.licenses = ['MIT']
|
13
13
|
|
14
14
|
s.rubyforge_project = 'jira-ruby'
|
15
15
|
|
data/lib/jira/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jira-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SUMO Heavy Industries
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oauth
|
@@ -323,7 +323,7 @@ files:
|
|
323
323
|
- spec/support/shared_examples/integration.rb
|
324
324
|
homepage: http://www.sumoheavy.com
|
325
325
|
licenses:
|
326
|
-
-
|
326
|
+
- MIT
|
327
327
|
metadata: {}
|
328
328
|
post_install_message:
|
329
329
|
rdoc_options: []
|
@@ -341,7 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
341
341
|
version: '0'
|
342
342
|
requirements: []
|
343
343
|
rubyforge_project: jira-ruby
|
344
|
-
rubygems_version: 2.
|
344
|
+
rubygems_version: 2.5.1
|
345
345
|
signing_key:
|
346
346
|
specification_version: 4
|
347
347
|
summary: Ruby Gem for use with the Atlassian JIRA REST API
|