simple_calendar-timeslot 0.4.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +3 -1
- data/README.md +3 -3
- data/lib/simple_calendar/timeslot/version.rb +1 -1
- metadata +1 -3
- data/img/simple_calendar-timeslot_horizontal.png +0 -0
- data/img/simple_calendar-timeslot_vertical.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 500f5c006fc960a430d0a699af5dc48ddc9eafab0e3b4a9516b57c2cca11b1ba
|
4
|
+
data.tar.gz: '031169d10721e7fedbf94c1e797c1ef9f820c6b72eeadb343b049c56c0a56a4c'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e590a993ec1a34e0cd9dc1e7984a63f9da1f440862e96c3fad2b0733f9c69287f594e3a41b059f78d39dec94d6c5a056b766a7f394d31f816e8ae7f9aa9fb038
|
7
|
+
data.tar.gz: 3f29f75df0d8117c8a14a48768fc8eb2af75375e438b7c709ca816ca70a7bcf93dbfb1eef4a62f1a04b7d928a59df330bd52b2658d8357f573a48ab00340453d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [0.5.0] - 2021-11-14
|
4
|
+
- Removed images for the README from the gem, sry :(
|
5
|
+
|
6
|
+
## [0.4.0] - 2021-11-14
|
7
|
+
### Added
|
8
|
+
- Added compatibilty with the attribute and end_attribute options in the view helper
|
9
|
+
- Added documentation to README
|
10
|
+
|
3
11
|
## [0.3.0] - 2021-11-14
|
4
12
|
### Fixed
|
5
13
|
- Fix issue with css styles when including style of this gem and simple_calendar
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
simple_calendar-timeslot (0.
|
4
|
+
simple_calendar-timeslot (0.5.0)
|
5
5
|
simple_calendar (~> 2.0)
|
6
6
|
|
7
7
|
GEM
|
@@ -90,6 +90,8 @@ GEM
|
|
90
90
|
nokogiri (1.12.5)
|
91
91
|
mini_portile2 (~> 2.6.1)
|
92
92
|
racc (~> 1.4)
|
93
|
+
nokogiri (1.12.5-x86_64-darwin)
|
94
|
+
racc (~> 1.4)
|
93
95
|
parallel (1.21.0)
|
94
96
|
parser (3.0.2.0)
|
95
97
|
ast (~> 2.4.1)
|
data/README.md
CHANGED
@@ -9,10 +9,10 @@ This helps to visually grasps the length of events and the time between them. In
|
|
9
9
|
Horizontal and vertical layout is selectable via options, just like many other ones.
|
10
10
|
|
11
11
|
Horizontal example
|
12
|
-

|
12
|
+

|
13
13
|
|
14
14
|
Vertical example
|
15
|
-

|
15
|
+

|
16
16
|
|
17
17
|
|
18
18
|
## Installation
|
@@ -34,7 +34,7 @@ Or install it yourself as:
|
|
34
34
|
|
35
35
|
**Important** Then include the stylesheet in your rails app.
|
36
36
|
|
37
|
-
If you an `application.css` file, include the following:
|
37
|
+
If you have an `application.css` file, include the following:
|
38
38
|
```ruby
|
39
39
|
*= require simple_calendar-timeslot
|
40
40
|
```
|
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.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kim Laplume
|
@@ -88,8 +88,6 @@ files:
|
|
88
88
|
- app/views/simple_calendar/timeslot/_timeslot_calendar.html.erb
|
89
89
|
- bin/console
|
90
90
|
- bin/setup
|
91
|
-
- img/simple_calendar-timeslot_horizontal.png
|
92
|
-
- img/simple_calendar-timeslot_vertical.png
|
93
91
|
- lib/simple_calendar/timeslot.rb
|
94
92
|
- lib/simple_calendar/timeslot/railtie.rb
|
95
93
|
- lib/simple_calendar/timeslot/timeslot_calendar.rb
|
Binary file
|
Binary file
|