From 43ecb8259d6f6bbf6d0198092647f47412326981 Mon Sep 17 00:00:00 2001 From: Jan Schwenzien Date: Fri, 24 Jun 2016 14:13:09 +0200 Subject: [PATCH] build gemspec --- kontoapi-rails.gemspec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kontoapi-rails.gemspec b/kontoapi-rails.gemspec index f763530..590594c 100644 --- a/kontoapi-rails.gemspec +++ b/kontoapi-rails.gemspec @@ -2,14 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- +# stub: kontoapi-rails 0.2.6 ruby lib Gem::Specification.new do |s| s.name = "kontoapi-rails" - s.version = "0.2.5" + s.version = "0.2.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] s.authors = ["Jan Schwenzien"] - s.date = "2012-10-23" + s.date = "2016-06-24" s.description = "This library is a wrapper for the Konto API (https://www.kontoapi.de/). It provides a validation method for models that checks if a given account number and bank code represent a valid combination." s.email = "jan@schwenzien.org" s.extra_rdoc_files = [ @@ -38,12 +40,11 @@ Gem::Specification.new do |s| ] s.homepage = "http://github.com/GeneralScripting/kontoapi-rails" s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = "1.8.23" + s.rubygems_version = "2.4.5.1" s.summary = "A wrapper for the Konto API (https://www.kontoapi.de/) providing model validation." if s.respond_to? :specification_version then - s.specification_version = 3 + s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 3.0.0"])