Skip to content

Commit

Permalink
add missing file to the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Apr 6, 2022
1 parent 3a79c08 commit 9be01e0
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 1,610 deletions.
2 changes: 1 addition & 1 deletion decidim-navigation_maps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.summary = "A decidim navigation_maps module"
s.description = "Allows to create visual guiding maps in content blocks for Decidim."

s.files = Dir["{app,config,lib,vendor,db}/**/*", "LICENSE-AGPLv3.txt", "Rakefile", "README.md"]
s.files = Dir["{app,config,lib,db}/**/*", "LICENSE-AGPLv3.txt", "Rakefile", "package.json", "README.md"]

s.add_dependency "decidim-admin", Decidim::NavigationMaps::DECIDIM_VERSION
s.add_dependency "decidim-core", Decidim::NavigationMaps::DECIDIM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/navigation_maps/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Decidim
# This holds the decidim-meetings version.
module NavigationMaps
VERSION = "1.3.0"
VERSION = "1.3.1"
DECIDIM_VERSION = [">= 0.25", "< 0.27"].freeze
end
end
Binary file removed vendor/assets/images/draw/layers-2x.png
Binary file not shown.
Binary file removed vendor/assets/images/draw/layers.png
Binary file not shown.
Binary file removed vendor/assets/images/draw/marker-icon-2x.png
Binary file not shown.
Binary file removed vendor/assets/images/draw/marker-icon.png
Binary file not shown.
Binary file removed vendor/assets/images/draw/marker-shadow.png
Binary file not shown.
Binary file removed vendor/assets/images/draw/spritesheet-2x.png
Binary file not shown.
Binary file removed vendor/assets/images/draw/spritesheet.png
Binary file not shown.
156 changes: 0 additions & 156 deletions vendor/assets/images/draw/spritesheet.svg

This file was deleted.

Binary file removed vendor/assets/images/images/layers-2x.png
Binary file not shown.
Binary file removed vendor/assets/images/images/layers.png
Binary file not shown.
Binary file removed vendor/assets/images/images/marker-icon-2x.png
Binary file not shown.
Binary file removed vendor/assets/images/images/marker-icon.png
Binary file not shown.
Binary file removed vendor/assets/images/images/marker-shadow.png
Binary file not shown.
Loading

0 comments on commit 9be01e0

Please sign in to comment.