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 c781f6a commit 6aabb3eCopy full SHA for 6aabb3e
2 files changed
Gemfile
@@ -4,3 +4,9 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
5
# Specify your gem's dependencies in rss.gemspec
6
gemspec
7
+
8
+group :development do
9
+ gem "bundler"
10
+ gem "rake"
11
+ gem "test-unit"
12
+end
rss.gemspec
@@ -20,7 +20,4 @@ Gem::Specification.new do |spec|
20
spec.require_paths = ["lib"]
21
22
spec.add_dependency "rexml"
23
- spec.add_development_dependency "bundler"
24
- spec.add_development_dependency "rake"
25
- spec.add_development_dependency "test-unit"
26
end
0 commit comments