Skip to content

Commit

Permalink
[ADD] removed redundant dependency and added badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bagwanpankaj committed Mar 22, 2014
1 parent 557d328 commit b70974f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ gem "json"

group :development do
gem "rake"
gem "rspec", "~> 2.3.0"
gem "bundler", "~> 1.0.0"
gem "rspec"#, "~> 2.3.0"
gem "bundler"#, "~> 1.0.0"
gem "rcov", ">= 0"
gem "rack-test", :require => "rack/test"
end
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div style="clear:both;"></div>
# Humongous

[![Gem Version](https://badge.fury.io/rb/humongous.png)](http://badge.fury.io/rb/humongous)

_ _
| | | |_ _ _ __ ___ ___ _ __ __ _ ___ _ _ ___
| |_| | | | | '_ ` _ \ / _ \| '_ \ / _` |/ _ \| | | / __|
Expand Down
3 changes: 1 addition & 2 deletions humongous.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<mongo>, ["= 1.5.2"])
s.add_dependency(%q<json>, ["= 1.6.5"])
end
end

end

0 comments on commit b70974f

Please sign in to comment.