stem 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/stem/tag.rb +1 -1
  2. metadata +4 -4
@@ -16,7 +16,7 @@ module Stem
16
16
  def tag_opts(tags)
17
17
  if tags.is_a? Hash
18
18
  { "Tag.#.Key" => tags.keys.map(&:to_s),
19
- "Tag.#.Value" => tags.values }
19
+ "Tag.#.Value" => tags.values.map(&:to_s) }
20
20
  elsif tags.is_a? Array
21
21
  {
22
22
  "Tag.#.Key" => tags.map(&:to_s),
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Peter van Hardenberg
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-09 00:00:00 -07:00
19
+ date: 2010-12-12 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency