activeentity 0.0.1.beta7 → 0.0.1.beta8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e1c2c1130f1a4dc9deb8425b542a4db50aeea8e50d365d5b3d42ef6bf11b8d0
4
- data.tar.gz: 5e8d4e28096dfcc3b0e0589e2c05e56866a1ad7a45f328728cc9ecde81478a37
3
+ metadata.gz: 6ce0a050db0ba21085ec9476f862349da92b01c0802e3a962dfde49c5ed0c31b
4
+ data.tar.gz: 6e20f5c8194cb6d6585eb2beaa7bcec95400f82809c3a4e1f53f51cf48d37824
5
5
  SHA512:
6
- metadata.gz: bd64ddbf122a6f74b5c4ce60ed0e3dc37356133149ebdef59fc9931f42a4e94361acaa4bc6349ac28f2f3f66d55e0d297580d562559b4c92909521abd66db79a
7
- data.tar.gz: 2ec470ad55e02d72c9d81a4e914b092cf73377347891d761f172cc28c1605bdf8263f984a4800cdeeb6282c86094301705805f88ec0482523e879a5406ef05b7
6
+ metadata.gz: 8d0e89cfbae8f01ee7f3e3a57079ebacee88cecd6f7c917c85aba06720c3fe598f42c9b0b26e890473a8fdff43504f8f3498e70a3ceaeab3ed4a3b3bd84a0714
7
+ data.tar.gz: '01961e04841daca0bc5e277be5b89a2446dca169001536021dd1bb86841b1f7e6afa0ebacad7e6963567bcae1e5b9f7ee72191875491183d68f0e60fe9f834ee'
data/README.md CHANGED
@@ -26,7 +26,7 @@ One enhancement is `array: true` that transform the attribute to an array that c
26
26
 
27
27
  ### Nested attributes
28
28
 
29
- Active Entity supports its own variant of nested attributes via the `embeds_one` / `embeds_many` macros. The intention is to be mostly compatible with ActiveRecord's `accepts_nested_attributes` functionality.
29
+ Active Entity supports its own variant of nested attributes via the `embeds_one` / `embeds_many` macros. The intention is to be mostly compatible with ActiveRecord's `accepts_nested_attributes_for` functionality.
30
30
 
31
31
  ```ruby
32
32
  class Holiday < ActiveEntity::Base
@@ -10,7 +10,7 @@ module ActiveEntity
10
10
  MAJOR = 0
11
11
  MINOR = 0
12
12
  TINY = 1
13
- PRE = "beta7"
13
+ PRE = "beta8"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta7
4
+ version: 0.0.1.beta8
5
5
  platform: ruby
6
6
  authors:
7
7
  - jasl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-05 00:00:00.000000000 Z
11
+ date: 2019-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0.beta3
19
+ version: 6.0.0.rc1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '7.0'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 6.0.0.beta3
29
+ version: 6.0.0.rc1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '7.0'
@@ -36,7 +36,7 @@ dependencies:
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 6.0.0.beta3
39
+ version: 6.0.0.rc1
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
42
  version: '7.0'
@@ -46,7 +46,7 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 6.0.0.beta3
49
+ version: 6.0.0.rc1
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: '7.0'