sepa_king 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90e4af1e7d2d11456cc48e339006078182b067cd6a2c49c3314ba296fc295fc3
4
- data.tar.gz: f224fa0fcd711759b1b56baf53c78b1bf5b8f90f1828ced8a6ce7dc21ad80e0c
3
+ metadata.gz: e633be8304e9669fbdbf3bc2c7cf17fe44931ee4ab91350cd2b1dbd79b7fbd7f
4
+ data.tar.gz: 102dd815d614f63539bddea7627deaecc6ffa844e3aa334eef77a6386512c090
5
5
  SHA512:
6
- metadata.gz: 9d8c42503c8bc1e42669d624376b74b741797824b3115e2314152f7340ab2d5740850db08bc6c7cf81afa6bfd4fba66237e41003c00803f7c7adae1215a437ff
7
- data.tar.gz: 21174103026c3987e78a71703124bb41be4fd8e19098c02a519ed8cc8d9524da593295531557ae4104a3fcc2f7a40ababde3bac23042f9b2735aa031556427c0
6
+ metadata.gz: b9cc024bb90646d5156bde64a93b8c6b02246ca458921b676983ba8a423983c734c6d9b54e565de5f734658d688b56b451aab6fb4f2b90ce8a8aa4198c43476a
7
+ data.tar.gz: '054489beafc8f9884cc89354cc31a01a02701f6ae01107b8e5e5bf83d7c283895b4bc252c3ed513b61086b252a15ba62ac48557806ea02a6ed28a1a3e7588bce'
@@ -1,3 +1,3 @@
1
1
  module SEPA
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.2'
3
3
  end
data/sepa_king.gemspec CHANGED
@@ -14,7 +14,6 @@ Gem::Specification.new do |s|
14
14
  s.license = 'MIT'
15
15
 
16
16
  s.files = `git ls-files`.split($/)
17
- s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
19
18
  s.require_paths = ['lib']
20
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sepa_king
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-03 00:00:00.000000000 Z
12
+ date: 2018-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -127,8 +127,7 @@ description: Implemention of pain.001.002.03 and pain.008.002.02 (ISO 20022)
127
127
  email:
128
128
  - gl@salesking.eu
129
129
  - mail@georg-ledermann.de
130
- executables:
131
- - rake
130
+ executables: []
132
131
  extensions: []
133
132
  extra_rdoc_files: []
134
133
  files:
@@ -140,7 +139,6 @@ files:
140
139
  - LICENSE.txt
141
140
  - README.md
142
141
  - Rakefile
143
- - bin/rake
144
142
  - gemfiles/Gemfile-activemodel-3.1.x
145
143
  - gemfiles/Gemfile-activemodel-3.2.x
146
144
  - gemfiles/Gemfile-activemodel-4.0.x
data/bin/rake DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rake' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rake", "rake")