embulk-output-elasticsearch5 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a16a6321b610a7310e2838a7aa1afa3fb880f9e3
4
- data.tar.gz: 8cb16362e010c4ed8806db09beced5a24e0b85c5
3
+ metadata.gz: 832a77cefe1e65d6bbc7d9105e0ac17842d328c6
4
+ data.tar.gz: cb61cdf5d56344e23992ae000f4bcb2aba585bbb
5
5
  SHA512:
6
- metadata.gz: 812242159af2414c622c5e3d7ec48171c2860560d7429f4e04f83d885b84db2d74421f5c04f5b68f5186d5aa06bf023625f7d5417c711b062f8d26ee8a0373cd
7
- data.tar.gz: c22e1a73724dd26eaefafc1f9a4f52248a72744170e04e824cce829d223950775a61a417070734887d5edfb1cb6cebfca03ac47bb9e7eafac824ea995ab95b15
6
+ metadata.gz: cd621aa3b08a3dd4e6fcb92999f938e2f2822443d2aa810ef88f4ea34a9a8d6970f7c90c0bc3db20f43a1b56980232d768c286282878d2591592fa74c2caf71e
7
+ data.tar.gz: f076be059f7ba12f1af790149a84119d42a8bf9a07596146018bdaf1c10efa09d99bfe1336829fd7fff74cacbf0da1fa6153d31dcff827711164079a82a11345
data/build.gradle CHANGED
@@ -15,7 +15,7 @@ configurations {
15
15
  provided
16
16
  }
17
17
 
18
- version = "0.1.1"
18
+ version = "0.1.2"
19
19
 
20
20
  compileJava.options.encoding = 'UTF-8' // source encoding
21
21
  sourceCompatibility = 1.7
@@ -56,10 +56,10 @@ task checkstyle(type: Checkstyle) {
56
56
  source = sourceSets.main.allJava + sourceSets.test.allJava
57
57
  }
58
58
 
59
- //task copyDependencies(type:Copy) {
60
- // new File("$buildDir/libs/dependencies").mkdirs()
61
- // into "$buildDir/libs/dependencies" from configurations.runtime
62
- //}
59
+ task copyDependencies(type:Copy) {
60
+ new File("$buildDir/libs/dependencies").mkdirs()
61
+ into "$buildDir/libs/dependencies" from configurations.runtime
62
+ }
63
63
 
64
64
  task gem(type: JRubyExec, dependsOn: ["build", "gemspec", "classpath"]) {
65
65
  jrubyArgs "-rrubygems/gem_runner", "-eGem::GemRunner.new.run(ARGV)", "build"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-elasticsearch5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muga Nishizawa
@@ -81,7 +81,7 @@ files:
81
81
  - classpath/commons-logging-1.1.3.jar
82
82
  - classpath/compiler-0.9.3.jar
83
83
  - classpath/elasticsearch-5.1.1.jar
84
- - classpath/embulk-output-elasticsearch5-0.1.1.jar
84
+ - classpath/embulk-output-elasticsearch5-0.1.2.jar
85
85
  - classpath/HdrHistogram-2.1.6.jar
86
86
  - classpath/hppc-0.7.1.jar
87
87
  - classpath/httpasyncclient-4.1.2.jar