Skip to content

Commit

Permalink
Regenerated gemspec for version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprsquish committed Oct 14, 2009
1 parent 873cb0f commit cc2a256
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions crypt-tea.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -6,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeff Smick"]
s.date = %q{2009-06-05}
s.date = %q{2009-10-14}
s.default_executable = %q{xxtea}
s.description = %q{An implementation of the Tiny Encryption Algorithm that's compatible with PHP's xxTEA}
s.email = %q{sprsquish@gmail.com}
Expand All @@ -23,7 +26,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{crypt-tea}
s.rubygems_version = %q{1.3.4}
s.rubygems_version = %q{1.3.5}
s.summary = %q{xxTEA implemented in pure ruby}
s.test_files = [
"test/benchmark.rb",
Expand Down

0 comments on commit cc2a256

Please sign in to comment.