rack-mini-profiler 0.1 → 0.1.5

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.

Potentially problematic release.


This version of rack-mini-profiler might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rack-mini-profiler"
3
- s.version = "0.1"
4
- s.summary = "Profiles loading speed for html pages."
3
+ s.version = "0.1.5"
4
+ s.summary = "Profiles loading speed for rack applications."
5
5
  s.authors = ["Aleks Totic","Sam Saffron", "Robin Ward"]
6
6
  s.date = "2012-04-02"
7
7
  s.description = "Page loading speed displayed on every page. Optimize while you develop, performance is a feature."
@@ -11,7 +11,8 @@ Gem::Specification.new do |s|
11
11
  'rack-mini-profiler.gemspec',
12
12
  ].concat( Dir.glob('lib/**/*').reject {|f| File.directory?(f) || f =~ /~$/ } )
13
13
  s.extra_rdoc_files = [
14
- "README.md"
14
+ "README.md",
15
+ "CHANGELOG"
15
16
  ]
16
17
  s.add_runtime_dependency 'rack', '>= 1.1.3'
17
18
  if RUBY_VERSION < "1.9"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-mini-profiler
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -84,13 +84,17 @@ executables: []
84
84
  extensions: []
85
85
  extra_rdoc_files:
86
86
  - README.md
87
+ - CHANGELOG
87
88
  files:
88
89
  - rack-mini-profiler.gemspec
89
90
  - lib/mini_profiler/sql_timer_struct.rb
90
91
  - lib/mini_profiler/request_timer_struct.rb
91
92
  - lib/mini_profiler/timer_struct.rb
92
93
  - lib/mini_profiler/page_timer_struct.rb
94
+ - lib/mini_profiler/context.rb
95
+ - lib/mini_profiler/config.rb
93
96
  - lib/mini_profiler/body_add_proxy.rb
97
+ - lib/mini_profiler/profiling_methods.rb
94
98
  - lib/mini_profiler/client_timer_struct.rb
95
99
  - lib/mini_profiler/profiler.rb
96
100
  - lib/mini_profiler/storage/memory_store.rb
@@ -113,6 +117,7 @@ files:
113
117
  - lib/mini_profiler_rails/railtie.rb
114
118
  - lib/patches/sql_patches.rb
115
119
  - README.md
120
+ - CHANGELOG
116
121
  homepage: http://miniprofiler.com
117
122
  licenses: []
118
123
  post_install_message:
@@ -127,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
132
  version: '0'
128
133
  segments:
129
134
  - 0
130
- hash: -1062659085
135
+ hash: -495765037
131
136
  required_rubygems_version: !ruby/object:Gem::Requirement
132
137
  none: false
133
138
  requirements:
@@ -136,11 +141,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
141
  version: '0'
137
142
  segments:
138
143
  - 0
139
- hash: -1062659085
144
+ hash: -495765037
140
145
  requirements: []
141
146
  rubyforge_project:
142
147
  rubygems_version: 1.8.24
143
148
  signing_key:
144
149
  specification_version: 3
145
- summary: Profiles loading speed for html pages.
150
+ summary: Profiles loading speed for rack applications.
146
151
  test_files: []