berichtsheft 0.0.5 → 0.0.6
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/berichtsheft.gemspec +1 -1
- data/lib/berichtsheft/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d46d51309a3389d624ffe05179cb5dad6a0efb1
|
4
|
+
data.tar.gz: e866cf4a6934d812629352196a00ffad81133218
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f8b1696aea38bf1de208116cc0a25d1101eecb5a892258c6992dcb7d9821840af0a49608557bd5fb7e5a9a2a9af6086a121f9ed6d0513e790ba6bb1a5336b07
|
7
|
+
data.tar.gz: 5d5dc73394a0ff10e41a84e12c18c88671b1d3f1c709c05c3ca80ea0712b25e160d5945a509329462c72752502a99f152cb1578fed622c8594504d0c07200133
|
data/berichtsheft.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.version = Berichtsheft::VERSION
|
9
9
|
s.licenses = ["GPLv3"]
|
10
10
|
s.summary = "Create weekly reports"
|
11
|
-
s.description = "Berichtsheft is a ruby library that helps apprentices
|
11
|
+
s.description = "Berichtsheft is a ruby library that helps apprentices" \
|
12
12
|
"working in Germany create weekly reports."
|
13
13
|
s.authors = ["Volkan Edis"]
|
14
14
|
s.email = "mail@vedis.io"
|
data/lib/berichtsheft/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: berichtsheft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Volkan Edis
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.0.0
|
33
|
-
description: Berichtsheft is a ruby library that helps
|
33
|
+
description: Berichtsheft is a ruby library that helps apprenticesworking in Germany
|
34
34
|
create weekly reports.
|
35
35
|
email: mail@vedis.io
|
36
36
|
executables: []
|