Skip to content

Commit 691a9b8

Browse files
author
Rodrigo Rosenfeld Rosas
committed
Regenerate gemspec for version 0.0.4
1 parent 439d195 commit 691a9b8

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

rails-web-console.gemspec

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Generated by jeweler
2+
# DO NOT EDIT THIS FILE DIRECTLY
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4+
# -*- encoding: utf-8 -*-
5+
6+
Gem::Specification.new do |s|
7+
s.name = %q{rails-web-console}
8+
s.version = "0.0.4"
9+
10+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11+
s.authors = ["Rodrigo Rosenfeld Rosas"]
12+
s.date = %q{2010-11-22}
13+
s.email = %q{[email protected]}
14+
s.extra_rdoc_files = [
15+
"README.markdown"
16+
]
17+
s.files = [
18+
"app/controllers/console_controller.rb",
19+
"app/views/console/index.html.erb",
20+
"app/views/layouts/console.html.erb",
21+
"config/routes.rb",
22+
"lib/console.rb",
23+
"public/javascripts/console.js",
24+
"public/stylesheets/console.css"
25+
]
26+
s.homepage = %q{https://github.com/rosenfeld/rails-web-console}
27+
s.require_paths = ["lib"]
28+
s.rubygems_version = %q{1.3.7}
29+
s.summary = %q{A web console for Rails}
30+
31+
if s.respond_to? :specification_version then
32+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
33+
s.specification_version = 3
34+
35+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
36+
else
37+
end
38+
else
39+
end
40+
end
41+

0 commit comments

Comments
 (0)