Sha256: 2fb8c2ab899d0b7e2c933a85b72022b0e41224421eb8c48e9afa883ff680ae89

Contents?: true

Size: 228 Bytes

Versions: 14

Compression:

Stored size: 228 Bytes

Contents

REPO_NAME=fluent-plugin-loggly-syslog

bundle:
	bundle install

test: bundle
	bundle exec rake test

release: bundle
	rm -rf ${REPO_NAME}-*.gem
	bundle exec gem build ${REPO_NAME}.gemspec
	bundle exec gem push ${REPO_NAME}-*.gem

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fluent-plugin-loggly-syslog-0.1.0 Makefile
fluent-plugin-loggly-syslog-0.0.5 Makefile
fluent-plugin-loggly-syslog-0.0.5.pre.c Makefile
fluent-plugin-loggly-syslog-0.0.5.pre.b Makefile
fluent-plugin-loggly-syslog-0.0.5.pre.a Makefile
fluent-plugin-loggly-syslog-0.0.4 Makefile
fluent-plugin-loggly-syslog-0.0.3.pre.d Makefile
fluent-plugin-loggly-syslog-0.0.3.pre.c Makefile
fluent-plugin-loggly-syslog-0.0.3.pre.b Makefile
fluent-plugin-loggly-syslog-0.0.3.pre.a Makefile
fluent-plugin-loggly-syslog-0.0.3 Makefile
fluent-plugin-loggly-syslog-0.0.2 Makefile
fluent-plugin-loggly-syslog-0.0.2.pre.dev Makefile
fluent-plugin-loggly-syslog-0.0.1 Makefile