Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspernj committed Jan 9, 2018
1 parent e36e4bd commit 397fe4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions baza.gemspec
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: baza 0.0.30 ruby lib
# stub: baza 0.0.31 ruby lib

Gem::Specification.new do |s|
s.name = "baza".freeze
s.version = "0.0.30"
s.version = "0.0.31"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Kasper Johansen".freeze]
s.date = "2017-10-23"
s.date = "2018-01-09"
s.description = "A database abstraction layer, model framework and database framework.".freeze
s.email = "kj@gfish.com".freeze
s.extra_rdoc_files = [
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
".rspec",
".rubocop.yml",
".rubocop_todo.yml",
".ruby-version",
".travis.yml",
"Gemfile",
"Gemfile.lock",
Expand Down Expand Up @@ -199,7 +200,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/kaspernj/baza".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "2.6.13".freeze
s.rubygems_version = "2.5.2.1".freeze
s.summary = "A database abstraction layer, model framework and database framework.".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 397fe4d

Please sign in to comment.