jiraSOAP 0.8.2 → 0.8.3

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,7 @@
1
+ Version 0.8.3
2
+
3
+ * Fix a documentation link
4
+
1
5
  Version 0.8.2
2
6
 
3
7
  * Added Issue#custom_field for getting custom field values
@@ -33,7 +33,7 @@ Don't forget to log out when you are done:
33
33
 
34
34
  db.logout
35
35
 
36
- See {file:docs/Examples.rb} for more examples.
36
+ See {file:docs/Examples.markdown} for more examples.
37
37
 
38
38
  To find out what APIs are available, check out the {JIRA::RemoteAPI}
39
39
  module, as well as the {JIRA::RemoteAPIAdditions} module for
@@ -1,3 +1,3 @@
1
1
  module JIRA
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
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.2
5
+ version: 0.8.3
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-11 00:00:00 Z
13
+ date: 2011-06-12 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri