casino 3.0.2 → 3.0.3

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.
@@ -0,0 +1,7 @@
1
+ class FixLengthOfTextFields < ActiveRecord::Migration
2
+ def change
3
+ change_column :casino_proxy_tickets, :service, :text, :limit => nil
4
+ change_column :casino_service_tickets, :service, :text, :limit => nil
5
+ change_column :casino_ticket_granting_tickets, :user_agent, :text, :limit => nil
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module CASino
2
- VERSION = '3.0.2'
2
+ VERSION = '3.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casino
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -406,6 +406,7 @@ files:
406
406
  - db/migrate/20131022110246_fix_long_index_names.rb
407
407
  - db/migrate/20131022110346_change_service_to_text.rb
408
408
  - db/migrate/20140821142611_change_user_agent_to_text.rb
409
+ - db/migrate/20140827183611_fix_length_of_text_fields.rb
409
410
  - lib/assets/.gitkeep
410
411
  - lib/casino.rb
411
412
  - lib/casino/authenticator.rb