Sha256: 3f222d47cc69dae71b33e9d67af71089ff5e0267d1bb5af8e14eeee57a2b9cf3
Contents?: true
Size: 983 Bytes
Versions: 6
Compression:
Stored size: 983 Bytes
Contents
source 'https://rubygems.org/' # Plugin bundle: # # a) Using plugins released on RubyGems: # You can write plugin names (and versions) to this file to include # the plugins released on RubyGems. To use those plugins, # # 1. modify this Gemfile. Examples are at the end of this file. # 2. update Gemfile.lock using: embulk bundle <this dir> # 3. run embulk with -b option: embulk run -b <this dir> example.yml # # b) Using simple single-file ruby plugins: # You can put a simple ruby plugins to <this dir>/embulk directory. # When you run embulk with -b <this dir> option, embulk loads them: # # $ embulk run -b <this dir> example.yml # # See <this dir>/embulk/* files for example. When the plugin works, # you can release the plugin to RubyGems with "embulk-plugin-foobar" # name to deploy them to servers. # # Plugins # #gem 'embulk-plugin-foo' #gem 'embulk-plugin-bar', '~> 0.1.0' #gem 'embulk-plugin-baz', '= 0.2.0' #gem 'embulk-plugin-xyz', '>= 0.3.0' #
Version data entries
6 entries across 6 versions & 1 rubygems