Sha256: f6948c1f7bafdf7ddcf2a506b99959506626df0fd3a100c4fd608b1cb2d6f3de

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 KB

Contents

# Use the public [RubyGems server](http://rubygems.org/)
source                 :rubygems

# = Application
# 
# The following dependencies are for your application.
#
# Does one of your processors require the UserAgent library because
# it's parsing HTTP User-Agent strings? Just insert
#
#   gem 'useragent'
#
# here and then remember to run
#
#   $ bundle install --standalone
#
# Here's a link to the [Bundler documentation](http://gembundler.com/)
# for your convenience.

#
# = Framework
#
# The following libraries are part of the deploy pack framework.  You
# shouldn't need to change these.
#

# The core library: processors, dataflows, testing, &c.
#
# Provides
#
#   - wu-local
gem 'wukong',                 '3.0.0'

# Model Hadoop jobs locally and run them on a cluster.
# 
# Provides
#
#   - wu-hadoop
gem 'wukong-hadoop',          '0.1.0'

# Lets Hadoop streaming work with Elasticsearch.
gem 'wonderdog',              '0.1.0'

# Provides an interface into Wukong dataflows accessible from Storm.
#
# Provides
#
#   - wu-storm
gem 'wukong-storm',           '0.1.0'

# Lets you load JSON blobs into data stores.
#
# Provides
#
#   - wu-load
#   - wu-source
gem 'wukong-load',            '0.1.0'

# Framework for gluing code together.
#
# Provides
#
#   - wu-deploy
gem 'wukong-deploy',          '0.1.0'

group :development do
  gem 'yard'
  gem 'redcarpet'
end

group :test do
  gem 'rspec'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wukong-deploy-0.1.1 templates/Gemfile.erb
wukong-deploy-0.1.0 templates/Gemfile.erb