netzke-communitypack 0.1.3 → 0.7.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.
Files changed (78) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +2 -5
  3. data/Rakefile +36 -1
  4. data/lib/netzke-communitypack.rb +9 -4
  5. data/lib/netzke-communitypack/version.rb +2 -9
  6. data/lib/netzke/communitypack/google_map_panel.rb +22 -22
  7. data/lib/netzke/communitypack/google_map_panel/javascript/GMapPanel.js +2 -1
  8. data/lib/netzke/communitypack/live_search_grid_panel.rb +39 -36
  9. data/lib/netzke/communitypack/model_explorer.rb +68 -0
  10. data/lib/netzke/communitypack/one_to_many_explorer.rb +78 -0
  11. data/lib/netzke/communitypack/one_to_many_explorer/javascripts/one_to_many_explorer.js +14 -0
  12. data/lib/netzke/communitypack/workspace.rb +94 -0
  13. data/lib/netzke/communitypack/workspace/javascripts/workspace.js +73 -0
  14. data/lib/tasks/netzke-communitypack_tasks.rake +4 -0
  15. data/test/{rails_app → dummy}/Rakefile +2 -2
  16. data/test/dummy/app/assets/javascripts/application.js +9 -0
  17. data/test/dummy/app/assets/stylesheets/application.css +7 -0
  18. data/test/{rails_app → dummy}/app/controllers/application_controller.rb +0 -0
  19. data/test/{rails_app → dummy}/app/helpers/application_helper.rb +0 -0
  20. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  21. data/test/{rails_app → dummy}/config.ru +1 -1
  22. data/test/{rails_app → dummy}/config/application.rb +12 -12
  23. data/test/dummy/config/boot.rb +10 -0
  24. data/test/{rails_app → dummy}/config/database.yml +4 -1
  25. data/test/{rails_app → dummy}/config/environment.rb +1 -1
  26. data/test/{rails_app → dummy}/config/environments/development.rb +9 -5
  27. data/test/{rails_app → dummy}/config/environments/production.rb +25 -14
  28. data/test/{rails_app → dummy}/config/environments/test.rb +7 -3
  29. data/test/{rails_app → dummy}/config/initializers/backtrace_silencers.rb +0 -0
  30. data/test/{rails_app → dummy}/config/initializers/inflections.rb +0 -0
  31. data/test/{rails_app → dummy}/config/initializers/mime_types.rb +0 -0
  32. data/test/{rails_app → dummy}/config/initializers/secret_token.rb +1 -1
  33. data/test/dummy/config/initializers/session_store.rb +8 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/{rails_app → dummy}/config/locales/en.yml +1 -1
  36. data/test/{rails_app → dummy}/config/routes.rb +2 -5
  37. data/test/{rails_app → dummy}/public/404.html +0 -0
  38. data/test/{rails_app → dummy}/public/422.html +0 -0
  39. data/test/{rails_app → dummy}/public/500.html +0 -0
  40. data/test/{rails_app → dummy}/public/favicon.ico +0 -0
  41. data/test/{rails_app → dummy}/script/rails +0 -0
  42. data/test/netzke-communitypack_test.rb +7 -0
  43. data/test/test_helper.rb +10 -0
  44. metadata +134 -134
  45. data/.gitignore +0 -4
  46. data/CHANGELOG.rdoc +0 -3
  47. data/Gemfile +0 -4
  48. data/lib/netzke/communitypack/viewport.rb +0 -4
  49. data/netzke-communitypack.gemspec +0 -26
  50. data/test/rails_app/.gitignore +0 -4
  51. data/test/rails_app/Gemfile +0 -34
  52. data/test/rails_app/Gemfile.lock +0 -89
  53. data/test/rails_app/README +0 -256
  54. data/test/rails_app/app/components/test_panel.rb +0 -3
  55. data/test/rails_app/app/controllers/components_controller.rb +0 -5
  56. data/test/rails_app/app/helpers/components_helper.rb +0 -2
  57. data/test/rails_app/app/views/components/show.html.erb +0 -13
  58. data/test/rails_app/app/views/layouts/application.html.erb +0 -17
  59. data/test/rails_app/config/boot.rb +0 -13
  60. data/test/rails_app/config/initializers/session_store.rb +0 -8
  61. data/test/rails_app/db/seeds.rb +0 -7
  62. data/test/rails_app/doc/README_FOR_APP +0 -2
  63. data/test/rails_app/lib/tasks/.gitkeep +0 -0
  64. data/test/rails_app/public/images/rails.png +0 -0
  65. data/test/rails_app/public/index.html +0 -239
  66. data/test/rails_app/public/javascripts/application.js +0 -2
  67. data/test/rails_app/public/javascripts/controls.js +0 -965
  68. data/test/rails_app/public/javascripts/dragdrop.js +0 -974
  69. data/test/rails_app/public/javascripts/effects.js +0 -1123
  70. data/test/rails_app/public/javascripts/prototype.js +0 -6001
  71. data/test/rails_app/public/javascripts/rails.js +0 -175
  72. data/test/rails_app/public/robots.txt +0 -5
  73. data/test/rails_app/public/stylesheets/.gitkeep +0 -0
  74. data/test/rails_app/test/functional/components_controller_test.rb +0 -8
  75. data/test/rails_app/test/performance/browsing_test.rb +0 -9
  76. data/test/rails_app/test/test_helper.rb +0 -13
  77. data/test/rails_app/test/unit/helpers/components_helper_test.rb +0 -4
  78. data/test/rails_app/vendor/plugins/.gitkeep +0 -0
@@ -0,0 +1,73 @@
1
+ {
2
+ initComponent: function() {
3
+ this.callParent();
4
+
5
+ this.on('tabchange', function(panel, tab) {
6
+ if (tab.netzkeComponentId == 'cmp0') {
7
+ tab.removeAll();
8
+ }
9
+
10
+ if (tab.items.getCount() == 0) {
11
+ var cmpName = tab.netzkeComponentId;
12
+ this.loadNetzkeComponent({name: cmpName, container: tab});
13
+ }
14
+ });
15
+
16
+ this.on('remove', function(me, tab) {
17
+ if (tab.getXType() == 'panel') {
18
+ this.serverRemoveTab({name: tab.netzkeComponentId});
19
+ }
20
+ }, this);
21
+ },
22
+
23
+ // Closes all tabs except first (Dashboard)
24
+ closeAllTabs: function() {
25
+ while (this.items.getCount() > 1) {
26
+ this.remove(this.items.last());
27
+ }
28
+
29
+ this.serverRemoveAll();
30
+ },
31
+
32
+ /** Loads a component */
33
+ loadChild: function(cmp, options) {
34
+ var tabCount = this.items.getCount(),
35
+ cmpName,
36
+ receivingTab,
37
+ params;
38
+
39
+ options = options || {};
40
+
41
+ // always open a new tab whene only dashboard is present
42
+ options.newTab = options.newTab || tabCount < 2
43
+
44
+ if (options.newTab) {
45
+ var lastTabIndex = parseInt(this.items.last().netzkeComponentId.replace("cmp", ""));
46
+ cmpName = "cmp" + (lastTabIndex + 1);
47
+ receivingTab = this.add({layout: 'fit', closable: true});
48
+ } else {
49
+ // receiving tab will be the active tab, unless that is the dashboard, in which case it will be the last tab
50
+ receivingTab = this.getActiveTab();
51
+ if (receivingTab == this.items.first()) {
52
+ receivingTab = this.items.last();
53
+ }
54
+ cmpName = "cmp" + this.items.indexOf(receivingTab);
55
+ }
56
+
57
+ this.suspendEvents();
58
+ this.setActiveTab(receivingTab);
59
+ this.resumeEvents();
60
+
61
+ receivingTab.setTitle('Loading...');
62
+
63
+ receivingTab.removeAll();
64
+
65
+ params = {component: cmp};
66
+ params.config = options.config;
67
+
68
+ this.loadNetzkeComponent({name: cmpName, container: receivingTab, params: params, callback: function(c) {
69
+ receivingTab.setTitle(c.title);
70
+ receivingTab.netzkeComponentId = c.itemId;
71
+ }});
72
+ }
73
+ }
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :netzke-communitypack do
3
+ # # Task goes here
4
+ # end
@@ -1,7 +1,7 @@
1
+ #!/usr/bin/env rake
1
2
  # Add your own tasks in files placed in lib/tasks ending in .rake,
2
3
  # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4
 
4
5
  require File.expand_path('../config/application', __FILE__)
5
- require 'rake'
6
6
 
7
- RailsApp::Application.load_tasks
7
+ Dummy::Application.load_tasks
@@ -0,0 +1,9 @@
1
+ // This is a manifest file that'll be compiled into including all the files listed below.
2
+ // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
3
+ // be included in the compiled file accessible from http://example.com/assets/application.js
4
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
+ // the compiled file.
6
+ //
7
+ //= require jquery
8
+ //= require jquery_ujs
9
+ //= require_tree .
@@ -0,0 +1,7 @@
1
+ /*
2
+ * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
+ * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
+ * the top of the compiled file, but it's generally better to create a new file per style scope.
5
+ *= require_self
6
+ *= require_tree .
7
+ */
@@ -0,0 +1,14 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Dummy</title>
5
+ <%= stylesheet_link_tag "application" %>
6
+ <%= javascript_include_tag "application" %>
7
+ <%= csrf_meta_tags %>
8
+ </head>
9
+ <body>
10
+
11
+ <%= yield %>
12
+
13
+ </body>
14
+ </html>
@@ -1,4 +1,4 @@
1
1
  # This file is used by Rack-based servers to start the application.
2
2
 
3
3
  require ::File.expand_path('../config/environment', __FILE__)
4
- run RailsApp::Application
4
+ run Dummy::Application
@@ -2,25 +2,21 @@ require File.expand_path('../boot', __FILE__)
2
2
 
3
3
  require 'rails/all'
4
4
 
5
- # If you have a Gemfile, require the gems listed there, including any gems
6
- # you've limited to :test, :development, or :production.
7
- Bundler.require(:default, Rails.env) if defined?(Bundler)
5
+ Bundler.require
6
+ require "netzke-communitypack"
8
7
 
9
- $:.unshift File.expand_path('../../../../lib', __FILE__)
10
- require 'netzke-basepack'
11
-
12
- module RailsApp
8
+ module Dummy
13
9
  class Application < Rails::Application
14
10
  # Settings in config/environments/* take precedence over those specified here.
15
11
  # Application configuration should go into files in config/initializers
16
12
  # -- all .rb files in that directory are automatically loaded.
17
13
 
18
14
  # Custom directories with classes and modules you want to be autoloadable.
19
- config.autoload_paths += %W(#{config.root}/lib #{config.root}/../../lib)
15
+ # config.autoload_paths += %W(#{config.root}/extras)
20
16
 
21
17
  # Only load the plugins named here, in the order given (default is alphabetical).
22
18
  # :all can be used as a placeholder for all plugins not explicitly named.
23
- # config.plugins = [ :"netzke-core", :all ]
19
+ # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
24
20
 
25
21
  # Activate observers that should always be running.
26
22
  # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
@@ -33,13 +29,17 @@ module RailsApp
33
29
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
34
30
  # config.i18n.default_locale = :de
35
31
 
36
- # JavaScript files you want as :defaults (application.js is always included).
37
- # config.action_view.javascript_expansions[:defaults] = %w(jquery rails)
38
-
39
32
  # Configure the default encoding used in templates for Ruby 1.9.
40
33
  config.encoding = "utf-8"
41
34
 
42
35
  # Configure sensitive parameters which will be filtered from the log file.
43
36
  config.filter_parameters += [:password]
37
+
38
+ # Enable the asset pipeline
39
+ config.assets.enabled = true
40
+
41
+ # Version of your assets, change this if you want to expire all your assets
42
+ config.assets.version = '1.0'
44
43
  end
45
44
  end
45
+
@@ -0,0 +1,10 @@
1
+ require 'rubygems'
2
+ gemfile = File.expand_path('../../../../Gemfile', __FILE__)
3
+
4
+ if File.exist?(gemfile)
5
+ ENV['BUNDLE_GEMFILE'] = gemfile
6
+ require 'bundler'
7
+ Bundler.setup
8
+ end
9
+
10
+ $:.unshift File.expand_path('../../../../lib', __FILE__)
@@ -1,5 +1,8 @@
1
1
  # SQLite version 3.x
2
- # gem install sqlite3-ruby (not necessary on OS X Leopard)
2
+ # gem install sqlite3
3
+ #
4
+ # Ensure the SQLite 3 gem is defined in your Gemfile
5
+ # gem 'sqlite3'
3
6
  development:
4
7
  adapter: sqlite3
5
8
  database: db/development.sqlite3
@@ -2,4 +2,4 @@
2
2
  require File.expand_path('../application', __FILE__)
3
3
 
4
4
  # Initialize the rails application
5
- RailsApp::Application.initialize!
5
+ Dummy::Application.initialize!
@@ -1,9 +1,9 @@
1
- RailsApp::Application.configure do
2
- # Settings specified here will take precedence over those in config/environment.rb
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
3
 
4
4
  # In the development environment your application's code is reloaded on
5
5
  # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the webserver when you make code changes.
6
+ # since you don't have to restart the web server when you make code changes.
7
7
  config.cache_classes = false
8
8
 
9
9
  # Log error messages when you accidentally call methods on nil.
@@ -11,7 +11,6 @@ RailsApp::Application.configure do
11
11
 
12
12
  # Show full error reports and disable caching
13
13
  config.consider_all_requests_local = true
14
- config.action_view.debug_rjs = true
15
14
  config.action_controller.perform_caching = false
16
15
 
17
16
  # Don't care if the mailer can't send
@@ -22,5 +21,10 @@ RailsApp::Application.configure do
22
21
 
23
22
  # Only use best-standards-support built into browsers
24
23
  config.action_dispatch.best_standards_support = :builtin
25
- end
26
24
 
25
+ # Do not compress assets
26
+ config.assets.compress = false
27
+
28
+ # Expands the lines which load the assets
29
+ config.assets.debug = true
30
+ end
@@ -1,7 +1,6 @@
1
- RailsApp::Application.configure do
2
- # Settings specified here will take precedence over those in config/environment.rb
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
3
 
4
- # The production environment is meant for finished, "live" apps.
5
4
  # Code is not reloaded between requests
6
5
  config.cache_classes = true
7
6
 
@@ -9,14 +8,27 @@ RailsApp::Application.configure do
9
8
  config.consider_all_requests_local = false
10
9
  config.action_controller.perform_caching = true
11
10
 
12
- # Specifies the header that your server uses for sending files
13
- config.action_dispatch.x_sendfile_header = "X-Sendfile"
11
+ # Disable Rails's static asset server (Apache or nginx will already do this)
12
+ config.serve_static_assets = false
13
+
14
+ # Compress JavaScripts and CSS
15
+ config.assets.compress = true
16
+
17
+ # Don't fallback to assets pipeline if a precompiled asset is missed
18
+ config.assets.compile = false
19
+
20
+ # Generate digests for assets URLs
21
+ config.assets.digest = true
14
22
 
15
- # For nginx:
16
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect'
23
+ # Defaults to Rails.root.join("public/assets")
24
+ # config.assets.manifest = YOUR_PATH
17
25
 
18
- # If you have no front-end server that supports something like X-Sendfile,
19
- # just comment this out and Rails will serve the files
26
+ # Specifies the header that your server uses for sending files
27
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
28
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
29
+
30
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31
+ # config.force_ssl = true
20
32
 
21
33
  # See everything in the log (default is :info)
22
34
  # config.log_level = :debug
@@ -27,13 +39,12 @@ RailsApp::Application.configure do
27
39
  # Use a different cache store in production
28
40
  # config.cache_store = :mem_cache_store
29
41
 
30
- # Disable Rails's static asset server
31
- # In production, Apache or nginx will already do this
32
- config.serve_static_assets = false
33
-
34
- # Enable serving of images, stylesheets, and javascripts from an asset server
42
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server
35
43
  # config.action_controller.asset_host = "http://assets.example.com"
36
44
 
45
+ # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
46
+ # config.assets.precompile += %w( search.js )
47
+
37
48
  # Disable delivery errors, bad email addresses will be ignored
38
49
  # config.action_mailer.raise_delivery_errors = false
39
50
 
@@ -1,5 +1,5 @@
1
- RailsApp::Application.configure do
2
- # Settings specified here will take precedence over those in config/environment.rb
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
3
 
4
4
  # The test environment is used exclusively to run your application's
5
5
  # test suite. You never need to work with it otherwise. Remember that
@@ -7,7 +7,11 @@ RailsApp::Application.configure do
7
7
  # and recreated between test runs. Don't rely on the data there!
8
8
  config.cache_classes = true
9
9
 
10
- # Log error messages when you accidentally call methods on nil.
10
+ # Configure static asset server for tests with Cache-Control for performance
11
+ config.serve_static_assets = true
12
+ config.static_cache_control = "public, max-age=3600"
13
+
14
+ # Log error messages when you accidentally call methods on nil
11
15
  config.whiny_nils = true
12
16
 
13
17
  # Show full error reports and disable caching
@@ -4,4 +4,4 @@
4
4
  # If you change this key, all old signed cookies will become invalid!
5
5
  # Make sure the secret is at least 30 characters and all random,
6
6
  # no regular words or you'll be exposed to dictionary attacks.
7
- RailsApp::Application.config.secret_token = '8c315de0d3623d39398896ef57e33316cad2a9a276ff4990a6f24cee1bf4685a706fd13dd09e376febe03220129a5e49143cb7ae14236ed0809f415c2dcf1f19'
7
+ Dummy::Application.config.secret_token = '6ccc50b0fe2b3268be36b9186e90774af4162b2a35c0deef616b1016459802f9b0b2cf202e231aba6d171336fef7396f3600c638ff62380954f396e696f5ea37'
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
4
+
5
+ # Use the database for sessions instead of the cookie-based default,
6
+ # which shouldn't be used to store highly confidential information
7
+ # (create the session table with "rails generate session_migration")
8
+ # Dummy::Application.config.session_store :active_record_store
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+ #
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json]
9
+ end
10
+
11
+ # Disable root element in JSON by default.
12
+ ActiveSupport.on_load(:active_record) do
13
+ self.include_root_in_json = false
14
+ end
@@ -1,5 +1,5 @@
1
1
  # Sample localization file for English. Add more files in this directory for other locales.
2
- # See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
2
+ # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
3
 
4
4
  en:
5
5
  hello: "Hello world"
@@ -1,7 +1,4 @@
1
- RailsApp::Application.routes.draw do
2
- get "components/:component", :to => 'components#show', :as => 'component'
3
- netzke
4
-
1
+ Dummy::Application.routes.draw do
5
2
  # The priority is based upon order of creation:
6
3
  # first created -> highest priority.
7
4
 
@@ -51,7 +48,7 @@ RailsApp::Application.routes.draw do
51
48
 
52
49
  # You can have the root of your site routed with "root"
53
50
  # just remember to delete public/index.html.
54
- # root :to => "welcome#index"
51
+ # root :to => 'welcome#index'
55
52
 
56
53
  # See how all your routes lay out with "rake routes"
57
54
 
File without changes
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class NetzkeCommunitypackTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, NetzkeCommunitypack
6
+ end
7
+ end
@@ -0,0 +1,10 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
metadata CHANGED
@@ -1,157 +1,157 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: netzke-communitypack
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 1
8
- - 3
9
- version: 0.1.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.7.0
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
12
- - Paul Spieker
7
+ authors:
8
+ - NomadCoder
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2010-11-01 00:00:00 +01:00
18
- default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: bundler
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 1
30
- - 0
31
- - 0
32
- version: 1.0.0
33
- type: :development
34
- version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
12
+ date: 2011-10-23 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
36
15
  name: netzke-basepack
16
+ requirement: &70237714569900 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 0.7.2
22
+ type: :runtime
37
23
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: *70237714569900
25
+ - !ruby/object:Gem::Dependency
26
+ name: rails
27
+ requirement: &70237714567500 !ruby/object:Gem::Requirement
39
28
  none: false
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 0
45
- - 6
46
- - 0
47
- version: 0.6.0
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: 3.0.0
48
33
  type: :runtime
49
- version_requirements: *id002
50
- description: The community pack for netzke contains components for Netzke which are provided by the community
51
- email:
52
- - p.spieker@duenos.de
34
+ prerelease: false
35
+ version_requirements: *70237714567500
36
+ - !ruby/object:Gem::Dependency
37
+ name: sqlite3
38
+ requirement: &70237714566160 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ type: :development
45
+ prerelease: false
46
+ version_requirements: *70237714566160
47
+ description: Components that have been added by different people, but haven't yet
48
+ found their way to Netzke Basepack - a kind of staging for new components.
49
+ email:
50
+ - nmcoder@gmail.com
53
51
  executables: []
54
-
55
52
  extensions: []
56
-
57
53
  extra_rdoc_files: []
58
-
59
- files:
60
- - .gitignore
61
- - CHANGELOG.rdoc
62
- - Gemfile
63
- - README.rdoc
64
- - Rakefile
65
- - lib/netzke-communitypack.rb
66
- - lib/netzke-communitypack/version.rb
67
- - lib/netzke/communitypack/google_map_panel.rb
54
+ files:
68
55
  - lib/netzke/communitypack/google_map_panel/javascript/GMapPanel.js
56
+ - lib/netzke/communitypack/google_map_panel.rb
69
57
  - lib/netzke/communitypack/live_search_grid_panel.rb
70
- - lib/netzke/communitypack/viewport.rb
71
- - netzke-communitypack.gemspec
72
- - test/rails_app/.gitignore
73
- - test/rails_app/Gemfile
74
- - test/rails_app/Gemfile.lock
75
- - test/rails_app/README
76
- - test/rails_app/Rakefile
77
- - test/rails_app/app/components/test_panel.rb
78
- - test/rails_app/app/controllers/application_controller.rb
79
- - test/rails_app/app/controllers/components_controller.rb
80
- - test/rails_app/app/helpers/application_helper.rb
81
- - test/rails_app/app/helpers/components_helper.rb
82
- - test/rails_app/app/views/components/show.html.erb
83
- - test/rails_app/app/views/layouts/application.html.erb
84
- - test/rails_app/config.ru
85
- - test/rails_app/config/application.rb
86
- - test/rails_app/config/boot.rb
87
- - test/rails_app/config/database.yml
88
- - test/rails_app/config/environment.rb
89
- - test/rails_app/config/environments/development.rb
90
- - test/rails_app/config/environments/production.rb
91
- - test/rails_app/config/environments/test.rb
92
- - test/rails_app/config/initializers/backtrace_silencers.rb
93
- - test/rails_app/config/initializers/inflections.rb
94
- - test/rails_app/config/initializers/mime_types.rb
95
- - test/rails_app/config/initializers/secret_token.rb
96
- - test/rails_app/config/initializers/session_store.rb
97
- - test/rails_app/config/locales/en.yml
98
- - test/rails_app/config/routes.rb
99
- - test/rails_app/db/seeds.rb
100
- - test/rails_app/doc/README_FOR_APP
101
- - test/rails_app/lib/tasks/.gitkeep
102
- - test/rails_app/public/404.html
103
- - test/rails_app/public/422.html
104
- - test/rails_app/public/500.html
105
- - test/rails_app/public/favicon.ico
106
- - test/rails_app/public/images/rails.png
107
- - test/rails_app/public/index.html
108
- - test/rails_app/public/javascripts/application.js
109
- - test/rails_app/public/javascripts/controls.js
110
- - test/rails_app/public/javascripts/dragdrop.js
111
- - test/rails_app/public/javascripts/effects.js
112
- - test/rails_app/public/javascripts/prototype.js
113
- - test/rails_app/public/javascripts/rails.js
114
- - test/rails_app/public/robots.txt
115
- - test/rails_app/public/stylesheets/.gitkeep
116
- - test/rails_app/script/rails
117
- - test/rails_app/test/functional/components_controller_test.rb
118
- - test/rails_app/test/performance/browsing_test.rb
119
- - test/rails_app/test/test_helper.rb
120
- - test/rails_app/test/unit/helpers/components_helper_test.rb
121
- - test/rails_app/vendor/plugins/.gitkeep
122
- has_rdoc: true
123
- homepage: http://github.com/skozlov/netzke-communitypack
58
+ - lib/netzke/communitypack/model_explorer.rb
59
+ - lib/netzke/communitypack/one_to_many_explorer/javascripts/one_to_many_explorer.js
60
+ - lib/netzke/communitypack/one_to_many_explorer.rb
61
+ - lib/netzke/communitypack/workspace/javascripts/workspace.js
62
+ - lib/netzke/communitypack/workspace.rb
63
+ - lib/netzke-communitypack/version.rb
64
+ - lib/netzke-communitypack.rb
65
+ - lib/tasks/netzke-communitypack_tasks.rake
66
+ - MIT-LICENSE
67
+ - Rakefile
68
+ - README.rdoc
69
+ - test/dummy/app/assets/javascripts/application.js
70
+ - test/dummy/app/assets/stylesheets/application.css
71
+ - test/dummy/app/controllers/application_controller.rb
72
+ - test/dummy/app/helpers/application_helper.rb
73
+ - test/dummy/app/views/layouts/application.html.erb
74
+ - test/dummy/config/application.rb
75
+ - test/dummy/config/boot.rb
76
+ - test/dummy/config/database.yml
77
+ - test/dummy/config/environment.rb
78
+ - test/dummy/config/environments/development.rb
79
+ - test/dummy/config/environments/production.rb
80
+ - test/dummy/config/environments/test.rb
81
+ - test/dummy/config/initializers/backtrace_silencers.rb
82
+ - test/dummy/config/initializers/inflections.rb
83
+ - test/dummy/config/initializers/mime_types.rb
84
+ - test/dummy/config/initializers/secret_token.rb
85
+ - test/dummy/config/initializers/session_store.rb
86
+ - test/dummy/config/initializers/wrap_parameters.rb
87
+ - test/dummy/config/locales/en.yml
88
+ - test/dummy/config/routes.rb
89
+ - test/dummy/config.ru
90
+ - test/dummy/public/404.html
91
+ - test/dummy/public/422.html
92
+ - test/dummy/public/500.html
93
+ - test/dummy/public/favicon.ico
94
+ - test/dummy/Rakefile
95
+ - test/dummy/script/rails
96
+ - test/netzke-communitypack_test.rb
97
+ - test/test_helper.rb
98
+ homepage: http://blog.writelesscode.com
124
99
  licenses: []
125
-
126
100
  post_install_message:
127
- rdoc_options:
128
- - --charset=UTF-8
129
- require_paths:
101
+ rdoc_options: []
102
+ require_paths:
130
103
  - lib
131
- required_ruby_version: !ruby/object:Gem::Requirement
104
+ required_ruby_version: !ruby/object:Gem::Requirement
132
105
  none: false
133
- requirements:
134
- - - ">="
135
- - !ruby/object:Gem::Version
136
- segments:
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ segments:
137
111
  - 0
138
- version: "0"
139
- required_rubygems_version: !ruby/object:Gem::Requirement
112
+ hash: 2192238139135112571
113
+ required_rubygems_version: !ruby/object:Gem::Requirement
140
114
  none: false
141
- requirements:
142
- - - ">="
143
- - !ruby/object:Gem::Version
144
- segments:
145
- - 1
146
- - 3
147
- - 6
148
- version: 1.3.6
115
+ requirements:
116
+ - - ! '>='
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ segments:
120
+ - 0
121
+ hash: 2192238139135112571
149
122
  requirements: []
150
-
151
- rubyforge_project: netzke-communitypack
152
- rubygems_version: 1.3.7
123
+ rubyforge_project:
124
+ rubygems_version: 1.8.6
153
125
  signing_key:
154
126
  specification_version: 3
155
- summary: Components for Netzke created by the community
156
- test_files: []
157
-
127
+ summary: Community-created Netzke components
128
+ test_files:
129
+ - test/dummy/app/assets/javascripts/application.js
130
+ - test/dummy/app/assets/stylesheets/application.css
131
+ - test/dummy/app/controllers/application_controller.rb
132
+ - test/dummy/app/helpers/application_helper.rb
133
+ - test/dummy/app/views/layouts/application.html.erb
134
+ - test/dummy/config/application.rb
135
+ - test/dummy/config/boot.rb
136
+ - test/dummy/config/database.yml
137
+ - test/dummy/config/environment.rb
138
+ - test/dummy/config/environments/development.rb
139
+ - test/dummy/config/environments/production.rb
140
+ - test/dummy/config/environments/test.rb
141
+ - test/dummy/config/initializers/backtrace_silencers.rb
142
+ - test/dummy/config/initializers/inflections.rb
143
+ - test/dummy/config/initializers/mime_types.rb
144
+ - test/dummy/config/initializers/secret_token.rb
145
+ - test/dummy/config/initializers/session_store.rb
146
+ - test/dummy/config/initializers/wrap_parameters.rb
147
+ - test/dummy/config/locales/en.yml
148
+ - test/dummy/config/routes.rb
149
+ - test/dummy/config.ru
150
+ - test/dummy/public/404.html
151
+ - test/dummy/public/422.html
152
+ - test/dummy/public/500.html
153
+ - test/dummy/public/favicon.ico
154
+ - test/dummy/Rakefile
155
+ - test/dummy/script/rails
156
+ - test/netzke-communitypack_test.rb
157
+ - test/test_helper.rb