Rakefile in notifiable-0.0.3 vs Rakefile in notifiable-0.0.4
- old
+ new
@@ -24,10 +24,10 @@
spec = Gem::Specification.new do |s|
s.name = "notifiable"
s.summary = "Insert Notifiable summary."
s.description = "Insert Notifiable description."
- s.files = FileList["[A-Z]*", "{app,config,lib}/**/*"]
+ s.files = FileList["[A-Z]*", "{app,config,public,lib}/**/*"]
s.version = Notifiable::VERSION.dup
s.email = "sbertel@mobithought.com"
s.homepage = "http://github.com/shenoudab/notifiable"
s.author = 'Shenouda Bertel'
end
\ No newline at end of file