justinsoong-ri_cal 0.8.8 → 0.8.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ri_cal.gemspec +2 -2
  2. metadata +3 -3
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'justinsoong-ri_cal'
8
- s.version = "0.8.8"
8
+ s.version = "0.8.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rick DeNatale"]
12
12
  s.date = %q{2011-02-13}
13
- s.default_executable = %q{ri_cal}
13
+ s.default_executable = 'justinsoong-ri_cal'
14
14
  s.description = %q{A new Ruby implementation of RFC2445 iCalendar.
15
15
 
16
16
  The existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide for parsing and generating icalendar files,
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: justinsoong-ri_cal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 8
10
- version: 0.8.8
9
+ - 9
10
+ version: 0.8.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rick DeNatale