Skip to content

Commit

Permalink
dependencyを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenba committed Feb 11, 2012
1 parent 2e54d11 commit 52ed415
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions millionaire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.authors = ["HIDEKUNI Kajita"]
s.email = ["hide.nba@gmail.com"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.summary = %q{Simple use the CSV}
s.description = %q{You can do the CSV file by specifying the column to include a millionaire.}

s.rubyforge_project = "millionaire"

Expand All @@ -18,7 +18,9 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"
s.add_development_dependency "rspec"
s.add_dependency "activemodel"
s.add_dependency "activesupport"

s.required_ruby_version = '>= 1.9.2'
end

0 comments on commit 52ed415

Please sign in to comment.