infopark_component_cache 2.0.0 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c9951c7ea10085ae1cd14375a86ca566f3fcad1
4
- data.tar.gz: adad2fd6542596562b972efd2dd8796f040cec53
3
+ metadata.gz: f2561cd7d70ca3cf1f7b21a07bdb092456118933
4
+ data.tar.gz: 1b4c46f017f400aad1b7526ccbfacce200345dc2
5
5
  SHA512:
6
- metadata.gz: 4ddbcdc5cd1d85e677ddf264e2044b82ad59d899eb9ecc7d6b55310de7ec23922151dfbe1fce2f27afb79d093cc8a1f4f3d9063d69b7c9373244030c097d56c4
7
- data.tar.gz: 95256ba30f389cdb5d4984a67a231f68cd1a79bbb97839bec1250103cb03418b5485cf49c6efcec960fd9e456a458223ae0f2eda694f6ca8de205ad6116c5b1f
6
+ metadata.gz: d1f5995924da3bad924c94b7cbe788d3e6e7008e6feddad7a47752c38cb5e9cf683b53e663afbbb3b59df6aebcde8a3f981b8e71ca36c78e1b1ba0ad71450124
7
+ data.tar.gz: ccb9eff5d683ba9c5a914a6964c7ff852facc6851a28c7ab56230e1278b82dd29768e6c1e573d74202ccc42dce4e52f1cd24facbb45c2786ef2806f6b0cf6a98
@@ -1 +1 @@
1
- 2.1.6
1
+ 2.2.5
data/Gemfile CHANGED
@@ -2,7 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in infopark_component_cache.gemspec
4
4
  gemspec
5
-
6
- gem 'rails', '3.2.21'
7
- gem 'infopark_fiona_connector', '6.9.4'
8
- gem 'infopark_rails_connector', '6.9.4'
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency 'rails', '> 3.0.0'
20
+ gem.add_dependency 'rails', '~> 4.2.6'
21
21
 
22
22
  gem.add_dependency 'infopark_fiona_connector'
23
23
 
@@ -26,7 +26,7 @@ module InfoparkComponentCache
26
26
  else
27
27
  conditions = {}
28
28
  end
29
- CmsStateGuard.obj_root_class.scoped.where(conditions)
29
+ CmsStateGuard.obj_root_class.where(conditions)
30
30
  end
31
31
  end
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module InfoparkComponentCache
2
- VERSION = "2.0.0"
2
+ VERSION = "3.0.0"
3
3
  end
@@ -3,7 +3,6 @@ require File.expand_path('../boot', __FILE__)
3
3
  # Pick the frameworks you want:
4
4
  require "active_record/railtie"
5
5
  require "action_controller/railtie"
6
- require "active_resource/railtie"
7
6
 
8
7
  Bundler.require(*Rails.groups)
9
8
  require "infopark_component_cache"
@@ -13,7 +12,6 @@ module Dummy
13
12
  config.encoding = "utf-8"
14
13
  config.filter_parameters += [:password]
15
14
  config.active_support.escape_html_entities_in_json = true
16
- config.active_record.whitelist_attributes = true
17
15
  end
18
16
  end
19
17
 
@@ -1,37 +1,2 @@
1
1
  Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # In the development environment your application's code is reloaded on
5
- # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the web server when you make code changes.
7
- config.cache_classes = false
8
-
9
- # Log error messages when you accidentally call methods on nil.
10
- config.whiny_nils = true
11
-
12
- # Show full error reports and disable caching
13
- config.consider_all_requests_local = true
14
- config.action_controller.perform_caching = false
15
-
16
- # Don't care if the mailer can't send
17
- config.action_mailer.raise_delivery_errors = false
18
-
19
- # Print deprecation notices to the Rails logger
20
- config.active_support.deprecation = :log
21
-
22
- # Only use best-standards-support built into browsers
23
- config.action_dispatch.best_standards_support = :builtin
24
-
25
- # Raise exception on mass assignment protection for Active Record models
26
- config.active_record.mass_assignment_sanitizer = :strict
27
-
28
- # Log the query plan for queries taking more than this (works
29
- # with SQLite, MySQL, and PostgreSQL)
30
- config.active_record.auto_explain_threshold_in_seconds = 0.5
31
-
32
- # Do not compress assets
33
- config.assets.compress = false
34
-
35
- # Expands the lines which load the assets
36
- config.assets.debug = true
37
2
  end
@@ -1,10 +1,2 @@
1
1
  Dummy::Application.configure do
2
- config.cache_classes = true
3
- config.whiny_nils = true
4
- config.consider_all_requests_local = true
5
- config.action_controller.perform_caching = false
6
- config.action_dispatch.show_exceptions = false
7
- config.action_controller.allow_forgery_protection = false
8
- config.active_record.mass_assignment_sanitizer = :strict
9
- config.active_support.deprecation = :stderr
10
2
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_component_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Przedmojski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2016-05-24 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
- version: 3.0.0
19
+ version: 4.2.6
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
- version: 3.0.0
26
+ version: 4.2.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: infopark_fiona_connector
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.2.3
168
+ rubygems_version: 2.4.5.1
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Fragment caching with automatic dependency resolution and cache invalidation.