snow_sync 1.9.1 → 1.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89faf7978942b059dbd2933732d9f05ba2db8258
4
- data.tar.gz: a84fb565c1183ec768742663677e9c08f62e21e2
3
+ metadata.gz: 81b30b592861ed671a156052c4054341928b9745
4
+ data.tar.gz: 4b3e7eb2b86a6594f1f7de2c84231b2ff6296667
5
5
  SHA512:
6
- metadata.gz: b7c5e58ef70bce7a428488e2e4b25680bfb9667a910d1aed87ac2c386378e75fc19e79df8c1f9c074e94df339cfa5342f7f0c5fb5a667c72211585e0521d6b6f
7
- data.tar.gz: b6c808141851346f8108561983123af5641641ff99dc1a0cd273f59c42a8896d061fd602387cafd06647b1a50bb3bf3c11440d34dd415596aa8941a52fb96b54
6
+ metadata.gz: 183f8cd35aa2771e3a497316a4b0b986abdc48e8db47616cafc834c0e0741b1132a10584e11a7434a35593072426490065bd6544e5ac70824b7753fb87931850
7
+ data.tar.gz: 271b0558772fa43a3334de9e1938649e11faaeef9916af3adb89d3a1bfc95f56ef17b6cd6356005dcd213b35b15a8915df9976b9ce1e19109c948bb47e9a7cf2
@@ -1,3 +1,3 @@
1
1
  module SnowSync
2
- VERSION = "1.9.1"
2
+ VERSION = "1.9.2"
3
3
  end
@@ -123,7 +123,7 @@ describe "table_lookup" do
123
123
 
124
124
  it "should return configured SN table" do
125
125
  setup_test_config
126
- table_map = util.table_lookup("sync/script_include/test_class.rb")
126
+ table_map = util.table_lookup("sync/script_include/test_class.js")
127
127
  expect(table_map.keys).to eq ["name", "table", "sysid", "field"]
128
128
  expect(table_map["table"]).to eq "sys_script_include"
129
129
  end
@@ -155,7 +155,7 @@ describe "merge_update" do
155
155
 
156
156
  end
157
157
 
158
- ## --> itegration tests
158
+ ## --> integration tests
159
159
  describe "setup_sync_directories" do
160
160
 
161
161
  let! :util do
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: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wallace