snow_sync 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/snow_sync/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bf7925c62b6b7a37f529f41e3ab26a7747180ce
4
- data.tar.gz: d6a4c7e6dbbbd913ed7e78535b48e1a9d55c1e88
3
+ metadata.gz: 19459779fed87d4f90a717b8065970e1fa7e79ec
4
+ data.tar.gz: bb4bbd1978daa34e5a4e5ed1360b9b4e9c9636a9
5
5
  SHA512:
6
- metadata.gz: 549aca0f64324e3856dc4d46d4ba541d963fc50162c07bdec19030570fed91cecedc528c66be15df48c48ae175253107f7b52374a34ced4bd7678a13edf35c42
7
- data.tar.gz: c21c37780e3ec1bf468a9536623dfc6580fc818f3c45618d204c5009660dfcde2295e04b8951ec0075437a1497ded4158d14cbc03a5b4270adb31d31bb327fd4
6
+ metadata.gz: 97d203ff845ff88a2a747356a6dd494202a7c5e9f8af90f008fe0f90ba4f6adb464ca009dabe56e9bad5ed2ecfb7e41478156f0e8289b8a9d4769fbd070460d1
7
+ data.tar.gz: 8a18f307d7f100ed708e017261b14d674a1381e30977791e2f320aa91b0ad016e12b837ac0dbe4f1b44abfd62b503a6aaa7c54da246859007321ad2480303703
data/README.md CHANGED
@@ -45,7 +45,7 @@ cd /lib/snow_sync
45
45
  ```
46
46
 
47
47
  * Setup the configurations in the configs.yml
48
- * Configurations path is <path>/gems/snow_sync-<version>/lib/snow_sync/
48
+ * Configuration path is the current working directory
49
49
  * Append /api/now/table/ to the base_url
50
50
 
51
51
  ```bash
@@ -64,7 +64,7 @@ cd <path>/gems/snow_sync-<version>
64
64
  * Create a test_configs.yml file
65
65
  * Create a test record in the instance (ex: a test script include)
66
66
  * Setup the test configurations in the test_configs.yml
67
- * Configurations path is <path>/gems/snow_sync-<version>
67
+ * Configuration path is the current working directory
68
68
  * Append /api/now/table/ to the base_url
69
69
 
70
70
  ```ruby
@@ -1,3 +1,3 @@
1
1
  module SnowSync
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.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: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wallace