From 102fd638738506f4bf11123408dc1c65c275306c Mon Sep 17 00:00:00 2001 From: Jan Schwenzien Date: Thu, 1 Dec 2016 17:29:21 +0100 Subject: [PATCH] 0.3.0 updated kontoapi-ruby to 0.4.0 --- Gemfile | 1 + Gemfile.lock | 182 ++++++++++++++++++++++------------------- VERSION | 2 +- kontoapi-rails.gemspec | 65 ++++++++------- 4 files changed, 132 insertions(+), 118 deletions(-) diff --git a/Gemfile b/Gemfile index e47e01b..0646b1a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,5 @@ group :development do gem "bundler", ">= 1.1.0" gem "jeweler", ">= 1.5.2" gem "simplecov", ">= 0" + gem 'rdoc' end diff --git a/Gemfile.lock b/Gemfile.lock index 15387fa..ebc9aa9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,43 +1,46 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (4.2.6) - actionpack (= 4.2.6) - actionview (= 4.2.6) - activejob (= 4.2.6) + actioncable (5.0.0.1) + actionpack (= 5.0.0.1) + nio4r (~> 1.2) + websocket-driver (~> 0.6.1) + actionmailer (5.0.0.1) + actionpack (= 5.0.0.1) + actionview (= 5.0.0.1) + activejob (= 5.0.0.1) mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.6) - actionview (= 4.2.6) - activesupport (= 4.2.6) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) + actionpack (5.0.0.1) + actionview (= 5.0.0.1) + activesupport (= 5.0.0.1) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.6) - activesupport (= 4.2.6) + actionview (5.0.0.1) + activesupport (= 5.0.0.1) builder (~> 3.1) erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.6) - activesupport (= 4.2.6) - globalid (>= 0.3.0) - activemodel (4.2.6) - activesupport (= 4.2.6) - builder (~> 3.1) - activerecord (4.2.6) - activemodel (= 4.2.6) - activesupport (= 4.2.6) - arel (~> 6.0) - activesupport (4.2.6) + activejob (5.0.0.1) + activesupport (= 5.0.0.1) + globalid (>= 0.3.6) + activemodel (5.0.0.1) + activesupport (= 5.0.0.1) + activerecord (5.0.0.1) + activemodel (= 5.0.0.1) + activesupport (= 5.0.0.1) + arel (~> 7.0) + activesupport (5.0.0.1) + concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.4.0) - arel (6.0.3) + addressable (2.5.0) + public_suffix (~> 2.0, >= 2.0.2) + arel (7.1.4) builder (3.2.2) concurrent-ruby (1.0.2) descendants_tracker (0.0.4) @@ -48,115 +51,121 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) git (1.3.0) - github_api (0.14.1) - addressable (~> 2.4.0) - descendants_tracker (~> 0.0.4) + github_api (0.11.3) + addressable (~> 2.3) + descendants_tracker (~> 0.0.1) faraday (~> 0.8, < 0.10) - hashie (>= 3.4) + hashie (>= 1.2) + multi_json (>= 1.7.5, < 2.0) + nokogiri (~> 1.6.0) oauth2 - globalid (0.3.6) + globalid (0.3.7) activesupport (>= 4.1.0) - hashie (3.4.4) + hashie (3.4.6) highline (1.7.8) i18n (0.7.0) - jeweler (2.1.1) + jeweler (2.2.1) builder bundler (>= 1.0) git (>= 1.2.5) - github_api + github_api (~> 0.11.0) highline (>= 1.6.15) nokogiri (>= 1.5.10) + psych (~> 2.2) rake rdoc semver - json (1.8.3) - jwt (1.5.1) - kontoapi-ruby (0.3.0) + json (2.0.2) + jwt (1.5.6) + kontoapi-ruby (0.4.0) addressable (~> 2.3, >= 2.3.7) yajl-ruby (~> 1.2, >= 1.2.1) loofah (2.0.3) nokogiri (>= 1.5.9) mail (2.6.4) mime-types (>= 1.16, < 4) + method_source (0.8.2) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.1.0) - minitest (5.9.0) + minitest (5.10.0) multi_json (1.12.1) multi_xml (0.5.5) multipart-post (2.0.0) - nokogiri (1.6.8) + nio4r (1.2.1) + nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - oauth2 (1.1.0) + oauth2 (1.2.0) faraday (>= 0.8, < 0.10) - jwt (~> 1.0, < 1.5.2) + jwt (~> 1.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - pkg-config (1.1.7) - rack (1.6.4) + psych (2.2.1) + public_suffix (2.0.4) + rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) - rails (4.2.6) - actionmailer (= 4.2.6) - actionpack (= 4.2.6) - actionview (= 4.2.6) - activejob (= 4.2.6) - activemodel (= 4.2.6) - activerecord (= 4.2.6) - activesupport (= 4.2.6) + rails (5.0.0.1) + actioncable (= 5.0.0.1) + actionmailer (= 5.0.0.1) + actionpack (= 5.0.0.1) + actionview (= 5.0.0.1) + activejob (= 5.0.0.1) + activemodel (= 5.0.0.1) + activerecord (= 5.0.0.1) + activesupport (= 5.0.0.1) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.6) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) + railties (= 5.0.0.1) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.1) + activesupport (>= 4.2.0, < 6.0) nokogiri (~> 1.6.0) - rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (4.2.6) - actionpack (= 4.2.6) - activesupport (= 4.2.6) + railties (5.0.0.1) + actionpack (= 5.0.0.1) + activesupport (= 5.0.0.1) + method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (11.2.2) - rdoc (4.2.2) - json (~> 1.4) - rspec (3.4.0) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-core (3.4.4) - rspec-support (~> 3.4.0) - rspec-expectations (3.4.0) + rake (11.3.0) + rdoc (5.0.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-mocks (3.4.1) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-support (3.4.1) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) semver (1.0.1) - simplecov (0.11.2) + simplecov (0.12.0) docile (~> 1.1.0) - json (~> 1.8) + json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - sprockets (3.6.2) + sprockets (3.7.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.0.4) + sprockets-rails (3.2.0) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.19.1) + thor (0.19.4) thread_safe (0.3.5) tzinfo (1.2.2) thread_safe (~> 0.1) - yajl-ruby (1.2.1) + websocket-driver (0.6.4) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.2) + yajl-ruby (1.3.0) PLATFORMS ruby @@ -166,8 +175,9 @@ DEPENDENCIES jeweler (>= 1.5.2) kontoapi-ruby (>= 0.2.0) rails (>= 3.0.0) + rdoc rspec (>= 2.3.0) simplecov BUNDLED WITH - 1.12.5 + 1.13.6 diff --git a/VERSION b/VERSION index a53741c..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/kontoapi-rails.gemspec b/kontoapi-rails.gemspec index 590594c..bebc226 100644 --- a/kontoapi-rails.gemspec +++ b/kontoapi-rails.gemspec @@ -2,18 +2,18 @@ # 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 +# stub: kontoapi-rails 0.3.0 ruby lib Gem::Specification.new do |s| - s.name = "kontoapi-rails" - s.version = "0.2.6" + s.name = "kontoapi-rails".freeze + s.version = "0.3.0" - 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 = "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.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib".freeze] + s.authors = ["Jan Schwenzien".freeze] + s.date = "2016-12-01" + 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.".freeze + s.email = "jan@schwenzien.org".freeze s.extra_rdoc_files = [ "LICENSE", "README.markdown" @@ -38,36 +38,39 @@ Gem::Specification.new do |s| "spec/kontoapi-rails_spec.rb", "spec/spec_helper.rb" ] - s.homepage = "http://github.com/GeneralScripting/kontoapi-rails" - s.licenses = ["MIT"] - s.rubygems_version = "2.4.5.1" - s.summary = "A wrapper for the Konto API (https://www.kontoapi.de/) providing model validation." + s.homepage = "http://github.com/GeneralScripting/kontoapi-rails".freeze + s.licenses = ["MIT".freeze] + s.rubygems_version = "2.6.7".freeze + s.summary = "A wrapper for the Konto API (https://www.kontoapi.de/) providing model validation.".freeze if s.respond_to? :specification_version then 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"]) - s.add_runtime_dependency(%q, [">= 0.2.0"]) - s.add_development_dependency(%q, [">= 2.3.0"]) - s.add_development_dependency(%q, [">= 1.1.0"]) - s.add_development_dependency(%q, [">= 1.5.2"]) - s.add_development_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q.freeze, [">= 3.0.0"]) + s.add_runtime_dependency(%q.freeze, [">= 0.2.0"]) + s.add_development_dependency(%q.freeze, [">= 2.3.0"]) + s.add_development_dependency(%q.freeze, [">= 1.1.0"]) + s.add_development_dependency(%q.freeze, [">= 1.5.2"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, [">= 0"]) else - s.add_dependency(%q, [">= 3.0.0"]) - s.add_dependency(%q, [">= 0.2.0"]) - s.add_dependency(%q, [">= 2.3.0"]) - s.add_dependency(%q, [">= 1.1.0"]) - s.add_dependency(%q, [">= 1.5.2"]) - s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q.freeze, [">= 3.0.0"]) + s.add_dependency(%q.freeze, [">= 0.2.0"]) + s.add_dependency(%q.freeze, [">= 2.3.0"]) + s.add_dependency(%q.freeze, [">= 1.1.0"]) + s.add_dependency(%q.freeze, [">= 1.5.2"]) + s.add_dependency(%q.freeze, [">= 0"]) + s.add_dependency(%q.freeze, [">= 0"]) end else - s.add_dependency(%q, [">= 3.0.0"]) - s.add_dependency(%q, [">= 0.2.0"]) - s.add_dependency(%q, [">= 2.3.0"]) - s.add_dependency(%q, [">= 1.1.0"]) - s.add_dependency(%q, [">= 1.5.2"]) - s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q.freeze, [">= 3.0.0"]) + s.add_dependency(%q.freeze, [">= 0.2.0"]) + s.add_dependency(%q.freeze, [">= 2.3.0"]) + s.add_dependency(%q.freeze, [">= 1.1.0"]) + s.add_dependency(%q.freeze, [">= 1.5.2"]) + s.add_dependency(%q.freeze, [">= 0"]) + s.add_dependency(%q.freeze, [">= 0"]) end end