lesli_date 1.0.0 → 1.1.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/lib/lesli_date/version.rb +2 -2
- data/readme.md +3 -22
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98f6a82caee6c75ab6e3c9734827c809e3d1aa0240e914075915783498a5c390
|
|
4
|
+
data.tar.gz: eb622a5530482c55ca05a6202783632450b2af3025264a1bd72b998cc6f8c389
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ac72c1eea1075046b372676f9de4b2c0fb8ebdc3ff9bc228ac557c295f0a87743d155092a08171c6bb9e4293983e8771ae20ee3a1c82ce7f9aa1142062e3db0
|
|
7
|
+
data.tar.gz: 1a3707b14b70c9924b8ee9ee5145d0bad7a611cc21d23bd8c406c8e99204a9a1281e4df9420a579d5823459bea85b3d4985a2a9492580aad92d3d22525b88b9e
|
data/lib/lesli_date/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -7,17 +7,8 @@
|
|
|
7
7
|
<hr/>
|
|
8
8
|
|
|
9
9
|
<div align="center" class="documentation-statics">
|
|
10
|
-
<a target="blank" href="https://
|
|
11
|
-
<img alt="
|
|
12
|
-
</a>
|
|
13
|
-
<a target="blank" href="https://rubygems.org/gems/lesli_date">
|
|
14
|
-
<img alt="Gem Version" src="https://img.shields.io/gem/v/lesli_date?style=for-the-badge&logo=ruby">
|
|
15
|
-
</a>
|
|
16
|
-
<a target="blank" href="https://codecov.io/github/LesliTech/LesliDate">
|
|
17
|
-
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/LesliTech/LesliDate?style=for-the-badge&logo=codecov">
|
|
18
|
-
</a>
|
|
19
|
-
<a target="blank" href="https://sonarcloud.io/project/overview?id=LesliTech_LesliView">
|
|
20
|
-
<img alt="Sonar Quality Gate" src="https://img.shields.io/sonar/quality_gate/LesliTech_LesliView?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarqubecloud&label=Quality">
|
|
10
|
+
<a target="blank" href="https://rubygems.org/gems/lesli_view">
|
|
11
|
+
<img alt="Gem Version" src="https://img.shields.io/gem/v/lesli_view?style=for-the-badge&logo=ruby">
|
|
21
12
|
</a>
|
|
22
13
|
</div>
|
|
23
14
|
|
|
@@ -33,19 +24,9 @@ bundle add lesli_date
|
|
|
33
24
|
```
|
|
34
25
|
|
|
35
26
|
|
|
36
|
-
<br />
|
|
37
|
-
<hr/>
|
|
38
|
-
<br />
|
|
39
|
-
|
|
40
|
-
### Demo
|
|
41
|
-
|
|
42
|
-
* [online demo](https://demo.lesli.dev/)
|
|
43
|
-
* [docker demo](https://github.com/LesliTech/lesli-docker-demo)
|
|
44
|
-
|
|
45
|
-
|
|
46
27
|
### Documentation
|
|
47
28
|
* [website](https://www.lesli.dev/)
|
|
48
|
-
* [documentation](https://www.lesli.dev/gems/
|
|
29
|
+
* [documentation](https://www.lesli.dev/gems/testing/)
|
|
49
30
|
|
|
50
31
|
|
|
51
32
|
### Connect with Lesli
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lesli_date
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Lesli Development Team
|
|
@@ -37,7 +37,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '0'
|
|
41
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
42
|
requirements:
|
|
43
43
|
- - ">="
|