rosette 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f5e9de641beaf943b18722eed062c46382496f9f072c1e5644b9305c5a6f076
4
- data.tar.gz: 3613ed401f7300bcba2462c30622906bc1906d9d181cf0eb631b81b7fb8d7a05
3
+ metadata.gz: 77664caa8f4ae7b278f78749c7974cb2d17decde1502c3e4309d864c656044cf
4
+ data.tar.gz: 79947deb6eef847055c160b3352d9a58cea2c74440a1dd96741ecf9a055d6c0d
5
5
  SHA512:
6
- metadata.gz: 380428feedbdc69a2454f891d1092be6e4246d29baee674693668b5fe76bf942d5c88ad6d3392204fc747e4524be4a401fa42d1a9c67bfb156f5c53cd6152783
7
- data.tar.gz: 5600c9057b1f8bb73acf19d1e37919d6c36b6a45df493f23caa1dd1d636bf7db93f1c74fa3b87319264579b8d6f286ffc2c1c35a78ae61e3712a51eef8bd2676
6
+ metadata.gz: 825601237c54467da281b880b8ec607ac780e661db5484d00da8e48802d02a72303ba3153033cc1c015e356b640f88eb23df2547dc0c4806826e36d1834b6942
7
+ data.tar.gz: b6a899344bc75ea0aba45afaf98e4fd0c6e33527186ee3ed9e7fa5d3c35499bb78064f70ad305b5cfd3a55029e69b8d3ff96f8bfd5fbba7edfe130e799d29e14
@@ -5,7 +5,7 @@
5
5
  <%= csrf_meta_tags %>
6
6
  <%= csp_meta_tag %>
7
7
 
8
- <%= stylesheet_link_tag "rosette/style", media: "all" %>
8
+ <%= stylesheet_link_tag "rosette", media: "all" %>
9
9
  </head>
10
10
  <body>
11
11
 
@@ -6,7 +6,7 @@ module Rosette
6
6
  isolate_namespace Rosette
7
7
 
8
8
  initializer "rosette.assets.precompile" do |app|
9
- app.config.assets.precompile += ["style.css"]
9
+ app.config.assets.precompile += ["rosette.css"]
10
10
  end
11
11
 
12
12
  config.after_initialize do |app|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rosette
4
4
 
5
- VERSION = "0.3.5"
5
+ VERSION = "0.3.7"
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rosette
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Platteeuw
@@ -78,7 +78,7 @@ files:
78
78
  - README.md
79
79
  - Rakefile
80
80
  - app/assets/config/rosette_manifest.js
81
- - app/assets/stylesheets/rosette/style.css
81
+ - app/assets/stylesheets/rosette.css
82
82
  - app/controllers/rosette/application_controller.rb
83
83
  - app/controllers/rosette/translations_controller.rb
84
84
  - app/helpers/rosette/application_helper.rb