Sha256: ccc76cb07ef930fdda3da2f030da529dd0747426ef0f62a100360104c9fcdc95
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem "htmldoc-hulihanapplications" # require rubygems htmldoc to install native gem, even though lablr uses a modified htmldoc in vendor/gems #gem "htmldoc", "0.0.0", :git => "git://github.com/hulihanapplications/htmldoc.git"#, ">= 0.2.3" group :development do gem "shoulda", ">= 0" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.6.4" gem "rcov", ">= 0" gem "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lablr-0.2.0 | Gemfile |