edn 0.9.3 → 0.9.4
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 +4 -0
- data/README.md +2 -14
- data/lib/edn/core_ext.rb +1 -0
- data/lib/edn/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -4,19 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
**edn-ruby** is a Ruby library to read and write [edn][edn] (extensible data notation), a subset of Clojure used for transferring data between applications, much like JSON, YAML, or XML.
|
|
6
6
|
|
|
7
|
-
## Metadata
|
|
8
|
-
|
|
9
|
-
tags and metadata do not work together
|
|
10
|
-
|
|
11
|
-
metadata keys can be symbols, keywords, or strings
|
|
12
|
-
|
|
13
|
-
only collections and symbols can have metadata
|
|
14
|
-
|
|
15
|
-
^foo => ^{:tag foo}
|
|
16
|
-
^:foo => ^{:foo true}
|
|
17
|
-
These do stack.
|
|
18
|
-
|
|
19
|
-
|
|
20
7
|
## Installation
|
|
21
8
|
|
|
22
9
|
Add this line to your application's Gemfile:
|
|
@@ -129,7 +116,8 @@ This method calls `.to_edn` on the second argument and joins the arguments appro
|
|
|
129
116
|
|
|
130
117
|
## Contributors
|
|
131
118
|
|
|
132
|
-
* Clinton N. Dreisbach
|
|
119
|
+
* Clinton N. Dreisbach (@crnixon)
|
|
120
|
+
* Gabriel Horner (@cldwalker)
|
|
133
121
|
|
|
134
122
|
## Contributing
|
|
135
123
|
|
data/lib/edn/core_ext.rb
CHANGED
data/lib/edn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: edn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: parslet
|
|
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
version: '0'
|
|
120
120
|
segments:
|
|
121
121
|
- 0
|
|
122
|
-
hash:
|
|
122
|
+
hash: 3816899269916079900
|
|
123
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
none: false
|
|
125
125
|
requirements:
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
segments:
|
|
130
130
|
- 0
|
|
131
|
-
hash:
|
|
131
|
+
hash: 3816899269916079900
|
|
132
132
|
requirements: []
|
|
133
133
|
rubyforge_project:
|
|
134
134
|
rubygems_version: 1.8.23
|