attr_object 0.0.1 → 0.0.2

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.
@@ -0,0 +1,2 @@
1
+ class PhoneAttr
2
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_object
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dsimard
@@ -98,6 +98,7 @@ files:
98
98
  - test/dummy/public/favicon.ico
99
99
  - test/dummy/test/fixtures/users.yml
100
100
  - test/dummy/test/models/user_test.rb
101
+ - test/dummy/tmp/generators/app/attr_objects/phone_attr.rb
101
102
  - test/test_helper.rb
102
103
  - test/value_object_test.rb
103
104
  homepage: https://github.com/dsimard/attr_object
@@ -135,6 +136,7 @@ test_files:
135
136
  - test/dummy/app/attr_objects/position_value.rb
136
137
  - test/dummy/app/assets/stylesheets/application.css
137
138
  - test/dummy/app/assets/javascripts/application.js
139
+ - test/dummy/tmp/generators/app/attr_objects/phone_attr.rb
138
140
  - test/dummy/README.rdoc
139
141
  - test/dummy/public/500.html
140
142
  - test/dummy/public/422.html