clone_git_file 0.1.7 → 0.1.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
  SHA1:
3
- metadata.gz: ec35eda62d60421bbfcb6e0c3002d6f0e2c4b304
4
- data.tar.gz: abbcab95f99f19000ffae574650d66a112678ad2
3
+ metadata.gz: 2579e9584ad64198931acf11950fa2ebc97f00be
4
+ data.tar.gz: d419317f51257fdd936e40776b3802bbed8c74df
5
5
  SHA512:
6
- metadata.gz: 821445e71339f6a7c7f863bfe5053d7759aea267b3cfe2d27cd0da7126c026fb7869e504134b8558933e5e8fe8a545d56e2418ef36c2507ed3d84036df027cb3
7
- data.tar.gz: 7e26cda4214a41e91196b87e7f419af06944fdf786309ff5f283d6f9c18f459b8fe9e762f3a9f41574548db29bac830c8225fb15a3f2bdc32cca07ae59633d1d
6
+ metadata.gz: d80c6461229c5edcd67b9eef8592824f5d7dcdcbf008c1460dc87cc65400d7291d568e3e9add5ddc9401ab5543e3b00360b9d037fca28a5b5d0e6b3abd5a7dd8
7
+ data.tar.gz: 9f28c44b62d3db5abdcdc11f781d82df30f543b9ad93f24168335b641fcf3545059bc017fd13f3e9ac94022a174840c659adc76a59c4b8be49978dbdd2f5ca21
@@ -30,7 +30,7 @@ module CloneGitFile
30
30
  end
31
31
 
32
32
  def local_repo_path
33
- @local_repo_path ||= "#{ENV["TARGET_DIRECTORY"]}/#{parsed_data.github_username}/#{parsed_data.repo_name}"
33
+ @local_repo_path ||= File.expand_path("#{ENV["TARGET_DIRECTORY"]}/#{parsed_data.github_username}/#{parsed_data.repo_name}")
34
34
  end
35
35
 
36
36
  def launch_editor
@@ -1,3 +1,3 @@
1
1
  module CloneGitFile
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clone_git_file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Conway
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-17 00:00:00.000000000 Z
11
+ date: 2017-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 2.5.1
111
+ rubygems_version: 2.5.2
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: A small tool which allows you to easily clone and open a file from git services