candl 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/candl/{application.js → candl.js} +0 -0
- data/app/assets/stylesheets/candl/{application.scss → candl.scss} +0 -0
- data/lib/candl/version.rb +1 -1
- data/spec/dummy/app/assets/javascripts/application.js +1 -1
- data/spec/dummy/app/assets/stylesheets/application.css +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3ebd06b89e90f7fa6285fcc0e57648fd8b1c463cf39ea5dc5c4f1e34405e851
|
4
|
+
data.tar.gz: 463c2196ce429044dde48400d97be250edefb31c8aeb95bb0bfe23c67b978dc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1832ec7a62adbcc39c48471d78daac3bdbb946f71a6f850a4434f677c7e436ec192bdb729ce28759b19536bfea7bc7dc4582a5e21bcf23feae43b9e1164d844c
|
7
|
+
data.tar.gz: e1361d2fbde7101deb49ce90bfa70d40a52e9c6ac208f6bce0b45a45d412d9e0038087f1b6873c1b199a2b2369fa85433c97b2ad2a8cd6a81d2232b31c5d5eac
|
File without changes
|
File without changes
|
data/lib/candl/version.rb
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
*
|
13
13
|
*= require_tree .
|
14
14
|
*= require_self
|
15
|
-
*= require candl/
|
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.
|
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/
|
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
|