riq 1.0.1 → 1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Brownman
@@ -44,7 +44,31 @@ email:
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
- files: []
47
+ files:
48
+ - ".gitignore"
49
+ - ".yardopts"
50
+ - Gemfile
51
+ - LICENSE.txt
52
+ - README.md
53
+ - lib/riq.rb
54
+ - lib/riq/account.rb
55
+ - lib/riq/batch_manager.rb
56
+ - lib/riq/client.rb
57
+ - lib/riq/contact.rb
58
+ - lib/riq/error.rb
59
+ - lib/riq/event.rb
60
+ - lib/riq/list.rb
61
+ - lib/riq/list_item.rb
62
+ - lib/riq/list_item_manager.rb
63
+ - lib/riq/riq_obj.rb
64
+ - lib/riq/user.rb
65
+ - riq.gemspec
66
+ - test/test.rb
67
+ - test/test_account.rb
68
+ - test/test_batch_manager.rb
69
+ - test/test_contact.rb
70
+ - test/test_event.rb
71
+ - test/test_list_item.rb
48
72
  homepage: https://github.com/relateiq/ruby-sdk
49
73
  licenses:
50
74
  - MIT
@@ -69,5 +93,11 @@ rubygems_version: 2.2.2
69
93
  signing_key:
70
94
  specification_version: 4
71
95
  summary: Ruby RIQ API client
72
- test_files: []
96
+ test_files:
97
+ - test/test.rb
98
+ - test/test_account.rb
99
+ - test/test_batch_manager.rb
100
+ - test/test_contact.rb
101
+ - test/test_event.rb
102
+ - test/test_list_item.rb
73
103
  has_rdoc: