snow_sync 1.8.0 → 1.9.0
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 +4 -4
- data/README.md +1 -2
- data/lib/snow_sync/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 66eb589da9c8e0a31c81b2a8e1c1548496476dd1
|
|
4
|
+
data.tar.gz: 6f61cdb0a3284c57502a6c8c5eb31d7c8bad428f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a39eeb84ee71a43ef0aa30dc5d23a42f95575f618ac9795ab3defe514deb91e5ea2ef27f1b83746eed59d9976e9d959eebb964554d4294ca589e781b815034a
|
|
7
|
+
data.tar.gz: 7f8442aca3748c3d26bbd81db72c4ff02eb5b96d9f05add900a0ddc3276805eed1fd3bc8e3ff5d2433dd2e358fc6fa8a2a20cf180406788f69b17fba9b4fa57c
|
data/README.md
CHANGED
|
@@ -55,8 +55,7 @@ cd <path>/gems/snow_sync-<version>
|
|
|
55
55
|
touch test_configs.yml
|
|
56
56
|
vim /spec/sync_util_spec.rb
|
|
57
57
|
```
|
|
58
|
-
Add a test
|
|
59
|
-
Add your test configs sync_util_spec.rb
|
|
58
|
+
Add a test record to your instance (ex: script include) & update the test configs in spec/sync_util_spec.rb
|
|
60
59
|
|
|
61
60
|
```ruby
|
|
62
61
|
rspec spec/sync_util_spec.rb
|
data/lib/snow_sync/version.rb
CHANGED