clj 0.0.8.1 → 0.0.8.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.
Files changed (2) hide show
  1. data/lib/clj/types.rb +7 -1
  2. metadata +6 -6
@@ -75,7 +75,7 @@ module Clojure
75
75
  include Clojure::Metadata
76
76
 
77
77
  def to_clj (options = {})
78
- metadata_to_clj(options) + '#{' + uniq.map { |o| o.to_clj(options) }.join(' ') + '}'
78
+ metadata_to_clj(options) + '#{' + map { |o| o.to_clj(options) }.join(' ') + '}'
79
79
  end
80
80
  end
81
81
 
@@ -211,6 +211,12 @@ class Array
211
211
  end
212
212
  end
213
213
 
214
+ class Set
215
+ def to_clj (options = {})
216
+ Clojure::Set.new(self).to_clj(options)
217
+ end
218
+ end
219
+
214
220
  class Hash
215
221
  def to_clj (options = {})
216
222
  to_map.to_clj(options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.1
4
+ version: 0.0.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-06 00:00:00.000000000 Z
12
+ date: 2012-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &15399540 !ruby/object:Gem::Requirement
16
+ requirement: &9535360 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *15399540
24
+ version_requirements: *9535360
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &15396420 !ruby/object:Gem::Requirement
27
+ requirement: &9534160 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *15396420
35
+ version_requirements: *9534160
36
36
  description:
37
37
  email: meh@paranoici.org
38
38
  executables: []