djr.gemspec in djr-0.0.4pre2 vs djr.gemspec in djr-0.0.4pre3

- old
+ new

@@ -11,10 +11,12 @@ s.summary = %q{Direct Jquery Remoting} s.description = %q{DJR will generate the JavaScript code from Rails Controllers to allow browsers to securely call into Ruby code almost as if it was running locally} s.rubyforge_project = "djr" - s.files = `git ls-files`.split("\n") + #s.files = `git ls-files`.split("\n") + s.files = ['Gemfile', 'Rakefile', 'app/controllers/djr_controller.rb', 'config/routes.rb', 'djr.gemspec', 'lib/djr.rb', + 'lib/djr/version.rb', 'lib/engine.rb', 'vendor/assets/javascripts/djr.js'] s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency('railties', '>= 3.1.0') \ No newline at end of file