-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathredmine-ruby.gemspec
55 lines (51 loc) · 1.71 KB
/
redmine-ruby.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift( File.expand_path('../lib', __FILE__ ))
Gem::Specification.new() do |s|
s.name = "redmine-ruby"
s.version = File.read('./VERSION')
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jan Schwenzien"]
s.date = "2013-08-15"
s.description = "Ruby Redmine Client using Her"
s.description = "Ruby Redmine API Client that uses Her"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"lib/redmine-ruby.rb",
"lib/redmine-ruby/base.rb",
"lib/redmine-ruby/custom_field.rb",
"lib/redmine-ruby/exception.rb",
"lib/redmine-ruby/issue.rb",
"lib/redmine-ruby/middleware/xml_parser.rb",
"lib/redmine-ruby/project.rb",
"lib/redmine-ruby/time_entry.rb",
"lib/redmine-ruby/upload.rb",
"redmine-ruby.gemspec",
"test/helper.rb",
"test/test_redmine-ruby.rb"
]
s.homepage = "http://github.com/GeneralScripting/redmine-ruby"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.summary = "Ruby Redmine Client using Her"
s.add_runtime_dependency(%q<her>, [">= 0"])
s.add_runtime_dependency(%q<faraday_middleware>, [">= 0"])
s.add_runtime_dependency(%q<multi_xml>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
end