embulk 0.3.1 → 0.3.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 +8 -8
- data/ChangeLog +9 -0
- data/README.md +1 -1
- data/build.gradle +1 -1
- data/embulk-cli/pom.xml +1 -1
- data/embulk-core/pom.xml +1 -1
- data/embulk-core/src/main/java/org/embulk/spi/time/Timestamp.java +1 -1
- data/embulk-core/src/main/java/org/embulk/spi/type/TimestampType.java +1 -1
- data/embulk-standards/pom.xml +1 -1
- data/lib/embulk/page.rb +2 -0
- data/lib/embulk/version.rb +1 -1
- data/pom.xml +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NzUyMzU0ODY2OWE5N2U4NTM3NjIwYjUzNTlmNjUwMGRkNWE4N2UxZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzkyM2I3NzI2YmY4M2EyNGI3MzA1ODYyYmIwMzgxZjdkMzYxODg3Yg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWE0YjBiYzY4ZDc2MDc0ODFmY2QxZDY2ODljZTBhOTBmYjMwZjhhMWY5M2Q5
|
10
|
+
N2JjODJhOTE1M2EwYmQxMjBiNWEzNmNjNjJkZDRiOTUyMjMzMTBlMGNiMTYx
|
11
|
+
YzIxNGRjMTk2OTI5YzQwYjQ5NTcyODQ0ZGQzOTJhYzA2YTU3NmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGUxMzk0ZjcyNWRmMTNhY2IwYzFlODg3NGMzOGMyMzlhNzM5YjllZjkyMWMy
|
14
|
+
ZTc5Yjk2YzY0MWE2MTBmODZhNmVjMWMzZjdjMDg0YWRkNDBmZGIwZWVjN2Rl
|
15
|
+
NzFiN2EwNmU2Y2M3MzdiMWVhMDUxZDRmZDE1YzBlYWVjYzk0YTU=
|
data/ChangeLog
CHANGED
@@ -1,4 +1,13 @@
|
|
1
1
|
|
2
|
+
2015-02-04 version 0.3.2:
|
3
|
+
|
4
|
+
* Fixed a problem where ruby input plugins can't use timestamp type (reported
|
5
|
+
by @shun0102)
|
6
|
+
* Embulk::Page includes Enumerable to include map, each_with_index, and other
|
7
|
+
a lot of convenient methods (@niku++)
|
8
|
+
* Fixed TimestampType::DEFAULT_FORMAT to use ':' as the separator of times
|
9
|
+
|
10
|
+
|
2
11
|
2015-02-04 version 0.3.1:
|
3
12
|
|
4
13
|
* Added -C, --classpath option to add java classpath
|
data/README.md
CHANGED
@@ -24,7 +24,7 @@ You can release plugins to share your efforts of data cleaning, error handling,
|
|
24
24
|
The single-file package is the simplest way to try Embulk. You can download the latest embulk-VERSION.jar from [the releases page](https://bintray.com/embulk/maven/embulk/view#files) and run it with java:
|
25
25
|
|
26
26
|
```
|
27
|
-
wget https://bintray.com/artifact/download/embulk/maven/embulk-0.3.
|
27
|
+
wget https://bintray.com/artifact/download/embulk/maven/embulk-0.3.2.jar -O embulk.jar
|
28
28
|
java -jar embulk.jar --help
|
29
29
|
```
|
30
30
|
|
data/build.gradle
CHANGED
data/embulk-cli/pom.xml
CHANGED
data/embulk-core/pom.xml
CHANGED
@@ -7,7 +7,7 @@ public class TimestampType
|
|
7
7
|
{
|
8
8
|
static final TimestampType TIMESTAMP = new TimestampType();
|
9
9
|
|
10
|
-
private static final String DEFAULT_FORMAT = "%Y-%m-%d %H
|
10
|
+
private static final String DEFAULT_FORMAT = "%Y-%m-%d %H:%M:%S.%6N %z";
|
11
11
|
|
12
12
|
private final String format;
|
13
13
|
|
data/embulk-standards/pom.xml
CHANGED
data/lib/embulk/page.rb
CHANGED
data/lib/embulk/version.rb
CHANGED
data/pom.xml
CHANGED
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.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
@@ -122,9 +122,9 @@ files:
|
|
122
122
|
- classpath/commons-codec-1.3.jar
|
123
123
|
- classpath/commons-lang3-3.1.jar
|
124
124
|
- classpath/commons-logging-1.2.jar
|
125
|
-
- classpath/embulk-cli-0.3.
|
126
|
-
- classpath/embulk-core-0.3.
|
127
|
-
- classpath/embulk-standards-0.3.
|
125
|
+
- classpath/embulk-cli-0.3.2-SNAPSHOT.jar
|
126
|
+
- classpath/embulk-core-0.3.2-SNAPSHOT.jar
|
127
|
+
- classpath/embulk-standards-0.3.2-SNAPSHOT.jar
|
128
128
|
- classpath/guava-17.0.jar
|
129
129
|
- classpath/guice-3.0.jar
|
130
130
|
- classpath/guice-multibindings-3.0.jar
|