rails-web-console 0.1.1 → 0.2.0

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.
File without changes
File without changes
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>Console</title>
5
- <%= javascript_include_tag 'http://code.jquery.com/jquery-1.4.2.min.js' %>
5
+ <%= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' %>
6
6
  <%= javascript_include_tag 'console' %>
7
7
  <%= stylesheet_link_tag 'console' %>
8
8
  </head>
data/lib/console.rb CHANGED
@@ -1,7 +1,4 @@
1
1
  module Console
2
2
  class Engine < Rails::Engine
3
- initializer "static assets" do |app|
4
- app.middleware.use ::ActionDispatch::Static, "#{root}/public"
5
- end
6
3
  end
7
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-web-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-16 00:00:00.000000000 -03:00
13
- default_executable:
12
+ date: 2011-12-15 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description:
16
15
  email: rr.rosas@gmail.com
@@ -19,15 +18,14 @@ extensions: []
19
18
  extra_rdoc_files:
20
19
  - README.markdown
21
20
  files:
21
+ - app/assets/javascripts/console.js
22
+ - app/assets/stylesheets/console.css
22
23
  - app/controllers/console_controller.rb
23
24
  - app/views/console/index.html.erb
24
25
  - app/views/layouts/console.html.erb
25
26
  - config/routes.rb
26
27
  - lib/console.rb
27
- - public/javascripts/console.js
28
- - public/stylesheets/console.css
29
28
  - README.markdown
30
- has_rdoc: true
31
29
  homepage: https://github.com/rosenfeld/rails-web-console
32
30
  licenses: []
33
31
  post_install_message:
@@ -48,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
46
  version: '0'
49
47
  requirements: []
50
48
  rubyforge_project:
51
- rubygems_version: 1.6.2
49
+ rubygems_version: 1.8.10
52
50
  signing_key:
53
51
  specification_version: 3
54
52
  summary: A web console for Rails