rom-repository 2.0.0.beta1 → 2.0.0.beta2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 748ea9ec748c486d611e4ac107cf338362a76b51
4
- data.tar.gz: 111dd4763fbe363d22e4fe0179e52c3a0d343531
3
+ metadata.gz: 91b3212a6767f8602417814f878edf85e667d807
4
+ data.tar.gz: 645fa26dbeda94c6bdde119fa544958328081c5c
5
5
  SHA512:
6
- metadata.gz: 4027a4c8fd3cacfb40a6f0ffe99bae2d88b0e98cd3a8993ef83b6a07e2fac9510e528578b71a1abb673dea61e9dd93b832406a002d7b80e457d1abfc66174549
7
- data.tar.gz: 5f45222483b70724de8837fa0e2d3cb87737f5acf6944fbccd3c26fc110dd2b5c9d52a76082902a29d3d96a17a8053c131af62214bcb56412ddb74662843871d
6
+ metadata.gz: 2d387556fdc36b6189fb34e166c25185f2c04cc4dd9bcc652cb9a28aec2b8fd6f55553660baa38a499f935d2d0540aa63cfb6e98f0db570b693e735c1c06f797
7
+ data.tar.gz: cddc509287f03cfd7a586c88610cd77352770579cc633aa8a754d1d1a22dae30b6072ef7a5d7c2b17c15b459e90fb006192209f9c0d907b389a4b2cf451e089f
@@ -45,7 +45,7 @@ module ROM
45
45
  defines :root
46
46
 
47
47
  # @!attribute [r] root
48
- # @return [RelationProxy] The root relation
48
+ # @return [Relation] The root relation
49
49
  attr_reader :root
50
50
 
51
51
  # Sets descendant root relation
@@ -91,9 +91,9 @@ module ROM
91
91
  #
92
92
  # @param options [Hash] An option hash
93
93
  #
94
- # @see RelationProxy::Combine#combine_children
94
+ # @see Relation::Combine#combine_children
95
95
  #
96
- # @return [RelationProxy]
96
+ # @return [Relation]
97
97
  #
98
98
  # @api public
99
99
  def aggregate(*args)
@@ -1,5 +1,5 @@
1
1
  module ROM
2
2
  class Repository
3
- VERSION = '2.0.0.beta1'.freeze
3
+ VERSION = '2.0.0.beta2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rom-repository
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta1
4
+ version: 2.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-30 00:00:00.000000000 Z
11
+ date: 2017-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rom-mapper