ical_importer 0.0.17 → 0.0.18

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.
@@ -74,7 +74,7 @@ module IcalImporter
74
74
  raise ArgumentError, "Must be http or https" unless %w[http https].include? protocol
75
75
  begin
76
76
  ::Timeout::timeout(@timeout) do
77
- open prepped_uri(protocol)
77
+ open prepped_uri(protocol), "r:UTF-8"
78
78
  end
79
79
  rescue
80
80
  return open_ical 'https' if protocol == 'http'
@@ -1,3 +1,3 @@
1
1
  module IcalImporter
2
- VERSION = '0.0.17'
2
+ VERSION = '0.0.18'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ical_importer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-30 00:00:00.000000000 Z
12
+ date: 2012-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: 3426861661267830215
162
+ hash: -727255887312189172
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements:
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  segments:
170
170
  - 0
171
- hash: 3426861661267830215
171
+ hash: -727255887312189172
172
172
  requirements: []
173
173
  rubyforge_project:
174
174
  rubygems_version: 1.8.24