-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from betagouv/feat/use-dsfr-assets
npm: use the dsfr-assets gem instead of Node
- Loading branch information
Showing
12 changed files
with
22 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,11 @@ Gem::Specification.new do |spec| | |
spec.name = "dsfr-view-components" | ||
spec.version = Dsfr::Components::VERSION | ||
spec.authors = ["BetaGouv developers"] | ||
spec.email = ["[email protected]", "[email protected]", "[email protected]"] | ||
spec.email = [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
spec.homepage = "https://github.com/betagouv/dsfr-view-components" | ||
spec.summary = "Composants ViewComponent pour le Système de Design de l'État (DSFR)" | ||
spec.description = "Cette librairie de composants vise à simplifier l’usage du DSFR (Système de Design de l'État) dans les applications web utilisant Ruby On Rails" | ||
|
@@ -29,14 +33,15 @@ Gem::Specification.new do |spec| | |
spec.add_dependency "html-attributes-utils", "~> 1" | ||
spec.add_dependency "pagy", "~> 6" | ||
spec.add_dependency "view_component", "~> 3" | ||
spec.add_dependency "dsfr-assets", "~> 1.13" | ||
|
||
spec.add_development_dependency "deep_merge" | ||
spec.add_development_dependency "guard" | ||
spec.add_development_dependency "guard-rspec" | ||
spec.add_development_dependency "pry-byebug" | ||
spec.add_development_dependency "rspec-html-matchers", "~> 0.9" | ||
spec.add_development_dependency "rubocop" | ||
spec.add_development_dependency("simplecov", "~> 0.20") | ||
spec.add_development_dependency "simplecov", "~> 0.20" | ||
spec.add_development_dependency "sqlite3" | ||
spec.add_development_dependency "yard" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Dsfr | ||
module Components | ||
VERSION = '2.0.1'.freeze | ||
VERSION = '2.1.0'.freeze | ||
end | ||
end |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.