sinatra_debug_console 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.
Files changed (4) hide show
  1. data/README.rdoc +4 -0
  2. data/Rakefile +0 -1
  3. data/VERSION +1 -1
  4. metadata +3 -12
data/README.rdoc CHANGED
@@ -8,6 +8,10 @@ http://farm3.static.flickr.com/2659/4187659132_7c3cde58aa_o.png
8
8
 
9
9
  Rack::Auth::Basic is used to authorization.
10
10
 
11
+ == Installation
12
+
13
+ gem install sinatra_debug_console
14
+
11
15
  == Usage
12
16
 
13
17
  require 'sinatra_debug_console'
data/Rakefile CHANGED
@@ -10,7 +10,6 @@ begin
10
10
  gem.email = "jugyo.org@gmail.com"
11
11
  gem.homepage = "http://github.com/jugyo/sinatra_debug_console"
12
12
  gem.authors = ["jugyo"]
13
- gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
13
  end
15
14
  rescue LoadError
16
15
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_debug_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo
@@ -11,17 +11,8 @@ cert_chain: []
11
11
 
12
12
  date: 2009-12-15 00:00:00 +09:00
13
13
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: thoughtbot-shoulda
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- version:
14
+ dependencies: []
15
+
25
16
  description: Web base debug console for sinatra
26
17
  email: jugyo.org@gmail.com
27
18
  executables: []