--- !ruby/object:Gem::Specification name: embulk-filter-timestamp_format version: !ruby/object:Gem::Version version: 0.1.9 platform: ruby authors: - Naotoshi Seo autorequire: bindir: bin cert_chain: [] date: 2016-05-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.0' requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.0' prerelease: false type: :development - !ruby/object:Gem::Dependency name: rake version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '10.0' requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '10.0' prerelease: false type: :development description: A filter plugin for Embulk to change timestamp format. email: - sonots@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG.md - LICENSE.txt - README.md - bench/config_java.yml - bench/config_jruby.yml - bench/config_jruby_formatter.yml - bench/config_jruby_parser.yml - bench/config_nano.yml - bench/gen_dummy.rb - build.gradle - config/checkstyle/checkstyle.xml - example/double.csv - example/double.yml - example/example.jsonl - example/example.yml - example/example2.csv - example/example2.yml - example/json_double.jsonl - example/json_double.yml - example/json_long.jsonl - example/json_long.yml - example/json_string.jsonl - example/json_string.yml - example/long.csv - example/long.yml - example/string.csv - example/string.yml - example/string_java.yml - example/string_nano.yml - example/timestamp.csv - example/timestamp.yml - gradle/wrapper/gradle-wrapper.jar - gradle/wrapper/gradle-wrapper.properties - gradlew - gradlew.bat - lib/embulk/filter/timestamp_format.rb - src/main/java/org/embulk/filter/timestamp_format/ColumnCaster.java - src/main/java/org/embulk/filter/timestamp_format/ColumnVisitorImpl.java - src/main/java/org/embulk/filter/timestamp_format/JsonCaster.java - src/main/java/org/embulk/filter/timestamp_format/JsonVisitor.java - src/main/java/org/embulk/filter/timestamp_format/TimestampFormatFilterPlugin.java - src/main/java/org/embulk/filter/timestamp_format/TimestampFormatter.java - src/main/java/org/embulk/filter/timestamp_format/TimestampParser.java - src/main/java/org/embulk/filter/timestamp_format/TimestampUnit.java - src/main/java/org/embulk/filter/timestamp_format/TimestampUnitDeserializer.java - src/main/java/org/embulk/filter/timestamp_format/cast/DoubleCast.java - src/main/java/org/embulk/filter/timestamp_format/cast/LongCast.java - src/main/java/org/embulk/filter/timestamp_format/cast/StringCast.java - src/main/java/org/embulk/filter/timestamp_format/cast/TimestampCast.java - src/test/java/org/embulk/filter/timestamp_format/TestTimestampUnit.java - classpath/embulk-filter-timestamp_format-0.1.9.jar homepage: https://github.com/sonots/embulk-filter-timestamp_format licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.1.9 signing_key: specification_version: 4 summary: A filter plugin for Embulk to change timestamp format test_files: []