Skip to content

Commit

Permalink
Do not pack the vcr_cassettes along with the Gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpemberthy committed Mar 30, 2012
1 parent 6373d99 commit 4b1ca75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aria_billing.gemspec
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |s|

s.rubyforge_project = "aria_billing"

s.files = `git ls-files`.split("\n")
# s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.files = `git ls-files`.split("\n").delete_if { |f| f.match /vcr_cassettes/ }
s.test_files = `git ls-files -- spec/*`.split("\n").delete_if { |f| f.match /vcr_cassettes/ }
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

Expand Down

0 comments on commit 4b1ca75

Please sign in to comment.