time_bandits 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/time_bandits/version.rb +1 -1
- data/time_bandits.gemspec +3 -5
- metadata +6 -6
data/lib/time_bandits/version.rb
CHANGED
data/time_bandits.gemspec
CHANGED
@@ -8,11 +8,9 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Stefan Kaes"]
|
10
10
|
s.email = ["skaes@railsexpress.de"]
|
11
|
-
s.homepage = "https://github.com/skaes/time_bandits"
|
12
|
-
s.summary =
|
13
|
-
s.description =
|
14
|
-
|
15
|
-
s.rubyforge_project = "time_bandits"
|
11
|
+
s.homepage = "https://github.com/skaes/time_bandits/tree/rails3"
|
12
|
+
s.summary = "Custom performance logging for Rails"
|
13
|
+
s.description = "Rails 3 Completed Line on Steroids"
|
16
14
|
|
17
15
|
s.files = `git ls-files`.split("\n")
|
18
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: time_bandits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stefan Kaes
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: "3.0"
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
|
-
description:
|
36
|
+
description: Rails 3 Completed Line on Steroids
|
37
37
|
email:
|
38
38
|
- skaes@railsexpress.de
|
39
39
|
executables: []
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- lib/time_bandits/version.rb
|
64
64
|
- time_bandits.gemspec
|
65
65
|
has_rdoc: true
|
66
|
-
homepage: https://github.com/skaes/time_bandits
|
66
|
+
homepage: https://github.com/skaes/time_bandits/tree/rails3
|
67
67
|
licenses: []
|
68
68
|
|
69
69
|
post_install_message:
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: "0"
|
92
92
|
requirements: []
|
93
93
|
|
94
|
-
rubyforge_project:
|
94
|
+
rubyforge_project:
|
95
95
|
rubygems_version: 1.5.2
|
96
96
|
signing_key:
|
97
97
|
specification_version: 3
|