Init commit
parents
Showing
.gitignore
0 → 100644
Gemfile
0 → 100644
| source 'https://rubygems.org' | ||
| # Specify your gem's dependencies in aliyun-log-ruby-sdk.gemspec | ||
| gemspec |
LICENSE.txt
0 → 100644
README.md
0 → 100644
aliyun_log_ruby_sdk.gemspec
0 → 100644
| # -*- encoding : utf-8 -*- | ||
| lib = File.expand_path('../lib', __FILE__) | ||
| $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
| require 'aliyun_log_ruby_sdk/version' | ||
| Gem::Specification.new do |spec| | ||
| # Basic information | ||
| spec.name = 'aliyun_log_ruby_sdk' | ||
| spec.version = AliyunLogRubySdk::VERSION | ||
| spec.date = '2018-10-31' | ||
| spec.summary = 'Aliyun log ruby sdk' | ||
| spec.description = 'Aliyun log ruby sdk (unofficial).' | ||
| spec.authors = ['JXC'] | ||
| spec.license = 'MIT' | ||
| spec.homepage = 'https://www.weiwenjia.com/' | ||
| # Require files | ||
| spec.files = `git ls-files`.split($/) | ||
| spec.require_paths = ['lib'] | ||
| # Development dependency | ||
| spec.add_development_dependency 'bundler', '~> 1.7' | ||
| spec.add_development_dependency 'rake', '~> 10.0' | ||
| # Runtime dependency | ||
| spec.add_runtime_dependency 'httparty', '~> 0.13' | ||
| spec.add_runtime_dependency 'beefcake', '~> 1.2.0' | ||
| end |
lib/aliyun_log_ruby_sdk.rb
0 → 100644
lib/aliyun_log_ruby_sdk/client.rb
0 → 100644
lib/aliyun_log_ruby_sdk/config.rb
0 → 100644
lib/aliyun_log_ruby_sdk/configuration.rb
0 → 100644
lib/aliyun_log_ruby_sdk/consumer_group.rb
0 → 100644
lib/aliyun_log_ruby_sdk/headers.rb
0 → 100644
lib/aliyun_log_ruby_sdk/index.rb
0 → 100644
lib/aliyun_log_ruby_sdk/log_item.rb
0 → 100644
lib/aliyun_log_ruby_sdk/log_store.rb
0 → 100644
lib/aliyun_log_ruby_sdk/machine_group.rb
0 → 100644
lib/aliyun_log_ruby_sdk/project.rb
0 → 100644
lib/aliyun_log_ruby_sdk/protobuf.rb
0 → 100644
lib/aliyun_log_ruby_sdk/shard.rb
0 → 100644
lib/aliyun_log_ruby_sdk/shipper.rb
0 → 100644
lib/aliyun_log_ruby_sdk/version.rb
0 → 100644
Please
register
or
sign in
to comment