Skip to content

Commit

Permalink
Add decidim awesome (#5)
Browse files Browse the repository at this point in the history
* Add GH CI result to README.md

* Ignore .rspec-failures

* i18n spec file

* homepage and other spec files

* Remove test directory

* Fix README rubocop suggestion

* i18n_spec to english

* default locale to :ca, edit en.yml

* Platoniq and EU logos in footer

* More spec files to go with the new footer

* Edited expected checksum in overrides_spec.rb

* Add decidim awesome

* db:migrate for rspec failing

* add decidim awesome to gemfile and run webpack install for decidim awesome

* decidim_awesome spec file

* update decidim dev packages to correct version

* remove eu-logo.png

* default locale to :en

* remove eu.en.yml

* Remove cached public/sw.js* files

* remove eu_footer_spec.rb

* Add decidim awesome factories

---------

Co-authored-by: Fran Bolívar <[email protected]>
  • Loading branch information
HHassig and fblupi authored Jun 28, 2024
1 parent d3f7dfb commit 3b7c637
Show file tree
Hide file tree
Showing 15 changed files with 1,822 additions and 82 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ gem "decidim", "0.28.1"
# gem "decidim-initiatives", "0.28.1"
# gem "decidim-templates", "0.28.1"

gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome", branch: "develop"

gem "bootsnap", "~> 1.3"

gem "puma", ">= 6.3.1"
Expand Down
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: https://github.com/decidim-ice/decidim-module-decidim_awesome
revision: b2800256f5e147452438686029b3990c89fb21be
branch: develop
specs:
decidim-decidim_awesome (0.11.0)
decidim-admin (>= 0.28.0, < 0.29)
decidim-core (>= 0.28.0, < 0.29)
deface (>= 1.5)
sassc (~> 2.3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -341,6 +352,12 @@ GEM
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
declarative-option (0.1.0)
deface (1.9.0)
actionview (>= 5.2)
nokogiri (>= 1.6)
polyglot
railties (>= 5.2)
rainbow (>= 2.1.0)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -598,6 +615,7 @@ GEM
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
polyglot (0.3.5)
premailer (1.16.0)
addressable
css_parser (>= 1.6.0)
Expand Down Expand Up @@ -745,6 +763,8 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
selenium-webdriver (4.9.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -860,6 +880,7 @@ DEPENDENCIES
capistrano-rbenv
capistrano-sidekiq
decidim (= 0.28.1)
decidim-decidim_awesome!
decidim-dev (= 0.28.1)
figaro (~> 1.2)
letter_opener_web (~> 2.0)
Expand Down
Loading

0 comments on commit 3b7c637

Please sign in to comment.