figaro-backup 0.0.1 → 0.0.2

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: bbfe77b6eea29c7fe98500d3351197c66654db2e
4
- data.tar.gz: fd97069656f5a35c1d99c1cd3f53cc372cdff0df
3
+ metadata.gz: dc253d6deeaa40b51658fbf153d77b63fd2bc2e2
4
+ data.tar.gz: 490cb38a9f93b16864bfc6cd62ed420b62ccc8c2
5
5
  SHA512:
6
- metadata.gz: 42bf119a0438ece7e7316e9f39c004a0e44350f7341539be5ec762f73fca20ef4fdbb38dd0976e7dd92f912e24a090054d67432738aa57320c0397fdfc6a46cd
7
- data.tar.gz: b8bd3f94714f2820409805d054cf7bc66664e5e5c53a3dcc8786abf4ee2b1bdfbe49a4515ea13fc8d5a616bec39fe747ee3c1f3ddd1252524e206be3ed946a8f
6
+ metadata.gz: 3ba844fbe433f2a1f31b116b0019a5a744d332c57896563fd96ae8d5358c272ddd7a24d3c4783eb0b643cef304b38e049143a0f729af530175a58986559a9bd8
7
+ data.tar.gz: 935936bb1f0bdf42aebb77ee2ddfeee48e573979ba1064d9fdedb531ecfcb9d7f6f1684e154e767959202b3a1f3247e7a1459965e33c11c867edc2cd6cca6590
@@ -11,7 +11,7 @@ module Figaro
11
11
  raise build_message "You should really use git!" unless git_installed?
12
12
  raise build_message "Make sure to add #{Figaro.application.path.inspect} to .gitignore!" unless git_ignored?
13
13
  return puts(build_message "YAY! Your project lives in Dropbox!") if in_dropbox?(Figaro.application.path)
14
- raise build_message "Make sure that #{config_path.inspect} is symlinked" unless symlinked?
14
+ raise build_message "Make sure that #{Figaro.application.path.inspect} is symlinked" unless symlinked?
15
15
  raise build_message "Your symlink #{symlink_target_path.inspect} should be in Dropbox!" unless symlinked_to_dropbox?
16
16
  puts build_message "YAY! Your Figaro config is symlinked to Dropbox!"
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Figaro
2
2
  module Backup
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: figaro-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Van Horn