stat-count-client 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock DELETED
@@ -1,14 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- stat-count-client (0.0.1)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
-
10
- PLATFORMS
11
- x86-mingw32
12
-
13
- DEPENDENCIES
14
- stat-count-client!
@@ -1,21 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- require "rake"
4
- require File.expand_path('../lib/stat-count-client/version', __FILE__)
5
-
6
- Gem::Specification.new do |gem|
7
- gem.authors = ["gavin"]
8
- gem.email = ["gavin@ximalya.com"]
9
- gem.description = %q{ruby client for stat count server}
10
- gem.summary = %q{stat count client}
11
- gem.homepage = "http://www.ximalaya.com"
12
- gem.platform = Gem::Platform::RUBY
13
- gem.files = Dir['[A-Z]*'] + Dir['test/**/*'] + Dir['lib/**/*']
14
- gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
15
- gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
- gem.name = "stat-count-client"
17
- gem.require_paths = ["lib", "test"]
18
- gem.version = Stat::Count::Client::VERSION
19
-
20
- gem.add_dependency "hessian2"
21
- end