sepa_king 0.11.1 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/sepa_king/version.rb +1 -1
- data/sepa_king.gemspec +0 -1
- metadata +3 -5
- data/bin/rake +0 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e633be8304e9669fbdbf3bc2c7cf17fe44931ee4ab91350cd2b1dbd79b7fbd7f
|
|
4
|
+
data.tar.gz: 102dd815d614f63539bddea7627deaecc6ffa844e3aa334eef77a6386512c090
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9cc024bb90646d5156bde64a93b8c6b02246ca458921b676983ba8a423983c734c6d9b54e565de5f734658d688b56b451aab6fb4f2b90ce8a8aa4198c43476a
|
|
7
|
+
data.tar.gz: '054489beafc8f9884cc89354cc31a01a02701f6ae01107b8e5e5bf83d7c283895b4bc252c3ed513b61086b252a15ba62ac48557806ea02a6ed28a1a3e7588bce'
|
data/lib/sepa_king/version.rb
CHANGED
data/sepa_king.gemspec
CHANGED
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.
|
|
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-
|
|
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")
|