Skip to content

Commit

Permalink
Regenerate gemspec for version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Mar 8, 2014
1 parent d7e3cf9 commit cb36559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions datagrid.gemspec
Expand Up @@ -2,16 +2,15 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: datagrid 1.1.0 ruby lib
# stub: datagrid 1.1.1 ruby lib

Gem::Specification.new do |s|
s.name = "datagrid"
s.version = "1.1.0"
s.version = "1.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Bogdan Gusiev"]
s.date = "2014-03-07"
s.date = "2014-03-08"
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 @@ -111,7 +110,8 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/bogdan/datagrid"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.require_paths = ["lib"]
s.rubygems_version = "2.1.10"
s.summary = "Ruby gem to create datagrids"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit cb36559

Please sign in to comment.