Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit ee0e6b0

Browse files
committed
Remove demo app from gem files.
Until I can create a new demo app under the authy organisation and remove the demo from this code base (#94) this will do to slim the gem down a bit.
1 parent ea4ef3b commit ee0e6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: devise-authy.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
}
2525

2626
spec.files = `git ls-files -z`.split("\x0").reject do |f|
27-
f.match(%r{^(test|spec|features)/})
27+
f.match(%r{^(test|spec|features|authy-devise-demo)/})
2828
end
2929
spec.require_paths = ["lib"]
3030

0 commit comments

Comments
 (0)