We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b273f76 commit ddaa62cCopy full SHA for ddaa62c
1 file changed
split.gemspec
@@ -12,6 +12,15 @@ Gem::Specification.new do |s|
12
s.homepage = "https://github.com/splitrb/split"
13
s.summary = "Rack based split testing framework"
14
15
+ s.metadata = {
16
+ "homepage_uri" => "https://github.com/splitrb/split",
17
+ "changelog_uri" => "https://github.com/splitrb/split/blob/master/CHANGELOG.md",
18
+ "source_code_uri" => "https://github.com/splitrb/split",
19
+ "bug_tracker_uri" => "https://github.com/splitrb/split/issues",
20
+ "wiki_uri" => "https://github.com/splitrb/split/wiki",
21
+ "mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
22
+ }
23
+
24
s.required_ruby_version = '>= 1.9.2'
25
26
s.rubyforge_project = "split"
0 commit comments