Skip to content

Commit c9b106e

Browse files
committed
fix(): ignore vendor directory
1 parent f3f23dd commit c9b106e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
### Unreleased
6+
7+
##### Fixed
8+
* Removes vendor directory from build to reduce gem size
9+
510
### 1.8.0
611

712
##### Added

activeadmin_addons.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.description = "Set of addons to help with the activeadmin ui"
1717
s.license = "MIT"
1818

19-
s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
19+
s.files = Dir["{app,config,db,lib,vendor/assets}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
2020

2121
s.add_dependency "active_material"
2222
s.add_dependency "railties"

0 commit comments

Comments
 (0)