Dex_Rack 0.1.0 → 0.1.1
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/Dex_Rack.gemspec +1 -1
- data/README.md +3 -1
- data/lib/Dex_Rack/version.rb +1 -1
- metadata +4 -4
data/Dex_Rack.gemspec
CHANGED
|
@@ -32,5 +32,5 @@ Update and view exceptions logged with the Dex gem.
|
|
|
32
32
|
s.add_runtime_dependency 'thin'
|
|
33
33
|
s.add_runtime_dependency 'sinatra-reloader'
|
|
34
34
|
s.add_runtime_dependency 'chronic_duration'
|
|
35
|
-
s.add_runtime_dependency 'Dex'
|
|
35
|
+
s.add_runtime_dependency 'Dex', ">= 0.2.2"
|
|
36
36
|
end
|
data/README.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
Dex\_Rack
|
|
3
3
|
================
|
|
4
4
|
|
|
5
|
-
A Ruby gem
|
|
5
|
+
A Ruby gem that provides a web frontend for exceptions logged with
|
|
6
|
+
[Dex](https://github.com/da99/Dex).
|
|
6
7
|
|
|
7
8
|
Installation
|
|
8
9
|
------------
|
|
9
10
|
|
|
11
|
+
sudo apt-get install sqlite3
|
|
10
12
|
gem install Dex_Rack
|
|
11
13
|
|
|
12
14
|
Usage
|
data/lib/Dex_Rack/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Dex_Rack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
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-05-
|
|
12
|
+
date: 2012-05-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bacon
|
|
@@ -178,7 +178,7 @@ dependencies:
|
|
|
178
178
|
requirements:
|
|
179
179
|
- - ! '>='
|
|
180
180
|
- !ruby/object:Gem::Version
|
|
181
|
-
version:
|
|
181
|
+
version: 0.2.2
|
|
182
182
|
type: :runtime
|
|
183
183
|
prerelease: false
|
|
184
184
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -186,7 +186,7 @@ dependencies:
|
|
|
186
186
|
requirements:
|
|
187
187
|
- - ! '>='
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version:
|
|
189
|
+
version: 0.2.2
|
|
190
190
|
description: ! "\nIt is a web-frontend for Dex. \nUpdate and view exceptions logged
|
|
191
191
|
with the Dex gem.\n "
|
|
192
192
|
email:
|