myslog 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/myslog.gemspec +2 -2
  2. metadata +3 -3
data/myslog.gemspec CHANGED
@@ -5,13 +5,13 @@ Gem::Specification.new do |gem|
5
5
  gem.email = ["taka84u9@gmail.com"]
6
6
  gem.description = %q{MySQL slow query parser.}
7
7
  gem.summary = %q{MySQL slow query parser.}
8
- gem.homepage = "https://github.com/taka84u9/myslog"
8
+ gem.homepage = "https://github.com/yuku-t/myslog"
9
9
 
10
10
  gem.files = `git ls-files`.split($\)
11
11
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
12
12
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
13
13
  gem.name = "myslog"
14
14
  gem.require_paths = ["lib"]
15
- gem.version = "0.0.5"
15
+ gem.version = "0.0.6"
16
16
  gem.add_development_dependency "rspec"
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myslog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-18 00:00:00.000000000 Z
12
+ date: 2012-12-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -43,7 +43,7 @@ files:
43
43
  - myslog.gemspec
44
44
  - spec/myslog.rb
45
45
  - spec/spec_helper.rb
46
- homepage: https://github.com/taka84u9/myslog
46
+ homepage: https://github.com/yuku-t/myslog
47
47
  licenses: []
48
48
  post_install_message:
49
49
  rdoc_options: []