browser-prof 1.2.3 → 1.2.4
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/browser-prof.gemspec +4 -4
- metadata +6 -9
data/browser-prof.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.name = "browser-prof"
|
|
3
3
|
|
|
4
4
|
# Do not set the version and date field manually, this is done by the release script
|
|
5
|
-
s.version = "1.2.
|
|
5
|
+
s.version = "1.2.4"
|
|
6
6
|
s.date = "2011-02-17"
|
|
7
7
|
|
|
8
8
|
s.summary = "Rails tool to to profile single requests using ruby-prof."
|
|
@@ -16,11 +16,11 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.requirements << "ruby-prof gem is required."
|
|
17
17
|
|
|
18
18
|
s.add_development_dependency('rake')
|
|
19
|
-
s.add_development_dependency('
|
|
19
|
+
s.add_development_dependency('rails')
|
|
20
20
|
s.add_development_dependency('ruby-prof')
|
|
21
21
|
|
|
22
|
-
s.authors = ['
|
|
23
|
-
s.email = ['
|
|
22
|
+
s.authors = ['Bart ten Brinke']
|
|
23
|
+
s.email = ['bart@railsdoctors.com']
|
|
24
24
|
s.homepage = 'http://railsdoctors.com'
|
|
25
25
|
|
|
26
26
|
# The files and test_files directives are set automatically by the release script.
|
metadata
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browser-prof
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.2.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
- Willem van Bergen
|
|
14
13
|
- Bart ten Brinke
|
|
15
14
|
autorequire:
|
|
16
15
|
bindir: bin
|
|
@@ -34,18 +33,17 @@ dependencies:
|
|
|
34
33
|
type: :development
|
|
35
34
|
version_requirements: *id001
|
|
36
35
|
- !ruby/object:Gem::Dependency
|
|
37
|
-
name:
|
|
36
|
+
name: rails
|
|
38
37
|
prerelease: false
|
|
39
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
40
39
|
none: false
|
|
41
40
|
requirements:
|
|
42
|
-
- -
|
|
41
|
+
- - ">="
|
|
43
42
|
- !ruby/object:Gem::Version
|
|
44
43
|
hash: 3
|
|
45
44
|
segments:
|
|
46
|
-
- 2
|
|
47
45
|
- 0
|
|
48
|
-
version: "
|
|
46
|
+
version: "0"
|
|
49
47
|
type: :development
|
|
50
48
|
version_requirements: *id002
|
|
51
49
|
- !ruby/object:Gem::Dependency
|
|
@@ -64,7 +62,6 @@ dependencies:
|
|
|
64
62
|
version_requirements: *id003
|
|
65
63
|
description: " This is a simple tool to profile single web requests in Rails using the power or ruby-prof.\n"
|
|
66
64
|
email:
|
|
67
|
-
- willem@railsdoctors.com
|
|
68
65
|
- bart@railsdoctors.com
|
|
69
66
|
executables: []
|
|
70
67
|
|