embulk 0.10.25-java → 0.10.26-java

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
  SHA1:
3
- metadata.gz: 1c8159bcf7d828e2bdbdb52d6992269eb344719f
4
- data.tar.gz: b1dda37859593811e8bc7fc6494ebb0adb5966b1
3
+ metadata.gz: 37c5b862011b9f51b60707e073634c4d5f93a958
4
+ data.tar.gz: 605d208a67523de7e3fc0e89a5150694365b7799
5
5
  SHA512:
6
- metadata.gz: 162a2aef3103168b53a6245073b06fd98dce86fbd526a4c10786575e3a77f7d07482715e88c9cab826bdfdd1b22dbce9d62851d29651f20585a648fce8532e51
7
- data.tar.gz: 4879fd3cebc4676193d8f4d01c94dead16340e9dae8343de1b0fa3f947aefcbc7b1433c814670e0a315745b9e56a8f82dfcf19944cc78a67e20f8185844bd5bc
6
+ metadata.gz: 7fa4b558d76d6b58a299eb96ef838e611a66e665c71fb99e7a30bf918401c62f83dc30f222d74e3a4e903153e2d6c140f184117e0cda4d1de6a0b8895599251f
7
+ data.tar.gz: 309678e2d2e996dd60f84e1ae49eaafde413e45a7ccab5ad34d00c57fc163f1d5f49cf7f559acd2f0f919035050fceea08a292508366051e97b6d956aa33de69
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "embulk"
3
- gem.version = "0.10.25"
3
+ gem.version = "0.10.26"
4
4
  gem.license = "Apache-2.0"
5
5
 
6
6
  gem.summary = "Embulk's runtime library for Ruby."
@@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
33
33
  "documentation_uri" => "https://www.embulk.org/",
34
34
  "homepage_uri" => gem.homepage,
35
35
  # "mailing_list_uri" => "",
36
- "source_code_uri" => "https://github.com/embulk/embulk/tree/v0.10.25",
36
+ "source_code_uri" => "https://github.com/embulk/embulk/tree/v0.10.26",
37
37
  # "wiki_uri" => "",
38
38
  }
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module Embulk
2
- GEM_VERSION_EMBEDDED = "0.10.25"
2
+ GEM_VERSION_EMBEDDED = "0.10.26"
3
3
  end
@@ -23,22 +23,20 @@ module Embulk
23
23
  STDERR.puts "*******************************************************************************************"
24
24
  STDERR.puts "Running Embulk version (#{CORE_VERSION}) does not match the installed embulk.gem version (#{GEM_VERSION})."
25
25
  STDERR.puts ""
26
- STDERR.puts "If you use Embulk v0.9.* or v0.10.[0-23] without Bundler:"
27
- STDERR.puts " Uninstall embulk.gem from your GEM_HOME/GEM_PATH."
28
- STDERR.puts " An embulk.gem equivalent should be embedded in your Embulk's core JAR."
26
+ STDERR.puts "If you use Embulk v0.9.* without Bundler:"
27
+ STDERR.puts " Uninstall embulk.gem from your Gem path."
28
+ STDERR.puts " An embulk.gem-equivalent should be embedded in your Embulk's core JAR of v0.9.*."
29
29
  STDERR.puts ""
30
- STDERR.puts "If you use Embulk v0.9.* or v0.10.[0-23] with Bundler:"
30
+ STDERR.puts "If you use Embulk v0.9.* with Bundler:"
31
31
  STDERR.puts " Try updating your Gemfile as below:"
32
32
  STDERR.puts " gem 'embulk', '< 0.10'"
33
- STDERR.puts " Bundler will find the embulk.gem equivalent embedded in your Embulk's core JAR."
33
+ STDERR.puts " Bundler will find the embulk.gem-equivalent embedded in your Embulk's core JAR of v0.9.*."
34
34
  STDERR.puts ""
35
- STDERR.puts "If you use Embulk v0.10.25 or later:"
36
- STDERR.puts " Use exactly the same version of embulk.gem."
37
- STDERR.puts " In case you use Bundler, your Gemfile should declare like:"
38
- STDERR.puts " gem 'embulk', '#{CORE_VERSION_IN_RUBY_GEM_STYLE}'"
39
- STDERR.puts ""
40
- STDERR.puts "If you use Embulk v0.10.24:"
41
- STDERR.puts " Update to v0.10.25 or later."
35
+ STDERR.puts "If you use Embulk v0.10.*:"
36
+ STDERR.puts " Be aware that v0.10.* is an unstable development series. If you are aware of that,"
37
+ STDERR.puts " upgrade it to the latest v0.10.*, and use exactly the same version of embulk.gem."
38
+ STDERR.puts " In case you use Bundler, your Gemfile should have 'embulk' as below:"
39
+ STDERR.puts " gem 'embulk', '0.10.XX' # Exactly the same version of your Embulk's core JAR."
42
40
  STDERR.puts ""
43
41
  STDERR.puts "If you use Embulk v0.8.* or earlier:"
44
42
  STDERR.puts " Update to the latest v0.9.*. v0.8 or earlier are deprecated."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.25
4
+ version: 0.10.26
5
5
  platform: java
6
6
  authors:
7
7
  - Sadayuki Furuhashi
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-01-20 00:00:00.000000000 Z
13
+ date: 2021-01-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ metadata:
83
83
  changelog_uri: https://github.com/embulk/embulk/releases
84
84
  documentation_uri: https://www.embulk.org/
85
85
  homepage_uri: https://www.embulk.org/
86
- source_code_uri: https://github.com/embulk/embulk/tree/v0.10.25
86
+ source_code_uri: https://github.com/embulk/embulk/tree/v0.10.26
87
87
  post_install_message:
88
88
  rdoc_options: []
89
89
  require_paths: