|
4 | 4 | # -*- encoding: utf-8 -*-
|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s|
|
7 |
| - s.name = %q{rails-web-console} |
8 |
| - s.version = "0.1.1" |
| 7 | + s.name = "rails-web-console" |
| 8 | + s.version = "0.2.0" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11 | 11 | s.authors = ["Rodrigo Rosenfeld Rosas"]
|
12 |
| - s.date = %q{2011-08-16} |
13 |
| - |
| 12 | + s.date = "2011-12-15" |
| 13 | + |
14 | 14 | s.extra_rdoc_files = [
|
15 | 15 | "README.markdown"
|
16 | 16 | ]
|
17 | 17 | s.files = [
|
| 18 | + "app/assets/javascripts/console.js", |
| 19 | + "app/assets/stylesheets/console.css", |
18 | 20 | "app/controllers/console_controller.rb",
|
19 | 21 | "app/views/console/index.html.erb",
|
20 | 22 | "app/views/layouts/console.html.erb",
|
21 | 23 | "config/routes.rb",
|
22 |
| - "lib/console.rb", |
23 |
| - "public/javascripts/console.js", |
24 |
| - "public/stylesheets/console.css" |
| 24 | + "lib/console.rb" |
25 | 25 | ]
|
26 |
| - s.homepage = %q{https://github.com/rosenfeld/rails-web-console} |
| 26 | + s.homepage = "https://github.com/rosenfeld/rails-web-console" |
27 | 27 | s.require_paths = ["lib"]
|
28 |
| - s.rubygems_version = %q{1.6.2} |
29 |
| - s.summary = %q{A web console for Rails} |
| 28 | + s.rubygems_version = "1.8.10" |
| 29 | + s.summary = "A web console for Rails" |
30 | 30 |
|
31 | 31 | if s.respond_to? :specification_version then
|
32 | 32 | s.specification_version = 3
|
|
0 commit comments