beezwax.gemspec in beezwax-0.5.1 vs beezwax.gemspec in beezwax-0.5.2

- old
+ new

@@ -3,16 +3,16 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{beezwax} - s.version = "0.5.1" + s.version = "0.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Patrick Lardin"] - s.date = %q{2010-10-05} - s.description = %q{Access BTR db files through a ruby API.} + s.date = %q{2010-10-07} + s.description = %q{Access Btrieve database files through a ruby API.} s.email = %q{plardin@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README", "README.rdoc" @@ -46,10 +46,10 @@ ] s.homepage = %q{http://github.com/plardin/beezwax} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} - s.summary = %q{BTRAPI wrapper.} + s.summary = %q{Btrieve API wrapper.} s.test_files = [ "test/test_beezwax.rb", "test/helper.rb" ]