Skip to content

Commit

Permalink
Regenerate gemspec for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Jan 26, 2012
1 parent bc90f18 commit 69c0506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datagrid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "datagrid"
s.version = "0.5.0"
s.version = "0.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bogdan Gusiev"]
s.date = "2012-01-03"
s.date = "2012-01-26"
s.description = "This allows you to easily build datagrid aka data tables with sortable columns and filters"
s.email = "agresso@gmail.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -79,7 +79,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/bogdan/datagrid"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
s.rubygems_version = "1.8.10"
s.summary = "Ruby gem to create datagrids"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 69c0506

Please sign in to comment.