simple_calendar-timeslot 0.2.0 → 0.3.0

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: 2c7fac7ecd11cc8d00a90b849a3c73300851dd429fa7e497bcb8cd4d4e14a9e1
4
- data.tar.gz: 7f7ba6d87d31f912f633e0bc3f834141951907744073eab32b29d913d2d001ae
3
+ metadata.gz: 6707f6b5e80e3b24e0329d17e629cfef2d39179c3e725baad3a60d526503963a
4
+ data.tar.gz: c05379b32ca660ac1cee7d0c44ee09c2666c0bbbbf60759c169127e057c90d1d
5
5
  SHA512:
6
- metadata.gz: 5150b9e8ac40ab7a75f6128222f0c4feb6d6367b2f1088887466351586b738e06cad16fd82399e9297e9239ca4154994a7b59240699e91a3165e6db39d703a8c
7
- data.tar.gz: d5d2aa091297a2302ee416571561a75a4a3c3377b8bb399a8c31e361070719e0dbc5fcece8ad62cf76d661e4ff6fcd622f7f166f7e2f9abbc4b34ea700b04263
6
+ metadata.gz: 74c59bce0c06b79e65b9838b39c4222b5e481546f43a577acaf56cda80781bf553a86d29bfd21366aeb0b0daa226fe5b7e630b482f5e435bd3280dd438316e6a
7
+ data.tar.gz: 7c7583c4197f06951d76bc784a7444ec3c2c17bfcad0e466d7d3c3449407ec1de3f93b314f83c1e40c83322106554edabe6f5f6f8239916b8529308cf0d65e90
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.2.0] - 2021-11-14
3
+ ## [0.3.0] - 2021-11-14
4
+ ### Fixed
5
+ - Fix issue with css styles when including style of this gem and simple_calendar
4
6
 
7
+ ## [0.2.0] - 2021-11-14
8
+ ### Fixed
5
9
  - Fix css styles to be tailwind agnostic
6
10
 
7
11
  ## [0.1.0] - 2021-11-12
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_calendar-timeslot (0.2.0)
4
+ simple_calendar-timeslot (0.3.0)
5
5
  simple_calendar (~> 2.0)
6
6
 
7
7
  GEM
@@ -1,4 +1,4 @@
1
- <div class="simple-calendar timeslot-calendar">
1
+ <div class="timeslot-calendar">
2
2
  <div class="calendar-heading">
3
3
  <%= link_to t('simple_calendar.previous', default: 'Previous'), calendar.url_for_previous_view %>
4
4
  <span class="calendar-title"><%= t('date.month_names')[start_date.month] %> <%= start_date.year %></span>
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SimpleCalendar
4
4
  module Timeslot
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_calendar-timeslot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kim Laplume