gradesfirst 0.6.3 → 0.6.4

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.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = "gradesfirst"
4
- s.version = "0.6.3"
4
+ s.version = "0.6.4"
5
5
  s.summary = "GradesFirst command line utility for developers."
6
6
  s.description = "This utility will help manage the various tasks developers need to do on their workstation such as database updates."
7
7
  s.license = "MIT"
@@ -18,7 +18,7 @@ See "gf help <command>" for details on configuration settings.
18
18
  end
19
19
 
20
20
  def self.load_paths
21
- @@load_paths ||= [".env.gf", "~/.env.gf", ".env.gf.master"]
21
+ @@load_paths ||= [".env.gf", "#{Dir.home}/.env.gf", ".env.gf.master"]
22
22
  end
23
23
 
24
24
  def self.load_paths=(paths)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gradesfirst
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: