snow_sync 1.9.0 → 1.9.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/lib/snow_sync/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66eb589da9c8e0a31c81b2a8e1c1548496476dd1
4
- data.tar.gz: 6f61cdb0a3284c57502a6c8c5eb31d7c8bad428f
3
+ metadata.gz: 89faf7978942b059dbd2933732d9f05ba2db8258
4
+ data.tar.gz: a84fb565c1183ec768742663677e9c08f62e21e2
5
5
  SHA512:
6
- metadata.gz: 7a39eeb84ee71a43ef0aa30dc5d23a42f95575f618ac9795ab3defe514deb91e5ea2ef27f1b83746eed59d9976e9d959eebb964554d4294ca589e781b815034a
7
- data.tar.gz: 7f8442aca3748c3d26bbd81db72c4ff02eb5b96d9f05add900a0ddc3276805eed1fd3bc8e3ff5d2433dd2e358fc6fa8a2a20cf180406788f69b17fba9b4fa57c
6
+ metadata.gz: b7c5e58ef70bce7a428488e2e4b25680bfb9667a910d1aed87ac2c386378e75fc19e79df8c1f9c074e94df339cfa5342f7f0c5fb5a667c72211585e0521d6b6f
7
+ data.tar.gz: b6c808141851346f8108561983123af5641641ff99dc1a0cd273f59c42a8896d061fd602387cafd06647b1a50bb3bf3c11440d34dd415596aa8941a52fb96b54
data/README.md CHANGED
@@ -18,10 +18,10 @@ gem install bundler
18
18
 
19
19
  ```bash
20
20
  cd <path>/gems/snow_sync-<version>
21
- touch Gemfile
22
- vim Gemfile
23
21
  ```
24
22
 
23
+ Create a Gemfile and add the following:
24
+
25
25
  ```ruby
26
26
  source 'https://rubygems.org'
27
27
  gem 'byebug', '~> 9.0.6'
@@ -33,16 +33,18 @@ gem 'libnotify', '~> 0.9.1'
33
33
  gem 'rake', '~> 10.0.0'
34
34
  gem 'rest-client', '~> 2.0.0'
35
35
  gem 'rspec', '~> 3.5.0'
36
+ ```
36
37
 
38
+ ```bash
37
39
  bundle install
38
40
  ```
39
41
 
40
42
  ```bash
41
43
  cd /lib/snow_sync
42
- vim configs.yml
43
44
  ```
44
45
 
45
- Add your configs -- be sure to append /api/now/table/ to the base_url
46
+ * Setup the configs in the configs.yml
47
+ * Append /api/now/table/ to the base_url
46
48
 
47
49
  ```bash
48
50
  guard -i
@@ -52,10 +54,11 @@ guard -i
52
54
 
53
55
  ```bash
54
56
  cd <path>/gems/snow_sync-<version>
55
- touch test_configs.yml
56
- vim /spec/sync_util_spec.rb
57
57
  ```
58
- Add a test record to your instance (ex: script include) & update the test configs in spec/sync_util_spec.rb
58
+
59
+ * Create a test_configs.yml file
60
+ * Create a test record in the instance (ex: a test script include)
61
+ * Setup the test configs
59
62
 
60
63
  ```ruby
61
64
  rspec spec/sync_util_spec.rb
@@ -1,3 +1,3 @@
1
1
  module SnowSync
2
- VERSION = "1.9.0"
2
+ VERSION = "1.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snow_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wallace
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-02 00:00:00.000000000 Z
11
+ date: 2016-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler