Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
Merge branch 'feature-gemspec'
  • Loading branch information
Leopold Burdyl committed Jan 19, 2014
2 parents ea1283c + 859d48b commit d619d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('../lib/kbam/version', __FILE__)
Gem::Specification.new do |spec|
spec.name = 'kbam'
spec.version = Kbam::VERSION
spec.date = Date.today.strptime("%Y-%m-%d")
spec.date = Date.today.strftime("%Y-%m-%d")
spec.summary = "K'bam!"
spec.description = "Simple gem that makes working with raw MySQL in Ruby efficient and fun! It's basically a query string builder (not an ORM!) that takes care of sanatization and sql chaining."
spec.author = "Leopold Burdyl"
Expand Down

0 comments on commit d619d23

Please sign in to comment.