jira4r-19 0.0.1

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.
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jira4r-19
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Ben Walding
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-05-09 00:00:00 -04:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: Ruby hooks for the JIRA API
18
+ email:
19
+ - bwalding@codehaus.org
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - wsdl/jirasoapservice-v2.wsdl
28
+ - lib/jira4r/jira4r.rb
29
+ - lib/jira4r/jira_tool.rb
30
+ - lib/jira4r/v2/jiraService.rb
31
+ - lib/jira4r/v2/jiraServiceMappingRegistry.rb
32
+ - lib/jira4r/v2/JiraSoapServiceDriver.rb
33
+ - lib/jiraService.rb
34
+ - lib/jiraServiceMappingRegistry.rb
35
+ - LICENSE
36
+ - NOTICE
37
+ - Rakefile
38
+ - README.txt
39
+ has_rdoc: true
40
+ homepage: ""
41
+ licenses: []
42
+
43
+ post_install_message:
44
+ rdoc_options: []
45
+
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ none: false
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 1.3.6
60
+ requirements: []
61
+
62
+ rubyforge_project: jira4r-19
63
+ rubygems_version: 1.6.2
64
+ signing_key:
65
+ specification_version: 3
66
+ summary: Ruby hooks for the JIRA API
67
+ test_files: []
68
+