jiraSOAP 0.8.4 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ Version 0.8.5
2
+
3
+ * Add missing alias for a predicate attribute (IssueProperty#sub_task?)
4
+
5
+ Version 0.8.4
6
+
7
+ * Fix indentation of example code in documentation
8
+
1
9
  Version 0.8.3
2
10
 
3
11
  * Fix a documentation link
@@ -9,5 +9,6 @@ class JIRA::IssueType < JIRA::IssueProperty
9
9
  add_attribute :subtask, 'subTask', :to_boolean
10
10
  alias_method :sub_task, :subtask
11
11
  alias_method :sub_task=, :subtask=
12
+ alias_method :sub_task?, :subtask
12
13
 
13
14
  end
@@ -1,3 +1,3 @@
1
1
  module JIRA
2
- VERSION = '0.8.4'
2
+ VERSION = '0.8.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jiraSOAP
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.8.4
5
+ version: 0.8.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Rada
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-14 00:00:00 Z
13
+ date: 2011-06-16 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri