planet_express 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ### 0.1.1 Typo with the new SAVE_COLUMNS feature.
5
+
4
6
  ### 0.1.0
5
7
  - Including `<SAVE_COLUMNS>` inside the XML request.
6
8
 
@@ -41,7 +41,7 @@ module PlanetExpress
41
41
  private
42
42
 
43
43
  def build_request
44
- fields_xml = columns = ''
44
+ fields_xml = personalization_names = ''
45
45
 
46
46
  @personalizations.each_pair do |name, value|
47
47
  fields_xml +=
@@ -1,3 +1,3 @@
1
1
  module PlanetExpress
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: planet_express
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: