acts_as_dynamic 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OTdiZTBjNGY0NWMzZjIwZWQzNzZmOTRlYzAwZTQxZjc3NTQ0NDk2Mw==
5
+ data.tar.gz: !binary |-
6
+ NzFjNjg1ODVkODQwMjNlYmQ3ODk5ZDc1MGFkOWIwMmU1NTY0NGE5Mg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NzA5NjM2NzcyMDMwMDQ4MThjMDQxZDI0NGIzYzIzZmE2OTQ4YWZlYzdiZjhm
10
+ ZTRiNmNmMmIwNzYxMzg1MWMzYmFiYWNkZDJlYzNkZWRhZGI0ZDFjZDA1Y2Jl
11
+ NDBkYzM5ZjM3MTA4YzFmNGYzM2U0ODNlMDEzMTVlM2VhZGI5N2I=
12
+ data.tar.gz: !binary |-
13
+ NzAzODJkNTBiNzhkOTk4YmU0MzRlNTJjZTVjMTFkMzQyNDE0MjQyNzY3ZTcw
14
+ MDg5MGFiM2U4MzNhODAzMDAxOTJlZTc3NjhjZTVjNWM4N2Y1M2NiYTQwZTIz
15
+ Zjk0ZGQ1YzM5YWYyNzE4MDU0MTZlMjY1MjBjMGM3OThmZjUwMjI=
@@ -12,6 +12,7 @@ class Class
12
12
  require "active_model"
13
13
  include ActiveModel::Validations
14
14
  include ActiveModel::Serialization
15
+ include ActiveModel::Conversion
15
16
  extend ActiveModel::Naming
16
17
  end
17
18
 
@@ -5,7 +5,7 @@ module ActsAsDynamic
5
5
  module VERSION
6
6
  MAJOR = 0
7
7
  MINOR = 0
8
- TINY = 4
8
+ TINY = 5
9
9
 
10
10
  STRING = [
11
11
  MAJOR,
metadata CHANGED
@@ -1,60 +1,61 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_dynamic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Juan Colacelli
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-04-18 00:00:00.000000000 Z
11
+ date: 2015-03-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: activemodel
16
- requirement: &687350 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *687350
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
25
27
  description: Use dynamic attributes in your classes
26
28
  email: juancolacelli@gmail.com
27
29
  executables: []
28
30
  extensions: []
29
31
  extra_rdoc_files: []
30
32
  files:
33
+ - lib/acts_as_dynamic.rb
31
34
  - lib/acts_as_dynamic/base.rb
32
35
  - lib/acts_as_dynamic/class.rb
33
36
  - lib/acts_as_dynamic/version.rb
34
- - lib/acts_as_dynamic.rb
35
37
  homepage: https://github.com/juancolacelli/acts_as_dynamic
36
38
  licenses:
37
39
  - MIT
40
+ metadata: {}
38
41
  post_install_message:
39
42
  rdoc_options: []
40
43
  require_paths:
41
44
  - lib
42
45
  required_ruby_version: !ruby/object:Gem::Requirement
43
- none: false
44
46
  requirements:
45
47
  - - ! '>='
46
48
  - !ruby/object:Gem::Version
47
49
  version: '0'
48
50
  required_rubygems_version: !ruby/object:Gem::Requirement
49
- none: false
50
51
  requirements:
51
52
  - - ! '>='
52
53
  - !ruby/object:Gem::Version
53
54
  version: '0'
54
55
  requirements: []
55
56
  rubyforge_project:
56
- rubygems_version: 1.8.15
57
+ rubygems_version: 2.4.3
57
58
  signing_key:
58
- specification_version: 3
59
+ specification_version: 4
59
60
  summary: Use dynamic attributes in your classes
60
61
  test_files: []