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 +4 -0
- data/docs/GettingStarted.markdown +1 -1
- data/lib/jiraSOAP/version.rb +1 -1
- metadata +2 -2
data/ChangeLog
CHANGED
|
@@ -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.
|
|
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
|
data/lib/jiraSOAP/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jiraSOAP
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.8.
|
|
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-
|
|
13
|
+
date: 2011-06-12 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: nokogiri
|