casino 3.0.2 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
data/lib/casino/version.rb
CHANGED
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.
|
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
|