attio-ruby 0.1.0 → 0.1.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.
data/lib/attio.rb CHANGED
@@ -11,6 +11,7 @@ require_relative "attio/resources/object"
11
11
  require_relative "attio/resources/typed_record"
12
12
  require_relative "attio/resources/person"
13
13
  require_relative "attio/resources/company"
14
+ require_relative "attio/resources/deal"
14
15
  require_relative "attio/resources/attribute"
15
16
  require_relative "attio/resources/list"
16
17
  require_relative "attio/resources/webhook"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attio-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Beene
@@ -337,7 +337,9 @@ files:
337
337
  - Rakefile
338
338
  - attio-ruby.gemspec
339
339
  - docs/CODECOV_SETUP.md
340
+ - examples/app_specific_typed_record.md
340
341
  - examples/basic_usage.rb
342
+ - examples/deals.rb
341
343
  - examples/oauth_flow.rb
342
344
  - examples/oauth_flow_README.md
343
345
  - examples/typed_records_example.rb
@@ -354,6 +356,7 @@ files:
354
356
  - lib/attio/resources/attribute.rb
355
357
  - lib/attio/resources/comment.rb
356
358
  - lib/attio/resources/company.rb
359
+ - lib/attio/resources/deal.rb
357
360
  - lib/attio/resources/entry.rb
358
361
  - lib/attio/resources/list.rb
359
362
  - lib/attio/resources/meta.rb