rakutenusa-blackbook 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 17
3
2
  :major: 1
4
3
  :minor: 0
4
+ :patch: 18
@@ -59,7 +59,7 @@ class Blackbook::Importer::Csv < Blackbook::Importer::Base
59
59
  columns << :email
60
60
  end
61
61
  end
62
- tags.each{|v| columns << v.strip.to_sym}
62
+ tags.each{|v| columns << v.gsub(/\0/,"").strip.to_sym}
63
63
  columns
64
64
  end
65
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rakutenusa-blackbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rany Keddo
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-06-23 00:00:00 -07:00
13
+ date: 2009-08-18 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -99,6 +99,7 @@ files:
99
99
  - test/web.de_importer_test.rb
100
100
  has_rdoc: true
101
101
  homepage: http://github.com/bcardarella/blackbook
102
+ licenses:
102
103
  post_install_message:
103
104
  rdoc_options:
104
105
  - --inline-source
@@ -120,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
121
  requirements: []
121
122
 
122
123
  rubyforge_project:
123
- rubygems_version: 1.2.0
124
+ rubygems_version: 1.3.5
124
125
  signing_key:
125
126
  specification_version: 2
126
127
  summary: TODO