forked from gulbrand/jira4r
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jira4r.gemspec
28 lines (24 loc) · 1.38 KB
/
jira4r.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{jira4r}
s.version = "1.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["bwalding", "remi", "mort666"]
s.date = %q{2011-02-11}
s.description = %q{Ruby library for controlling JIRA}
s.email = %q{mort666@virus.org}
s.files = ["NOTICE", "Rakefile", "VERSION.yml", "README.rdoc", "LICENSE", "lib/jira4r", "lib/jira4r/jira4r.rb", "lib/jira4r/jira_tool.rb", "lib/jira4r/v2", "lib/jira4r/v2/jiraServiceMappingRegistry.rb", "lib/jira4r/v2/JiraSoapServiceDriver.rb", "lib/jira4r/v2/jiraService.rb", "lib/jiraServiceMappingRegistry.rb", "lib/jira4r.rb", "lib/jiraService.rb", "examples/getProject.rb", "examples/addComment.rb", "examples/getGroup-https.rb", "examples/subtract-members", "examples/getProjects.rb", "examples/getGroup.rb", "examples/getNotificationScheme.rb"]
s.homepage = %q{http://github.com/mort666/jira4r}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Ruby library for controlling JIRA}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end