Rakefile in rails-ext-0.2.0 vs Rakefile in rails-ext-0.2.1

- old
+ new

@@ -16,21 +16,21 @@ require 'rake/gempackagetask' require 'fileutils' spec = Gem::Specification.new do |s| s.name = "rails-ext" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "Set of common Ruby on Rails extensions" s.description = "Set of common Ruby on Rails extensions" s.author = "Alexey Petrushin" # s.email = "" s.homepage = "http://www.bos-tec.com" s.platform = Gem::Platform::RUBY s.has_rdoc = true s.extra_rdoc_files = ["README.rdoc"] - s.files = (%w{Rakefile README.rdoc .gitignore} + Dir.glob("{lib,spec,.git}/**/*")) + s.files = (%w{Rakefile README.rdoc .gitignore} + Dir.glob("{.git,lib,spec,public}/**/*")) # s.executables = ['restclient'] # s.add_dependency("BlueCloth", ">= 0.0.4") s.add_dependency "ruby-ext" s.require_path = "lib" \ No newline at end of file