diff options
| author | Chris Sepic | 2011-07-23 15:57:08 -0500 |
|---|---|---|
| committer | Chris Sepic | 2011-07-23 15:57:08 -0500 |
| commit | 9102191ea729c695289f8c9ce6ca8fadc8619227 (patch) | |
| tree | fc1631a28ae008413e2fb797357a599a625ae591 /evernote.gemspec | |
| parent | 3b8bfd529b9031c8787382293d69d9a030798a2d (diff) | |
| download | evernote-1.1.0.tar.bz2 | |
add example as runnable script, version bump for new api versionv1.1.0
Diffstat (limited to 'evernote.gemspec')
| -rw-r--r-- | evernote.gemspec | 2 |
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 |
