newline_hw 1.1.5 → 1.1.6
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/exe/newline_hw_stream_shim +1 -1
- data/lib/newline_hw/cli.rb +3 -0
- data/lib/newline_hw/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab7fac2bf78a32506498173cf05980f4bbdd8197
|
|
4
|
+
data.tar.gz: f4db5161a160fed3675c884596f1fe3d30073c1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6270a7847a48d319e4a26dfa12f2b07fc3984b7acfc1ffb6c44b41ae9f158f7616181524c21de0ba19504a7c518e5890ffab4ab074a02798d91c9e08d300df6
|
|
7
|
+
data.tar.gz: ccfbe195d89cdc00fc034200612bd05d6af01f35b1b7f45887f155d088be73cd3891e218f071fc9d33cffbdfdfa5342deda3d7f9f4f6a16ad43b1c99cfabbeb8
|
data/exe/newline_hw_stream_shim
CHANGED
|
@@ -8,7 +8,7 @@ export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"
|
|
|
8
8
|
if [ -d "$HOME/.rbenv/shims" ] ; then
|
|
9
9
|
export PATH=~/.rbenv/shims:$PATH
|
|
10
10
|
# Load RVM into a shell session *as a function*
|
|
11
|
-
elif [
|
|
11
|
+
elif [ -s "$HOME/.rvm/scripts/rvm" ] ; then
|
|
12
12
|
# First try to load from a user install
|
|
13
13
|
source "$HOME/.rvm/scripts/rvm"
|
|
14
14
|
|
data/lib/newline_hw/cli.rb
CHANGED
|
@@ -39,6 +39,9 @@ module NewlineHw
|
|
|
39
39
|
path = "~/Library/Application Support/Google/Chrome/NativeMessagingHosts/com.theironyard.newlinecli.hw.json"
|
|
40
40
|
say "Could NOT add chrome native messaging hook please check permissions for #{path} and that containing folder exists with 0600 permissions.", :red
|
|
41
41
|
say "*" * 80
|
|
42
|
+
say ""
|
|
43
|
+
say " sudo chown -R $(whoami) #{path} "
|
|
44
|
+
say ""
|
|
42
45
|
say "Error Message: #{e.message}"
|
|
43
46
|
end
|
|
44
47
|
end
|
data/lib/newline_hw/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newline_hw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Russell Osborne
|
|
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
version: '0'
|
|
183
183
|
requirements: []
|
|
184
184
|
rubyforge_project:
|
|
185
|
-
rubygems_version: 2.
|
|
185
|
+
rubygems_version: 2.6.8
|
|
186
186
|
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: Quickly Clone and setup basic ruby and JS projects.
|