gpuzzletime 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 789cc3e3409cdc788e27b9276457faaf8a5c4983166c370521c949570bec60ab
4
- data.tar.gz: 121d88681bd31bcc2f324ff2d22848d544368d295ef43e937b45415ceae6badc
3
+ metadata.gz: 33cb7358466e5954e4207ca89ade24fa8f4ac6692df88049e1ed9dfd6dc4e4ba
4
+ data.tar.gz: 6db80db69c4b1405a9b04462d2702bd105b4e597e64c68af347dd1e5cc173600
5
5
  SHA512:
6
- metadata.gz: 3603b9fa826008912ff6c08e65a3c9f83e24a6767be7122b8ffab06b11922b123b05bbb6b85d62fca3185efb5eb7ef4a33e456232d53f619949cdab66459fa4b
7
- data.tar.gz: 99e92431907c8359994aab6610e49ce90f8577bf91e7127f83cbba993108838b0cb113bffa2f97755c1d8fe7496c7611c9f41c1683e512d26edb091994b30387
6
+ metadata.gz: df09d81d902a96ec785169a3114677b8f398ca143a7e53be153498dbecec598d9fad2a512efd86dec577db945667720a313c9d53a83c12a4a4af3a3c57a4bb19
7
+ data.tar.gz: 2ff1bc61d9ff6c404bbefa50fffabaac124115eb1a4da668f22d8b99c5c6bf2e117fff3b6a76f1f855a3e2b2b4da7bf8010ab98695bd9afca5ca64f8338adfaf
@@ -5,7 +5,7 @@ module Gpuzzletime
5
5
  # edit one file. without argument, it will edit the timelog, otherwise a
6
6
  # parser-script is loaded
7
7
  class Edit
8
- def initalize(config, file)
8
+ def initialize(config, file)
9
9
  @config = config
10
10
  @script = Script.new(@config[:dir])
11
11
  @file = file
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Version
4
4
  module Gpuzzletime
5
- VERSION = '0.4.2'
5
+ VERSION = '0.4.3'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpuzzletime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Viehweger