summaryrefslogtreecommitdiffstats
path: root/evernote.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'evernote.gemspec')
-rw-r--r--evernote.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/evernote.gemspec b/evernote.gemspec
index 45f98e3..20225b0 100644
--- a/evernote.gemspec
+++ b/evernote.gemspec
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "yard"
s.files = Dir.glob("{lib,spec,vendor}/**/*") +
- %w(LICENSE README.mkd Rakefile .gitignore)
+ %w(LICENSE README.mkd Rakefile .gitignore example.rb)
s.require_path = 'lib'
end