Rakefile in inbox-0.3.0 vs Rakefile in inbox-0.4.0

- old
+ new

@@ -19,10 +19,11 @@ gem.license = "MIT" gem.summary = %Q{Gem for interacting with the Inbox API} gem.description = %Q{Gem for interacting with the Inbox API that allows you to create and publish one-page websites, subscribe to web hooks and receive events when those pages are interacted with. Visit http://www.populr.me/ for more information. } gem.email = "ben@inboxapp.com" gem.authors = ["Ben Gotow"] - # dependencies defined in Gemfile + gem.files.exclude 'example/**/.keep' + gem.files.exclude 'example/**/*' end Jeweler::RubygemsDotOrgTasks.new require 'rake/testtask' Rake::TestTask.new(:test) do |test|