summaryrefslogtreecommitdiff
path: root/tapicero.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'tapicero.gemspec')
-rw-r--r--tapicero.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapicero.gemspec b/tapicero.gemspec
index 843222f..eae60d8 100644
--- a/tapicero.gemspec
+++ b/tapicero.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "Tapicero - create per user databases for the LEAP Platform"
s.description = "Watches the couch database for users and creates per user databases when new users are created. This way soledad and the leap webapp do not need admin privileges required to create databases."
- s.files = Dir["{config,lib}/**/*", 'bin/*'] + ["Rakefile", "Readme.md"]
+ s.files = Dir["{config,lib}/**/*", 'bin/*'] + ["Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]
s.bindir = 'bin'
s.executables << 'tapicero'