om 3.0.0.beta2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.textile +16 -0
- data/lib/om/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b79d1d1f65ee425169a4ccbf20bf083ce6b7194
|
4
|
+
data.tar.gz: 0f4bd140fffda33f93e14bc2a9ddc21da17e186c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7042ec3c299b99a8cce474667d3bf88a1a66b2f79c401d78f0b27c57562e2929e1332f3200b35bb12376688ba2f9dfb648cc335449653407aff83f6328233624
|
7
|
+
data.tar.gz: 8b6c21a6e6b5511ababcb568ab9af7e895704dfd643d14f893ebacb2a404d212a7e976ebba86ea5f1445e703e5f17a64f2ffa0d7f1b1bfefaddb7951aedf7bc0
|
data/History.textile
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
h3. 3.0.0 (20 Jun 2013)
|
2
|
+
Return an array instead of a hash Term#update_values
|
3
|
+
When passing an array to Term#update_values, it will overwrite all of
|
4
|
+
the existing values of that term.
|
5
|
+
OM::XML::Document#find_by_terms_and_value should match strings with
|
6
|
+
text() = xpath query, rather than contains().
|
7
|
+
|
8
|
+
h3. 2.2.1 (20 Jun 2013)
|
9
|
+
Revert deprecation of passing Hash values
|
10
|
+
|
11
|
+
h3. 2.2.0 (20 June 2013)
|
12
|
+
Deprecate passing Hash values into DynamicNode#val= or
|
13
|
+
Document#update_attributes. This behavior will be removed in 3.0.0
|
14
|
+
Rails 4 support
|
15
|
+
Pass nil in order to remove a node (instead of blank string)
|
16
|
+
|
1
17
|
h3. 2.1.2 (3 May 2013)
|
2
18
|
Fix missing comma after exception
|
3
19
|
|
data/lib/om/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: om
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Zumwalt
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-06-
|
12
|
+
date: 2013-06-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -293,9 +293,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
293
293
|
version: 1.9.3
|
294
294
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
295
295
|
requirements:
|
296
|
-
- - '
|
296
|
+
- - '>='
|
297
297
|
- !ruby/object:Gem::Version
|
298
|
-
version:
|
298
|
+
version: '0'
|
299
299
|
requirements: []
|
300
300
|
rubyforge_project:
|
301
301
|
rubygems_version: 2.0.3
|