spice 1.0.1 → 1.0.2

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.
@@ -1,3 +1,11 @@
1
+ # Release Notes - Spice - Version 1.0.2
2
+
3
+ * Fixed issue with bad variable when checking the format of a client key.
4
+
5
+ # Release Notes - Spice - Version 1.0.1
6
+
7
+ * Fixed an incompatibility with JRuby and Yajl by switching to MultiJson.
8
+
1
9
  # Release Notes - Spice - Version 1.0.0
2
10
 
3
11
  * Note: this version of Spice is a major version bump, which means it is *not* backwards-compatible with previous versions.
@@ -44,7 +44,7 @@ module Spice
44
44
  end_rsa = "-----END RSA PRIVATE KEY-----"
45
45
 
46
46
  unless (raw_key =~ /\A#{begin_rsa}$/) && (raw_key =~ /^#{end_rsa}\Z/)
47
- msg = "The file #{key_file} is not a properly formatted private key.\n"
47
+ msg = "The file #{key_file_path} is not a properly formatted private key.\n"
48
48
  msg << "It must contain '#{begin_rsa}' and '#{end_rsa}'"
49
49
  raise ArgumentError, msg
50
50
  end
@@ -1,3 +1,3 @@
1
1
  module Spice
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: