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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7c39f79323197b3be83526974cb624730e97151
4
- data.tar.gz: 70e8c3659bcdc9de3d93bfacf94fdd27ade71fb4
3
+ metadata.gz: 2d46d51309a3389d624ffe05179cb5dad6a0efb1
4
+ data.tar.gz: e866cf4a6934d812629352196a00ffad81133218
5
5
  SHA512:
6
- metadata.gz: 8657a1591a8d6755bef43825652b347d61c05fdd6bde2d337074cbddc17baf2f5f0f0cbc00874814e1e2b1bfff0fcaae43d83cce971539626dc2e67bcf1f9b7d
7
- data.tar.gz: 0e7b9d82b6d0a57fe9a8340a2849c6d189111c155f909c0643bed4c8727632ca02bed4de78c2b050cba4962a24a9c9228b6cebeafe7375b02fc9d90122ee1f5b
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 r" \
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"
@@ -1,3 +1,3 @@
1
1
  module Berichtsheft
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
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 apprentices rworking in Germany
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: []