outlook_calendar 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd913c1ef3123f172649b7f303641a663f9a1460
4
- data.tar.gz: 27f4d8637453a431e4a00e2ea1688b24c9d3bc95
3
+ metadata.gz: 55f43aabd17ba68b3efc7559fd55aa262d6ad04a
4
+ data.tar.gz: df046d475fa02f893d18f3971b0ffd1dc967309f
5
5
  SHA512:
6
- metadata.gz: 990363e468b358142c8c08faba4e4b3b779e41a9b4c34a2b2937a104586a80564c914bc07bd0a098c097c4116ff11bb37308f565927e841da87a641b61bd1794
7
- data.tar.gz: 694665dad30614d1bc5c86c5322fb487ec5157f2a86625191ee74415cb01f97f4454415532452897bf385f4c083372807d94aece40f2189cd0c2e92b2df25568
6
+ metadata.gz: f20483bc74f04cb9561a0067204a69536370aea5259e215359826c103f14b10ff20ec37512df924e35b8002e864d95afbb13ed5bd70151e2b4825cbbd4bd31a4
7
+ data.tar.gz: eff0862200596e2daaac9b2dbd22e122607fd3cc443b0bf78210640fe1001cea473c04debdf8d31b98dbb1d874753ee7a0137eba97a8484f43ec13e876e5a744
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/outlook_calendar`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
5
- A gem for outlook calendar connector
5
+ Rails gem for outlook calendar integration
6
6
 
7
7
  ## Installation
8
8
 
@@ -50,7 +50,8 @@ module OutlookCalendar
50
50
  end
51
51
 
52
52
  def owner(owner_value)
53
- {name: owner_value['Name'], address: owner_value['Address']}
53
+ return [] if owner_value.present?
54
+ { name: owner_value['Name'], address: owner_value['Address'] }
54
55
  end
55
56
  end
56
57
  end
@@ -1,3 +1,3 @@
1
1
  module OutlookCalendar
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outlook_calendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - hitendra
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-24 00:00:00.000000000 Z
11
+ date: 2018-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler