Skip to content

Commit

Permalink
Merge pull request #98 from dkniffin/update-included-files
Browse files Browse the repository at this point in the history
Update included files in gem
  • Loading branch information
dkniffin authored Jul 16, 2024
2 parents bc88ba2 + 637b666 commit b2e0caa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion active_material.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = ""
spec.license = "MIT"

spec.files = Dir["{lib,app}/**/*"] + ["LICENSE.txt", "README.md"]
spec.files = Dir["{app,lib,config}/**/*", "LICENSE.txt", "package.json", "README.md"]
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.7"
Expand Down
2 changes: 1 addition & 1 deletion lib/active_material/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMaterial
VERSION = "2.1.0"
VERSION = "2.1.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active_material",
"version": "2.1.0",
"version": "2.1.1",
"description": "ActiveAdmin skin based on Google's Material Design.",
"main": "src/javascripts/active_material.js",
"directories": {
Expand Down

0 comments on commit b2e0caa

Please sign in to comment.