quaff 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. data/lib/call.rb +1 -1
  2. metadata +7 -7
data/lib/call.rb CHANGED
@@ -250,7 +250,7 @@ class Call
250
250
  end
251
251
 
252
252
  def generate_random_tag
253
- SecureRandom::base64
253
+ SecureRandom::hex
254
254
  end
255
255
 
256
256
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quaff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-09 00:00:00.000000000 Z
12
+ date: 2014-03-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facter
@@ -65,14 +65,14 @@ executables: []
65
65
  extensions: []
66
66
  extra_rdoc_files: []
67
67
  files:
68
- - lib/quaff.rb
69
- - lib/sip_parser.rb
70
- - lib/message.rb
71
68
  - lib/utils.rb
72
- - lib/call.rb
73
69
  - lib/endpoint.rb
70
+ - lib/message.rb
71
+ - lib/call.rb
74
72
  - lib/auth.rb
75
73
  - lib/sources.rb
74
+ - lib/sip_parser.rb
75
+ - lib/quaff.rb
76
76
  homepage: http://github.com/rkday/quaff
77
77
  licenses:
78
78
  - GPL3
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 1.8.23
97
+ rubygems_version: 1.8.25
98
98
  signing_key:
99
99
  specification_version: 3
100
100
  summary: Quaff