git-fit 0.5.7 → 0.5.8

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
  SHA256:
3
- metadata.gz: 90705245df3b73e938e169dff3607ea6cafb8eac8afae83775d56b9b827737a0
4
- data.tar.gz: 052147744d650192e46400a96007684450c92f01846da7e6c75288d821db4003
3
+ metadata.gz: 329dda87a51a4e7262c948a3512e51c4fcee9d99f9dceb7c1cc3dbcc23e122f9
4
+ data.tar.gz: 4d77ca960d45a452dfadac61902d226206e9a76ebd39607387cd32bea45439eb
5
5
  SHA512:
6
- metadata.gz: a1b4c71926dae802ed33a6b38b7edd50921955adbff51213bc111a79b0a247241a2520e686791817121bb23fcb05af770a2f01f973b1ba87e4985263e2a6938c
7
- data.tar.gz: 20a31fdd98e31d6aac212c4875303973a91a4f96ba660734cf4ce01a94f7bf704b3f4c3b8344a45e11c32e87872b47222f41c5ce6517e87c090122ca27615fc0
6
+ metadata.gz: 537a6b1603267cf4ad153882616d19f338e644586d5210c403ade87a759019fcaafa4c85ca52b8494dc8c0018d95501b24b23e9dcc3ef9ca39cbd0cc45277659
7
+ data.tar.gz: 175d07fb83ad7dfd28d4d09753a74c0677937ceabb3f7502759f9e70ec526870144e1057641e88de5229b7315ae726a16b057270f1d1d4ad5ac653538d12c6f7
@@ -31,13 +31,13 @@ module GitFit
31
31
  end
32
32
 
33
33
  def self.restore_action(db_path = "db/fit.sqlite3")
34
- render("db-cache/restore", db_path: db_path)
34
+ render("db-store/restore", db_path: db_path)
35
35
  end
36
36
 
37
37
  RESTORE_ACTION = restore_action
38
38
 
39
39
  def self.save_action(db_path = "db/fit.sqlite3")
40
- render("db-cache/save", db_path: db_path)
40
+ render("db-store/save", db_path: db_path)
41
41
  end
42
42
 
43
43
  SAVE_ACTION = save_action
@@ -1,3 +1,3 @@
1
1
  module GitFit
2
- VERSION = "0.5.7"
2
+ VERSION = "0.5.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-fit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lax