tui-calendar-rails 1.12.13.1 → 1.12.13.2
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
|
SHA1:
|
3
|
-
data.tar.gz:
|
4
|
-
metadata.gz:
|
3
|
+
data.tar.gz: d3efec7329aed2f5f088f914929e05f6124e12d9
|
4
|
+
metadata.gz: 02f73977c7f9b3ccb9338de68a5b98c6dd9a718d
|
5
5
|
SHA512:
|
6
|
-
data.tar.gz:
|
7
|
-
metadata.gz:
|
6
|
+
data.tar.gz: 8efd2347c11136138c601b2a8bb46fba3911915d20f1b30f3939c2e0c39f9ef56059a98f5e390ab25374cd9e0e338b80b1c8a0c80276766ab4ec5d5c3e5ee0c8
|
7
|
+
metadata.gz: e20529081e3e60646044d9265b96ed955df575181bafd547c6d3772c35dec8df3d51101911a8073cdb8df1ec9def4ed902969705eb8ee7163021e9f041f1b240
|
data/README.md
CHANGED
@@ -22,12 +22,12 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
Add this line to your application's application.js:
|
24
24
|
```ruby
|
25
|
-
//= require
|
25
|
+
//= require tui-calendar
|
26
26
|
```
|
27
27
|
|
28
|
-
Add this line to your application's application.
|
29
|
-
```
|
30
|
-
|
28
|
+
Add this line to your application's application.scss:
|
29
|
+
```scss
|
30
|
+
@import "tui-calendar";
|
31
31
|
```
|
32
32
|
|
33
33
|
## Development
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tui-calendar-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.12.13.
|
4
|
+
version: 1.12.13.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keith Starling
|
@@ -56,7 +56,7 @@ files:
|
|
56
56
|
- vendor/assets/javascripts/tui-code-snippet/tui-code-snippet.js
|
57
57
|
- vendor/assets/javascripts/tui-date-picker/tui-date-picker.js
|
58
58
|
- vendor/assets/javascripts/tui-time-picker/tui-time-picker.js
|
59
|
-
- vendor/assets/stylesheets/tui-calendar.
|
59
|
+
- vendor/assets/stylesheets/tui-calendar.scss
|
60
60
|
- vendor/assets/stylesheets/tui-calendar/tui-calendar.css
|
61
61
|
- vendor/assets/stylesheets/tui-date-picker/tui-date-picker.css
|
62
62
|
- vendor/assets/stylesheets/tui-time-picker/tui-time-picker.css
|