candl 0.1.8 → 0.1.9

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: ae5b957c2eb6a2da21113e9fbd401c9e92670d59e2b7cb3bd179fa8330ff8b0d
4
- data.tar.gz: 1b9f60b83fc4c6bfcd27c8624d0df0886434c996f544d2918178f9803e2e8739
3
+ metadata.gz: f3ebd06b89e90f7fa6285fcc0e57648fd8b1c463cf39ea5dc5c4f1e34405e851
4
+ data.tar.gz: 463c2196ce429044dde48400d97be250edefb31c8aeb95bb0bfe23c67b978dc3
5
5
  SHA512:
6
- metadata.gz: e7cb797136db669b46393567c0eee45e2510097cc85ae63efe2aef5e00ada2efc00f09a5070f949791fcf6b7d19f76945c29ddb17aae86d13c734c19dc4b477d
7
- data.tar.gz: 9f1da686f930b06667f7a59d5839a5d20619b94f0b4bb93c678d34fa5ee352f3f4b1153077b3652bcd8cff1dea2220cebc85b341a85e27e6be7a0e265e70899c
6
+ metadata.gz: 1832ec7a62adbcc39c48471d78daac3bdbb946f71a6f850a4434f677c7e436ec192bdb729ce28759b19536bfea7bc7dc4582a5e21bcf23feae43b9e1164d844c
7
+ data.tar.gz: e1361d2fbde7101deb49ce90bfa70d40a52e9c6ac208f6bce0b45a45d412d9e0038087f1b6873c1b199a2b2369fa85433c97b2ad2a8cd6a81d2232b31c5d5eac
data/lib/candl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Candl
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
@@ -13,4 +13,4 @@
13
13
  //= require rails-ujs
14
14
  //= require activestorage
15
15
  //= require_tree .
16
- //= require candl/application
16
+ //= require candl/candl
@@ -12,7 +12,7 @@
12
12
  *
13
13
  *= require_tree .
14
14
  *= require_self
15
- *= require candl/application
15
+ *= require candl/candl
16
16
  */
17
17
 
18
18
  /* There seems to be a bug that makes it necessary to have some sort of change to this file in order to have the typical asset pipeline behaviour. */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: candl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Schau
@@ -265,10 +265,10 @@ files:
265
265
  - README.md
266
266
  - Rakefile
267
267
  - app/assets/config/candl_manifest.js
268
- - app/assets/javascripts/candl/application.js
269
268
  - app/assets/javascripts/candl/calendar.coffee
270
- - app/assets/stylesheets/candl/application.scss
269
+ - app/assets/javascripts/candl/candl.js
271
270
  - app/assets/stylesheets/candl/calendar.scss
271
+ - app/assets/stylesheets/candl/candl.scss
272
272
  - app/controllers/candl/application_controller.rb
273
273
  - app/controllers/candl/calendar_controller.rb
274
274
  - app/helpers/candl/application_helper.rb