snow_sync 2.0.0 → 2.0.1

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 +1 -1
  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: 7426da92a88133f622c76eb1fd0a2ac246f67ba9
4
- data.tar.gz: 3ef9f116203a9f13fc26c2e512f4a73b6af058a1
3
+ metadata.gz: 2bf7925c62b6b7a37f529f41e3ab26a7747180ce
4
+ data.tar.gz: d6a4c7e6dbbbd913ed7e78535b48e1a9d55c1e88
5
5
  SHA512:
6
- metadata.gz: 0887c2e29d65bd236f512528cfcd6628377e543f9fb4662bfaed7d5b8319a543a117a53b4322bdc78166c2c37309837798eb47809fd023592009c1258eb09092
7
- data.tar.gz: a89f50a0dc4463a229c85f76d894b416de3d1641fc9555459a6c54ca12ca9c19c1bee113d11e5e4ceb2555cb845468090264ab5b823288f381c2ceba957934f1
6
+ metadata.gz: 549aca0f64324e3856dc4d46d4ba541d963fc50162c07bdec19030570fed91cecedc528c66be15df48c48ae175253107f7b52374a34ced4bd7678a13edf35c42
7
+ data.tar.gz: c21c37780e3ec1bf468a9536623dfc6580fc818f3c45618d204c5009660dfcde2295e04b8951ec0075437a1497ded4158d14cbc03a5b4270adb31d31bb327fd4
data/README.md CHANGED
@@ -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
+ * Configurations path is <path>/gems/snow_sync-<version>
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.0"
2
+ VERSION = "2.0.1"
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.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wallace