Skip to content

Commit

Permalink
Removed unecessary files from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jan 22, 2012
1 parent 6d9ff5f commit b5d8024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client_side_validations-formtastic.gemspec
Expand Up @@ -8,9 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Formtastic Plugin for ClientSideValidations}
gem.homepage = 'https://github.com/dockyard/client_side_validations-formtastic'

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files -- {lib/*,vendor/*,*.gemspec}`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = 'client_side_validations-formtastic'
gem.require_paths = ['lib']
gem.version = ClientSideValidations::Formtastic::VERSION
Expand Down

0 comments on commit b5d8024

Please sign in to comment.