candl 0.1.6 → 0.1.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 +4 -4
- data/app/assets/config/{candle_manifest.js → candl_manifest.js} +0 -0
- data/app/views/{candle → candl}/calendar/_agenda.slim +0 -0
- data/app/views/{candle → candl}/calendar/_frame.slim +0 -0
- data/app/views/{candle → candl}/calendar/_month.slim +0 -0
- data/app/views/{candle → candl}/calendar/show.slim +0 -0
- data/lib/candl/version.rb +1 -1
- metadata +6 -8
- data/spec/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f453ff6b5464c6f58fabdfef441cc0080af51524582d2db10341cdb4f0782774
|
|
4
|
+
data.tar.gz: 6ef66482d98e39352a822e9c204af6982693f7f079e0cd31394c2414076eef4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 919af5b1fdbb29b54b7e668ef119862143cf6f72c2ea8abb8fa1e500de39b1f6cd51841f2d5a97b30fdef1eed2bd01fe723385fbfbb35397f92aa8f527d9d6f5
|
|
7
|
+
data.tar.gz: 26ebe116f5fa6c8957b7e890b593eee95b563832ec988e007f074c3f668f584e0b69ef4255ee2af1f5cd1efb2396c5072c574b371eba5e4120ec60f665d2bb5e
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/candl/version.rb
CHANGED
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andreas Schau
|
|
@@ -258,7 +258,7 @@ files:
|
|
|
258
258
|
- MIT-LICENSE
|
|
259
259
|
- README.md
|
|
260
260
|
- Rakefile
|
|
261
|
-
- app/assets/config/
|
|
261
|
+
- app/assets/config/candl_manifest.js
|
|
262
262
|
- app/assets/javascripts/candl/application.js
|
|
263
263
|
- app/assets/javascripts/candl/calendar.coffee
|
|
264
264
|
- app/assets/stylesheets/candl/application.scss
|
|
@@ -270,10 +270,10 @@ files:
|
|
|
270
270
|
- app/jobs/candl/application_job.rb
|
|
271
271
|
- app/mailers/candl/application_mailer.rb
|
|
272
272
|
- app/models/candl/application_record.rb
|
|
273
|
-
- app/views/
|
|
274
|
-
- app/views/
|
|
275
|
-
- app/views/
|
|
276
|
-
- app/views/
|
|
273
|
+
- app/views/candl/calendar/_agenda.slim
|
|
274
|
+
- app/views/candl/calendar/_frame.slim
|
|
275
|
+
- app/views/candl/calendar/_month.slim
|
|
276
|
+
- app/views/candl/calendar/show.slim
|
|
277
277
|
- app/views/layouts/candl/application.html.erb
|
|
278
278
|
- config/locales/de.yml
|
|
279
279
|
- config/locales/en.yml
|
|
@@ -1772,7 +1772,6 @@ files:
|
|
|
1772
1772
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/zv/zvY9kCmbNYl1IYKKvW1qoudGsSO9WjsSrujB6jeuCVk.cache
|
|
1773
1773
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/zz/zzGKPhv9aa8E-PnjoVr2q5wq_hO3qsXQkWAd6823zOc.cache
|
|
1774
1774
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/zz/zzf2At0xpmWSyBJ4jKfwl75e4ylVcjcv-kL3bwJ2Wo4.cache
|
|
1775
|
-
- spec/dummy/tmp/pids/server.pid
|
|
1776
1775
|
- spec/rails_helper.rb
|
|
1777
1776
|
- spec/spec_helper.rb
|
|
1778
1777
|
homepage: https://www.hicknhack-software.com/it-events
|
|
@@ -3286,7 +3285,6 @@ test_files:
|
|
|
3286
3285
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/2P/2PUMtUQHxRo0zTA9Z_xCc4olqwRybhV5v12sx32VARA.cache
|
|
3287
3286
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/-D/-Dm6yf8UQUTuN-Avx8mUwAH5sG4Vzxn2RDS0VwBrwQ8.cache
|
|
3288
3287
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/wX/wXjd3QoDqruZbRycFZn1cTE_xj2QjMTtR-svguKjvXM.cache
|
|
3289
|
-
- spec/dummy/tmp/pids/server.pid
|
|
3290
3288
|
- spec/dummy/spec/controllers/sample_controller_spec.rb
|
|
3291
3289
|
- spec/dummy/spec/helpers/sample_helper_spec.rb
|
|
3292
3290
|
- spec/spec_helper.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
31188
|