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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/History.textile +16 -0
  3. data/lib/om/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c2d373dd7d3fef0f2cf3d23de1aea05cc4de921
4
- data.tar.gz: 66b678101c0255b7b9c94e81987f30329eca32d8
3
+ metadata.gz: 7b79d1d1f65ee425169a4ccbf20bf083ce6b7194
4
+ data.tar.gz: 0f4bd140fffda33f93e14bc2a9ddc21da17e186c
5
5
  SHA512:
6
- metadata.gz: 8b074e1d3cd7ff1a25b7257679519a1d9e0913057ab8b0c4182cd90067513c8d01753b3e27e1324d058b92cff6462f4b072d6c481aca067c344368de5cb41290
7
- data.tar.gz: 701ea9a57f9e17410dfe9c50af40ed425df1f35f676d37e292ad625c6b076034f14267859478cfb34569eb162d7ef27b6136b3e6356152a0d187b89ac1e30a65
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
@@ -1,3 +1,3 @@
1
1
  module Om
2
- VERSION = "3.0.0.beta2"
2
+ VERSION = "3.0.0"
3
3
  end
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.beta2
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-20 00:00:00.000000000 Z
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: 1.3.1
298
+ version: '0'
299
299
  requirements: []
300
300
  rubyforge_project:
301
301
  rubygems_version: 2.0.3