logical-insight 0.4.1 → 0.4.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.
@@ -1 +1 @@
1
- <a style="display: block; position: absolute; left:0; top: 0" href="javascript: (function(){var script=document.createElement('script'); script.src='/__insight__/bookmarklet.js'; document.getElementsByTagName('head')[0].appendChild(script); document.insightEnable()})()">Insight</a>
1
+ <a id='logical-insight-enabler' href="javascript: (function(){var script=document.createElement('script'); script.src='/__insight__/bookmarklet.js'; document.getElementsByTagName('head')[0].appendChild(script); document.insightEnable()})()">Insight</a>
metadata CHANGED
@@ -1,8 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logical-insight
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.4.1
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 4
8
+ - 2
9
+ version: 0.4.2
6
10
  platform: ruby
7
11
  authors:
8
12
  - Bryan Helmkamp
@@ -12,12 +16,13 @@ autorequire:
12
16
  bindir: bin
13
17
  cert_chain: []
14
18
 
15
- date: 2011-12-13 00:00:00 Z
19
+ date: 2011-12-13 00:00:00 -08:00
20
+ default_executable:
16
21
  dependencies:
17
22
  - !ruby/object:Gem::Dependency
18
23
  name: uuid
24
+ prerelease: false
19
25
  requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
26
  requirements:
22
27
  - - ~>
23
28
  - !ruby/object:Gem::Version
@@ -27,12 +32,11 @@ dependencies:
27
32
  - 1
28
33
  version: 2.3.1
29
34
  type: :runtime
30
- prerelease: false
31
35
  version_requirements: *id001
32
36
  - !ruby/object:Gem::Dependency
33
37
  name: sqlite3
38
+ prerelease: false
34
39
  requirement: &id002 !ruby/object:Gem::Requirement
35
- none: false
36
40
  requirements:
37
41
  - - ~>
38
42
  - !ruby/object:Gem::Version
@@ -42,7 +46,6 @@ dependencies:
42
46
  - 3
43
47
  version: 1.3.3
44
48
  type: :runtime
45
- prerelease: false
46
49
  version_requirements: *id002
47
50
  description: "Debugging toolbar for Rack applications implemented as\n middleware. Rails 3 compatible version maintained by Logical Reality\n Design. "
48
51
  email: evan@lrdesign.com judson@lrdesign.com
@@ -153,6 +156,7 @@ files:
153
156
  - README.md
154
157
  - Rakefile
155
158
  - Thorfile
159
+ has_rdoc: true
156
160
  homepage: https://github.com/LRDesign/logical-insight
157
161
  licenses: []
158
162
 
@@ -162,24 +166,23 @@ rdoc_options: []
162
166
  require_paths:
163
167
  - lib
164
168
  required_ruby_version: !ruby/object:Gem::Requirement
165
- none: false
166
169
  requirements:
167
170
  - - ">="
168
171
  - !ruby/object:Gem::Version
169
- hash: -780855533
170
172
  segments:
171
173
  - 0
172
174
  version: "0"
173
175
  required_rubygems_version: !ruby/object:Gem::Requirement
174
- none: false
175
176
  requirements:
176
177
  - - ">="
177
178
  - !ruby/object:Gem::Version
179
+ segments:
180
+ - 0
178
181
  version: "0"
179
182
  requirements: []
180
183
 
181
184
  rubyforge_project:
182
- rubygems_version: 1.8.11
185
+ rubygems_version: 1.3.6
183
186
  signing_key:
184
187
  specification_version: 3
185
188
  summary: Debugging toolbar for Rack applications implemented as middleware. Rails 3 compatible version maintained by Logical Reality Design.