active_module 0.1.0 → 0.1.1

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: f2bfc44bc97bbd3905636170057b010c4e2bd7cdb04bb749dcb0951c4ca7ae21
4
- data.tar.gz: 22bec343c43a708452e724d648c7520dd923459d197c426acf796ca983163965
3
+ metadata.gz: 9edbfffc71c5c515d9422b87959b12c8d7cf6190dec449e44bfc1e4a5539e8f3
4
+ data.tar.gz: 559f4b628d2113afa20230c51987cadc1e4bb605f492be01c11a66e218f8e0dd
5
5
  SHA512:
6
- metadata.gz: 930ab5f0f7998773628a5d63fe58108b2cd9aaa430c0c168b49f08152dd965c06cb12439a83eade0a8ba929782bca3522c2e0a3f6506aa8883439e2e1c84962e
7
- data.tar.gz: 22aa9eb2fd4d4c9a3d74671eee90f22c91aef2eb0f2b6591729fe15cad177c25d8a0a0ed17ac16b14f28f499d3f206bfe87e644115cf3f0384b3000adc7cd630
6
+ metadata.gz: 2b655fff478182b569d0aa54e33e47d6da39366bb73855e062716b3e50ba91ccee0a056aaa77b04d572ea7bcf354f2f3d8973ceb738d63f8fab424e83919a81f
7
+ data.tar.gz: 8543f572e4b76af6af517a001564dfb8f34065216b3777460c0c733e7d35aec80b85d01a457bb373fc97e4223f951a1f5be128e6322397bcbe4cdf80474647ff
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ActiveModule
2
2
 
3
- *"Let's make `Modules` and `Classes` first-class values in active record!"*
3
+ *"Let's turn modules and classes into first-class active record values!"*
4
4
 
5
5
  ActiveModel/ActiveRecord implementation of the Module attribute type.
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveModule
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_module
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Rolo
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: 1.15.0
47
- description: Module type for ActiveModel and Active Record
47
+ description: Let's turn modules and classes into first-class active record values!
48
48
  email:
49
49
  - pedrorolo@gmail.com
50
50
  executables: []
@@ -86,5 +86,5 @@ requirements: []
86
86
  rubygems_version: 3.5.7
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: Module type for ActiveModel and Active Record
89
+ summary: ActiveModel/ActiveRecord module attribute type implementation
90
90
  test_files: []