snow_sync 3.1.3 → 3.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36395d662bfea20c4f23d1605c3415411dfe8228
4
- data.tar.gz: b4221ebcc82ee36a0cb4b0fdb4e9683fb5bd13d5
3
+ metadata.gz: f6422be148bf00fa9ca1db13b7e630f249fb9f23
4
+ data.tar.gz: 7c761afc8063c3d1caffaf8bd3012e29d3224257
5
5
  SHA512:
6
- metadata.gz: 6fe7ef336d702cbb6ea30098f1c98bdbc1db7b733a87af8360449ce00db9f60b388c255d129dba309c2af431fc9226799e05d304cb0f4165736b4acc41b68de7
7
- data.tar.gz: 5833f3195fc9180ece3ca631e6a6c5ce9e82b597141c27eea173f6857bade9a6f09606f37a8d3527b5672e3a26d2ac5d5fbcedba1c6c6374389f0e490ca98f9d
6
+ metadata.gz: 95924701d2808abf127b359e084ce982072f17adf0ddcce1d6d454715346e5fb046719fece76e1162655e3a50544db611fd7578e5df747cf3b0d2304dcd25e9f
7
+ data.tar.gz: 2784536bb2bb4b3d659bda4b0f006dd457eb71ae2f7449ebc0f213967d7ec9e7a84f24d414a298b83669e180f8b7e3b37ac9d7a405d85e38695d8142198bf023
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SnowSync
2
2
 
3
- [![Gem Version](https://img.shields.io/badge/gem-v3.1.3-brightgreen.svg)](https://rubygems.org/gems/snow_sync) [![Dependency Status](https://img.shields.io/badge/dependencies-up--to--date-blue.svg)](https://rubygems.org/gems/snow_sync) [![Downloads](https://img.shields.io/badge/downloads-5k%2B-lightgrey.svg)](https://rubygems.org/gems/snow_sync)
3
+ [![Gem Version](https://img.shields.io/badge/gem-v3.1.4-brightgreen.svg)](https://rubygems.org/gems/snow_sync) [![Dependency Status](https://img.shields.io/badge/dependencies-up--to--date-blue.svg)](https://rubygems.org/gems/snow_sync) [![Downloads](https://img.shields.io/badge/downloads-5k%2B-lightgrey.svg)](https://rubygems.org/gems/snow_sync)
4
4
 
5
5
  SnowSync is a file sync utility tool and API which provides a bridge for off platform ServiceNow development using an IDE or text editor locally.
6
6
 
@@ -30,6 +30,8 @@ gem install bundler
30
30
  cd <path-to-the-snow_sync-dir>/gems/snow_sync-<version>
31
31
  ```
32
32
 
33
+ OSX users run the following command:
34
+
33
35
  ```bash
34
36
  brew install terminal-notifier
35
37
  ```
@@ -201,7 +201,7 @@ module SnowSync
201
201
 
202
202
  # Dispatches osx & linux platform notification when file updates are pushed
203
203
  # @param [Array] update File updated
204
- # @param [Object] log Log Object
204
+ # @param [Object] log Log object
205
205
 
206
206
  def notify(update, log)
207
207
  if `uname` =~ /Darwin/
@@ -1,3 +1,3 @@
1
1
  module SnowSync
2
- VERSION = "3.1.3"
2
+ VERSION = "3.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snow_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wallace