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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0df35720b457bc153c6ce73171b09833632ebe57
4
- data.tar.gz: 47a5c5c468c155791720fad312044897b78fc92f
3
+ metadata.gz: ab7fac2bf78a32506498173cf05980f4bbdd8197
4
+ data.tar.gz: f4db5161a160fed3675c884596f1fe3d30073c1e
5
5
  SHA512:
6
- metadata.gz: b12d87fa3683f4dd3675a0f2aadde684f77ce83a7f16a3cbcea206123ef99c03bae331346ab6be45e452e12ac15d0b3f9b20ddadb6de22fa820267fb476fdc7b
7
- data.tar.gz: 7b4abfaa46aff7ba1ccd27b5c29ed1689d2ec932bbf97b55fad9b05ab35f294a3b3846398f361bc3fefb5cc8d86cd617f9343ff3296af52c41927a9f4fa7b324
6
+ metadata.gz: b6270a7847a48d319e4a26dfa12f2b07fc3984b7acfc1ffb6c44b41ae9f158f7616181524c21de0ba19504a7c518e5890ffab4ab074a02798d91c9e08d300df6
7
+ data.tar.gz: ccfbe195d89cdc00fc034200612bd05d6af01f35b1b7f45887f155d088be73cd3891e218f071fc9d33cffbdfdfa5342deda3d7f9f4f6a16ad43b1c99cfabbeb8
@@ -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 [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then
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
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module NewlineHw
2
- VERSION = "1.1.5".freeze
2
+ VERSION = "1.1.6".freeze
3
3
  end
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.5
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.5.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.