planet_express 0.1.1 → 0.1.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.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ### 0.1.2 Other typo with 0.1.1.
4
5
  ### 0.1.1 Typo with the new SAVE_COLUMNS feature.
5
6
 
6
7
  ### 0.1.0
@@ -67,7 +67,7 @@ module PlanetExpress
67
67
  save_columns_xml =
68
68
  " <SAVE_COLUMNS>\n" +
69
69
  "#{personalization_names}" +
70
- " </SAVE_COLUMNS>\n" +
70
+ " </SAVE_COLUMNS>\n"
71
71
 
72
72
  @request =
73
73
  "<?xml version='1.0' encoding='UTF-8' standalone='yes'?>\n" +
@@ -1,3 +1,3 @@
1
1
  module PlanetExpress
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: