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 +4 -4
- data/lib/clone_git_file.rb +1 -1
- data/lib/clone_git_file/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2579e9584ad64198931acf11950fa2ebc97f00be
|
|
4
|
+
data.tar.gz: d419317f51257fdd936e40776b3802bbed8c74df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d80c6461229c5edcd67b9eef8592824f5d7dcdcbf008c1460dc87cc65400d7291d568e3e9add5ddc9401ab5543e3b00360b9d037fca28a5b5d0e6b3abd5a7dd8
|
|
7
|
+
data.tar.gz: 9f28c44b62d3db5abdcdc11f781d82df30f543b9ad93f24168335b641fcf3545059bc017fd13f3e9ac94022a174840c659adc76a59c4b8be49978dbdd2f5ca21
|
data/lib/clone_git_file.rb
CHANGED
|
@@ -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
|
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.
|
|
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:
|
|
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.
|
|
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
|