frikandel 2.2.0 → 2.2.1

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: 9b482779b62ba9385e517c2ca292f171c2420cf3
4
- data.tar.gz: 9201f44fbbf1310bfdd3d92ae00ba24647481ea6
3
+ metadata.gz: a9b330acba4dbfbd379f36a1cd1ef2e06cafcbe2
4
+ data.tar.gz: cc00602194acab25c63a15e042a13887cb7347b5
5
5
  SHA512:
6
- metadata.gz: 53963f5b2b74abe4aed3137a203fc7b267635ff419b4ec43c48aa54c2fcf75bfd76619bb1e68cbf13b51babd4858bdfe3f4dee892e85cc80ef68cab052edfae4
7
- data.tar.gz: 9dce96d7ab8fd9f7a5ac986109ebdc36d911f657ef0ba11f3ae2afe6c9c33987b9083e212a6e19a7b772ce749f7d9e55a0b30793a0d60bd9ad028aa9ea5868d6
6
+ metadata.gz: d1bce240e8837ec611237a8a58154b32c76bd556d2c0e1d3a10f05266614f5c5de01749189cd2d845cb5e97a8b9f4efc68f2be05798c1b84eec92815ec0d23f3
7
+ data.tar.gz: 1173b129454e11e858186a7e10fa43b45d3e10c516fe71d73487aead6ce5a7db602481fab016f7ff0953bd866f00792085bc6b20f4cc7179d99eef409b640226
@@ -13,9 +13,11 @@ gemfile:
13
13
  - Gemfile.rails-4.1.x
14
14
  - Gemfile.rails-4.2.x
15
15
  - Gemfile.rails-5.0.x
16
+ - Gemfile.rails-5.1.x
16
17
  - Gemfile.rails-head
17
18
  before_install:
18
- - gem install bundler
19
+ - gem update --system
20
+ - gem install bundler --pre
19
21
  matrix:
20
22
  allow_failures:
21
23
  - rvm: ruby-head
@@ -33,3 +35,11 @@ matrix:
33
35
  gemfile: Gemfile.rails-5.0.x
34
36
  - rvm: "jruby-19mode"
35
37
  gemfile: Gemfile.rails-5.0.x
38
+ - rvm: "1.9.3"
39
+ gemfile: Gemfile.rails-5.1.x
40
+ - rvm: "2.0.0"
41
+ gemfile: Gemfile.rails-5.1.x
42
+ - rvm: "2.1.9"
43
+ gemfile: Gemfile.rails-5.1.x
44
+ - rvm: "jruby-19mode"
45
+ gemfile: Gemfile.rails-5.1.x
@@ -0,0 +1,6 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in frikandel.gemspec
4
+ gemspec
5
+
6
+ gem 'rails', '~> 5.1.0'
data/README.md CHANGED
@@ -105,6 +105,7 @@ To run the test suite with different rails version by selecting the correspondin
105
105
  $ export BUNDLE_GEMFILE=Gemfile.rails-4.1.x && bundle update && bundle exec rake spec
106
106
  $ export BUNDLE_GEMFILE=Gemfile.rails-4.2.x && bundle update && bundle exec rake spec
107
107
  $ export BUNDLE_GEMFILE=Gemfile.rails-5.0.x && bundle update && bundle exec rake spec
108
+ $ export BUNDLE_GEMFILE=Gemfile.rails-5.1.x && bundle update && bundle exec rake spec
108
109
 
109
110
  ## Contributing
110
111
  1. Fork it
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_development_dependency "pry"
32
32
  spec.add_development_dependency "test-unit"
33
33
 
34
- spec.add_dependency "rails", [">= 3.2.0", "< 5.1"]
34
+ spec.add_dependency "rails", [">= 3.2.0", "< 5.2"]
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module Frikandel
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frikandel
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taktsoft
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-20 00:00:00.000000000 Z
11
+ date: 2017-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -123,7 +123,7 @@ dependencies:
123
123
  version: 3.2.0
124
124
  - - "<"
125
125
  - !ruby/object:Gem::Version
126
- version: '5.1'
126
+ version: '5.2'
127
127
  type: :runtime
128
128
  prerelease: false
129
129
  version_requirements: !ruby/object:Gem::Requirement
@@ -133,7 +133,7 @@ dependencies:
133
133
  version: 3.2.0
134
134
  - - "<"
135
135
  - !ruby/object:Gem::Version
136
- version: '5.1'
136
+ version: '5.2'
137
137
  description: This gem adds a ttl to the session cookie of your application.
138
138
  email:
139
139
  - developers@taktsoft.com
@@ -150,6 +150,7 @@ files:
150
150
  - Gemfile.rails-4.1.x
151
151
  - Gemfile.rails-4.2.x
152
152
  - Gemfile.rails-5.0.x
153
+ - Gemfile.rails-5.1.x
153
154
  - Gemfile.rails-head
154
155
  - Guardfile
155
156
  - LICENSE.txt
@@ -228,48 +229,48 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
229
  version: 1.3.6
229
230
  requirements: []
230
231
  rubyforge_project:
231
- rubygems_version: 2.4.8
232
+ rubygems_version: 2.5.1
232
233
  signing_key:
233
234
  specification_version: 4
234
235
  summary: This gem adds a ttl to the session cookie of your application.
235
236
  test_files:
237
+ - spec/spec_helper.rb
236
238
  - spec/lib/frikandel/configuration_spec.rb
237
- - spec/dummy/app/helpers/application_helper.rb
239
+ - spec/rails_helper.rb
240
+ - spec/dummy/config.ru
241
+ - spec/dummy/README.rdoc
242
+ - spec/dummy/Rakefile
243
+ - spec/dummy/app/assets/javascripts/application.js
244
+ - spec/dummy/app/assets/stylesheets/application.css
238
245
  - spec/dummy/app/views/layouts/application.html.erb
239
246
  - spec/dummy/app/controllers/application_controller.rb
240
- - spec/dummy/app/assets/stylesheets/application.css
241
- - spec/dummy/app/assets/javascripts/application.js
247
+ - spec/dummy/app/helpers/application_helper.rb
242
248
  - spec/dummy/log/test.log
243
- - spec/dummy/public/422.html
244
- - spec/dummy/public/favicon.ico
249
+ - spec/dummy/bin/rake
250
+ - spec/dummy/bin/bundle
251
+ - spec/dummy/bin/rails
245
252
  - spec/dummy/public/404.html
253
+ - spec/dummy/public/favicon.ico
254
+ - spec/dummy/public/422.html
246
255
  - spec/dummy/public/500.html
247
- - spec/dummy/README.rdoc
256
+ - spec/dummy/config/boot.rb
257
+ - spec/dummy/config/application.rb
248
258
  - spec/dummy/config/environment.rb
249
259
  - spec/dummy/config/routes.rb
250
- - spec/dummy/config/initializers/inflections.rb
251
- - spec/dummy/config/initializers/backtrace_silencers.rb
252
- - spec/dummy/config/initializers/wrap_parameters.rb
253
260
  - spec/dummy/config/initializers/session_store.rb
254
261
  - spec/dummy/config/initializers/secret_token.rb
255
262
  - spec/dummy/config/initializers/filter_parameter_logging.rb
263
+ - spec/dummy/config/initializers/inflections.rb
264
+ - spec/dummy/config/initializers/wrap_parameters.rb
256
265
  - spec/dummy/config/initializers/mime_types.rb
266
+ - spec/dummy/config/initializers/backtrace_silencers.rb
267
+ - spec/dummy/config/environments/development.rb
257
268
  - spec/dummy/config/environments/production.rb
258
269
  - spec/dummy/config/environments/test.rb
259
- - spec/dummy/config/environments/development.rb
260
- - spec/dummy/config/locales/en.yml
261
- - spec/dummy/config/application.rb
262
- - spec/dummy/config/boot.rb
263
270
  - spec/dummy/config/database.yml
264
- - spec/dummy/config.ru
265
- - spec/dummy/bin/rails
266
- - spec/dummy/bin/rake
267
- - spec/dummy/bin/bundle
268
- - spec/dummy/Rakefile
269
- - spec/spec_helper.rb
270
- - spec/rails_helper.rb
271
- - spec/support/application_controller.rb
271
+ - spec/dummy/config/locales/en.yml
272
+ - spec/controllers/limit_session_lifetime_controller_spec.rb
272
273
  - spec/controllers/bind_session_to_ip_address_controller_spec.rb
273
274
  - spec/controllers/customized_on_invalid_session_controller_spec.rb
274
275
  - spec/controllers/combined_controller_spec.rb
275
- - spec/controllers/limit_session_lifetime_controller_spec.rb
276
+ - spec/support/application_controller.rb