ical_importer 0.0.9 → 0.0.10

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ical_importer (0.0.9)
4
+ ical_importer (0.0.10)
5
5
  activesupport (~> 3.0.15)
6
6
  i18n
7
7
  ri_cal
@@ -9,7 +9,7 @@ module IcalImporter
9
9
  @bare_feed.pos = 0
10
10
  begin
11
11
  @feed = RiCal.parse @bare_feed
12
- rescue
12
+ rescue Exception => e
13
13
  # I know, I'm dirty, fix this to log to a config'd log
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module IcalImporter
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -158,7 +158,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  segments:
160
160
  - 0
161
- hash: -3707061640837214998
161
+ hash: -4237878900160215594
162
162
  required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  none: false
164
164
  requirements:
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  version: '0'
168
168
  segments:
169
169
  - 0
170
- hash: -3707061640837214998
170
+ hash: -4237878900160215594
171
171
  requirements: []
172
172
  rubyforge_project:
173
173
  rubygems_version: 1.8.24