klastera 1.4.4.3.1 → 1.4.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5360c25a358007e11929e1c705ed18f97538d0a2dcfa7817e838dc422457a3f7
4
- data.tar.gz: 319361af1415f3337408b376703a6b8e8021975d137be787c4ec8e2ea318ad4f
3
+ metadata.gz: fc0f5df989811017d594d36e9ca9dc8bc471ff5382ffdfa6c54b3f3e841499f4
4
+ data.tar.gz: 0d886146539bf362023fbe80ac7e34b6ae380f47b280457fa89eb7037fe5ea2f
5
5
  SHA512:
6
- metadata.gz: 56d74c36d8de04066a89ac3d0cb05abfedca150d6e5264872cb1e283138f76e828eadfca43824e7977020898a7a69287f2392b9263a6316eb4cd6b9ca5e8d397
7
- data.tar.gz: 39917be78a6bac52e0077d0f6cf40e915c2c11fd360d79ee51881fec65577c21093c9080f06e3b74cbcc0f514b0cc6cca1bbc8b0e6720eca23b0fc08203e56f0
6
+ metadata.gz: 3e75b5b114fd6be35d550ff3ed89f6df757d05b5fa04ad0cfee4b9cf54ddf35b2e4dc24fb6d6f29977a961186249578e18d27b2805d5c6a3a600998f928cb46e
7
+ data.tar.gz: f0bb8d8b0212385cff27c0c5b209c52b41e15cb2673cd5fa32e4b4ab3bd0eb2b0fe7a7544515410aec4ade65b35c006776e5596f7c7896f6a5b0c548f2f7826a
@@ -1,3 +1,3 @@
1
1
  module Klastera
2
- VERSION = "1.4.4.3.1"
2
+ VERSION = "1.4.4.4"
3
3
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klastera
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4.3.1
4
+ version: 1.4.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gino Barahona
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-09 00:00:00.000000000 Z
11
+ date: 2021-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.2.11.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.2.11.1
27
27
  - !ruby/object:Gem::Dependency
@@ -58,7 +58,6 @@ files:
58
58
  - app/models/klastera/cluster_entity.rb
59
59
  - app/models/klastera/cluster_filter.rb
60
60
  - app/models/klastera/cluster_user.rb
61
- - app/models/klastera/clusterizable.rb
62
61
  - app/models/klastera/concerns/cluster.rb
63
62
  - app/models/klastera/concerns/cluster_entity.rb
64
63
  - app/models/klastera/concerns/cluster_filter.rb
@@ -100,9 +99,6 @@ files:
100
99
  - lib/klastera/version.rb
101
100
  - lib/tasks/klastera_tasks.rake
102
101
  - test/controllers/klastera/clusters_controller_test.rb
103
- - test/dummy/log/development.log
104
- - test/dummy/log/test.log
105
- - test/dummy/tmp/pids/server.pid
106
102
  - test/fixtures/klastera/cluster_users.yml
107
103
  - test/fixtures/klastera/clusters.yml
108
104
  - test/integration/navigation_test.rb
@@ -129,19 +125,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
125
  - !ruby/object:Gem::Version
130
126
  version: '0'
131
127
  requirements: []
132
- rubygems_version: 3.1.2
128
+ rubygems_version: 3.0.8
133
129
  signing_key:
134
130
  specification_version: 4
135
131
  summary: Clusterization Engine
136
132
  test_files:
137
- - test/dummy/log/test.log
138
- - test/dummy/log/development.log
139
- - test/dummy/tmp/pids/server.pid
140
- - test/integration/navigation_test.rb
141
- - test/models/klastera/cluster_user_test.rb
142
- - test/models/klastera/cluster_test.rb
143
- - test/klastera_test.rb
144
- - test/fixtures/klastera/clusters.yml
145
133
  - test/fixtures/klastera/cluster_users.yml
146
- - test/test_helper.rb
134
+ - test/fixtures/klastera/clusters.yml
135
+ - test/klastera_test.rb
136
+ - test/integration/navigation_test.rb
147
137
  - test/controllers/klastera/clusters_controller_test.rb
138
+ - test/test_helper.rb
139
+ - test/models/klastera/cluster_test.rb
140
+ - test/models/klastera/cluster_user_test.rb
@@ -1,5 +0,0 @@
1
- module Klastera
2
- class ClusterEntity < ActiveRecord::Base
3
- include Klastera::Concerns::Clusterizable
4
- end
5
- end
@@ -1,108 +0,0 @@
1
-
2
-
3
- Started GET "/" for ::1 at 2020-03-24 17:46:51 -0300
4
-
5
- ActiveRecord::NoDatabaseError (FATAL: database "dummy_development" does not exist
6
- ):
7
- activerecord (4.2.11.1) lib/active_record/connection_adapters/postgresql_adapter.rb:661:in `rescue in connect'
8
- activerecord (4.2.11.1) lib/active_record/connection_adapters/postgresql_adapter.rb:650:in `connect'
9
- activerecord (4.2.11.1) lib/active_record/connection_adapters/postgresql_adapter.rb:242:in `initialize'
10
- activerecord (4.2.11.1) lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `new'
11
- activerecord (4.2.11.1) lib/active_record/connection_adapters/postgresql_adapter.rb:44:in `postgresql_connection'
12
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:438:in `new_connection'
13
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `checkout_new_connection'
14
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:422:in `acquire_connection'
15
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:349:in `block in checkout'
16
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/monitor.rb:235:in `mon_synchronize'
17
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:348:in `checkout'
18
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:263:in `block in connection'
19
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/monitor.rb:235:in `mon_synchronize'
20
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:262:in `connection'
21
- activerecord (4.2.11.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:571:in `retrieve_connection'
22
- activerecord (4.2.11.1) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
23
- activerecord (4.2.11.1) lib/active_record/connection_handling.rb:87:in `connection'
24
- activerecord (4.2.11.1) lib/active_record/migration.rb:383:in `connection'
25
- activerecord (4.2.11.1) lib/active_record/migration.rb:370:in `call'
26
- actionpack (4.2.11.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
27
- activesupport (4.2.11.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
28
- activesupport (4.2.11.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
29
- activesupport (4.2.11.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
30
- actionpack (4.2.11.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31
- actionpack (4.2.11.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
32
- actionpack (4.2.11.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
33
- actionpack (4.2.11.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
34
- actionpack (4.2.11.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
35
- railties (4.2.11.1) lib/rails/rack/logger.rb:38:in `call_app'
36
- railties (4.2.11.1) lib/rails/rack/logger.rb:20:in `block in call'
37
- activesupport (4.2.11.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
38
- activesupport (4.2.11.1) lib/active_support/tagged_logging.rb:26:in `tagged'
39
- activesupport (4.2.11.1) lib/active_support/tagged_logging.rb:68:in `tagged'
40
- railties (4.2.11.1) lib/rails/rack/logger.rb:20:in `call'
41
- actionpack (4.2.11.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
42
- rack (1.6.13) lib/rack/methodoverride.rb:22:in `call'
43
- rack (1.6.13) lib/rack/runtime.rb:18:in `call'
44
- activesupport (4.2.11.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
45
- rack (1.6.13) lib/rack/lock.rb:17:in `call'
46
- actionpack (4.2.11.1) lib/action_dispatch/middleware/static.rb:120:in `call'
47
- rack (1.6.13) lib/rack/sendfile.rb:113:in `call'
48
- railties (4.2.11.1) lib/rails/engine.rb:518:in `call'
49
- railties (4.2.11.1) lib/rails/application.rb:165:in `call'
50
- rack (1.6.13) lib/rack/lock.rb:17:in `call'
51
- rack (1.6.13) lib/rack/content_length.rb:15:in `call'
52
- rack (1.6.13) lib/rack/handler/webrick.rb:88:in `service'
53
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
54
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
55
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
56
-
57
-
58
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
59
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
60
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
61
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (182.3ms)
62
-
63
-
64
- Started GET "/" for ::1 at 2020-03-24 17:48:58 -0300
65
- Processing by Rails::WelcomeController#index as HTML
66
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/railties-4.2.11.1/lib/rails/templates/rails/welcome/index.html.erb (2.0ms)
67
- Completed 200 OK in 17ms (Views: 17.1ms | ActiveRecord: 0.0ms)
68
-
69
-
70
- Started GET "/clusters" for ::1 at 2020-03-24 17:51:49 -0300
71
-
72
- ActionController::RoutingError (No route matches [GET] "/clusters"):
73
- actionpack (4.2.11.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
74
- actionpack (4.2.11.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
75
- railties (4.2.11.1) lib/rails/rack/logger.rb:38:in `call_app'
76
- railties (4.2.11.1) lib/rails/rack/logger.rb:20:in `block in call'
77
- activesupport (4.2.11.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
78
- activesupport (4.2.11.1) lib/active_support/tagged_logging.rb:26:in `tagged'
79
- activesupport (4.2.11.1) lib/active_support/tagged_logging.rb:68:in `tagged'
80
- railties (4.2.11.1) lib/rails/rack/logger.rb:20:in `call'
81
- actionpack (4.2.11.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
82
- rack (1.6.13) lib/rack/methodoverride.rb:22:in `call'
83
- rack (1.6.13) lib/rack/runtime.rb:18:in `call'
84
- activesupport (4.2.11.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
85
- rack (1.6.13) lib/rack/lock.rb:17:in `call'
86
- actionpack (4.2.11.1) lib/action_dispatch/middleware/static.rb:120:in `call'
87
- rack (1.6.13) lib/rack/sendfile.rb:113:in `call'
88
- railties (4.2.11.1) lib/rails/engine.rb:518:in `call'
89
- railties (4.2.11.1) lib/rails/application.rb:165:in `call'
90
- rack (1.6.13) lib/rack/lock.rb:17:in `call'
91
- rack (1.6.13) lib/rack/content_length.rb:15:in `call'
92
- rack (1.6.13) lib/rack/handler/webrick.rb:88:in `service'
93
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
94
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
95
- /Users/gino/.rvm/rubies/ruby-2.5.7/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
96
-
97
-
98
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
99
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
100
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
101
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.0ms)
102
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms)
103
- Rendered /Users/gino/.rvm/gems/ruby-2.5.7@llegando/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (210.1ms)
104
- ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
105
- Migrating to AddAuthorIdToBlorghArticles (20200325002402)
106
-  (0.3ms) BEGIN
107
-  (1.0ms) ALTER TABLE "blorgh_articles" ADD "super_cluster_id" integer
108
-  (0.2ms) ROLLBACK
File without changes
@@ -1 +0,0 @@
1
- 86448