Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neighman committed Nov 8, 2010
1 parent 28488d9 commit 51c62ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm-zone-types.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'dm-zone-types'
s.version = '0.2'
s.version = '0.3'
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Neighman"]
s.description = %q{Timezone aware datatypes for DataMapper}
s.email = "[email protected]"
s.files = Dir.glob("{test,lib}/**/*.rb") +
s.files = Dir.glob("{test,lib}/**/*.rb") +
%w(Gemfile Gemfile.lock README.textile CHANGELOG Rakefile)
s.homepage = %q{http://github.com/hassox/dm-zone-types}
s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit 51c62ca

Please sign in to comment.