snow_sync 3.1.1 → 3.1.2

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: 53c3a999b1ba7e617391b1a9c33d92ebb4c7f981
4
- data.tar.gz: 07df090058d818844693e44baba3a0946df42f20
3
+ metadata.gz: 7d72e4b145e73ab7e226651173c037d5e104aa06
4
+ data.tar.gz: c94c90bda93ccd9680bb0e4bc641030fe1ae75fb
5
5
  SHA512:
6
- metadata.gz: 3bd28e08daf13bbfd2191784705615c2c7f7dcfdffb6cd3e97ada3ecb39b4dd564023847cb2ccd8a5c9fbde1ca82120ed0dc4183c9323574e41315d900daeb9f
7
- data.tar.gz: 46b5502227c1b05edbf33132cf888ff62a599c335b5cd35afd4f577ef88d4efd184fb5ede15b1338a459447ba3e57d995474816ea2ca0ed6dee60740966563f1
6
+ metadata.gz: 07568e10689e39c77d50aac5dc8dd9a73f9f4fda63ebb8e02bd930ff231c16f0eafad56d8240ffcb816e6fa58a37c93f8aece453278ae0b56e0995970d46fa5f
7
+ data.tar.gz: d536814539b196f09019e80eeb2c004fbe10db7ebab8cf6566ede6cd93c045462ea9b8e129b0ed5bcc39de5d69e182be330b156380eddd4eb881ee05720bd98b
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SnowSync
2
2
 
3
- [![Gem Version](https://img.shields.io/badge/gem-v3.0.1-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-4k%2B-lightgrey.svg)](https://rubygems.org/gems/snow_sync)
3
+ [![Gem Version](https://img.shields.io/badge/gem-v3.1.2-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
 
@@ -34,7 +34,6 @@ Create a Gemfile and add the following Gem dependencies:
34
34
 
35
35
  ```ruby
36
36
  source 'https://rubygems.org'
37
- gem 'byebug', '~> 9.0.6'
38
37
  gem 'facets', '~> 3.1.0'
39
38
  gem 'guard', '~> 2.14.0'
40
39
  gem 'guard-yield', '~> 0.1.0'
@@ -69,7 +68,7 @@ guard -i
69
68
  ## Running the Tests
70
69
 
71
70
  ```bash
72
- cd <path>/gems/snow_sync-<version>
71
+ cd <path-to-the-snow_sync-dir>/gems/snow_sync-<version>
73
72
  ```
74
73
 
75
74
  * Integration tests use a test record in the instance (e.g. a script include)
@@ -199,7 +199,7 @@ module SnowSync
199
199
  end
200
200
  end
201
201
 
202
- # dispatches osx & linux platform notification when file updates are pushed
202
+ # Dispatches osx & linux platform notification when file updates are pushed
203
203
  # @param [Array] update File updated
204
204
  # @param [Object] log Log Object
205
205
 
@@ -1,3 +1,3 @@
1
1
  module SnowSync
2
- VERSION = "3.1.1"
2
+ VERSION = "3.1.2"
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.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wallace