Skip to content

Commit

Permalink
自己依存の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri-Odagiri committed Nov 7, 2014
1 parent ecbb875 commit 27db1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
22 changes: 1 addition & 21 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
require 'rake'
require 'rake/testtask'
require 'rake/clean'

begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "fluent-plugin-sqs"
gemspec.summary = "Amazon SQS input/output plugin for Fluent event collector"
gemspec.author = "Yuri Odagiri"
gemspec.email = "ixixizko@gmail.com"
gemspec.homepage = "https://github.com/ixixi/fluent-plugin-sqs"
gemspec.has_rdoc = false
gemspec.require_paths = ["lib"]
gemspec.add_dependency "fluentd", "~> 0.10.0"
gemspec.add_dependency "aws-sdk", "~> 1.3.2"
gemspec.test_files = Dir["test/**/*.rb", "spec/**/*.rb"]
gemspec.files = Dir["lib/**/*", "test/**/*.rb", "spec/**/*.rb"] + %w[VERSION AUTHORS Rakefile]
gemspec.executables = []
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: gem install jeweler"
end
require "bundler/gem_tasks"

Rake::TestTask.new(:test) do |t|
t.test_files = Dir['test/*_test.rb']
Expand Down
5 changes: 1 addition & 4 deletions fluent-plugin-sqs.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "fluent-plugin-sqs"
s.version = "1.4.1"
s.version = "1.4.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yuri Odagiri"]
Expand Down

0 comments on commit 27db1a2

Please sign in to comment.