Runs history

This commit is contained in:
Gregory Eremin
2013-06-07 00:04:41 +04:00
parent 441acca610
commit b97f0c1a12
7 changed files with 40 additions and 3 deletions
+2 -1
View File
@@ -12,8 +12,9 @@ Gem::Specification.new do |s|
s.homepage = "TODO"
s.summary = "TODO: Summary of BurdenWeb."
s.description = "TODO: Description of BurdenWeb."
s.license = 'MIT'
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
s.add_dependency 'rails', '>= 3.2'
s.add_development_dependency 'burden'