ri_cal 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +3 -0
  2. data/lib/ri_cal.rb +1 -1
  3. data/ri_cal.gemspec +1 -1
  4. metadata +1 -1
@@ -1,3 +1,6 @@
1
+ === 0.7.7 - 6 August 2009
2
+ - No changes other than a version number bump. github seems to have failed to notice the commit of v0.7.6
3
+ and didn't build the gem. Hopefully it will notice this one.
1
4
  === 0.7.6 - 6 August 2009
2
5
  - Fixes http://rick_denatale.lighthouseapp.com/projects/30941/tickets/20
3
6
  RiCal::PropertyValue::Period was returning a nil ruby value.
@@ -14,7 +14,7 @@ module RiCal
14
14
  autoload :OccurrenceEnumerator, "#{my_dir}/ri_cal/occurrence_enumerator.rb"
15
15
 
16
16
  # :stopdoc:
17
- VERSION = '0.7.6'
17
+ VERSION = '0.7.7'
18
18
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
19
19
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
20
20
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ri_cal}
5
- s.version = "0.7.6"
5
+ s.version = "0.7.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["author=Rick DeNatale"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ri_cal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - author=Rick DeNatale