casino_core 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "casino_core"
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nils Caspar"]
@@ -13,7 +13,7 @@ module CASinoCore
13
13
 
14
14
  def acquire_proxy_ticket(proxy_granting_ticket, service)
15
15
  proxy_granting_ticket.proxy_tickets.create!({
16
- ticket: random_ticket_string('ST'),
16
+ ticket: random_ticket_string('PT'),
17
17
  service: service,
18
18
  })
19
19
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: casino_core
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nils Caspar
@@ -251,7 +251,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
251
251
  requirements:
252
252
  - - ">="
253
253
  - !ruby/object:Gem::Version
254
- hash: 218008976937004289
254
+ hash: 4554346131120854391
255
255
  segments:
256
256
  - 0
257
257
  version: "0"