contactually-api 0.0.7 → 0.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fbd568f84f185d43c65db4620bb4769007ce5d0
4
- data.tar.gz: 69bf0347f6016fd4e52aaaed384ad3f071940040
3
+ metadata.gz: 4b56f91ff06ccb2bccd1cc8ac61b33165e8e4f21
4
+ data.tar.gz: 0f103dbf74b5df0918e7bfb776d32f9ae9ea74e1
5
5
  SHA512:
6
- metadata.gz: ee32c68f6da74fd6c8bfe82cf292ba056347c2f36356804c36ea69678063a399b29f12b82dd536c9b834a6a07d2569ae4e55fa4dd59113f9b46aee61e04546e9
7
- data.tar.gz: fb3751429768b327bdfb36df809df1acd1b9fe5e36e6de5dfc76facbc855c0e5229e05ae9980617b4c76a83e9a06d864d0cc07eafd85f6f6e0fd2b44b8d1ff6c
6
+ metadata.gz: 15afb21e419d3d5269bccd9830db3a01ddb74935dbebce96d5d68090561f81bf8dd790c883da866fc17fe711170a1c585285d729557eee6365bc832e6099ddc3
7
+ data.tar.gz: d7d48d110c6530a1fda0e23a9e6d56875f2c219370372bd64346ad76e6b6ef13621ee0aa826bf0be70a9cdbf99b0acb5576f118f3c92fb7ed73832f6a1a1b8f4
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class AccountRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :id
9
9
  property :username
10
10
  property :remote_id
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class ContactRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :id
9
9
  property :user_id
10
10
  property :first_name
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class ContentRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :id
9
9
  property :user_id
10
10
  property :url
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class GroupingRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :id
9
9
  property :type
10
10
  property :name
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class GroupingStatisticRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :messages_sent
9
9
  property :messages_received
10
10
  property :status
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class NoteRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :id
9
9
  property :body
10
10
  property :contact_id
@@ -4,7 +4,7 @@ module Contactually
4
4
 
5
5
  module Representer
6
6
  class TaskRepresenter < Roar::Decorator
7
- include Roar::Representer::JSON
7
+ include Roar::JSON
8
8
  property :id
9
9
  property :title
10
10
  property :due_date
@@ -1,3 +1,3 @@
1
1
  module Contactually
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -3,7 +3,7 @@ require 'active_support/inflector'
3
3
  require 'faraday'
4
4
  require 'json'
5
5
  require 'roar/decorator'
6
- require 'roar/representer/json'
6
+ require 'roar/json'
7
7
 
8
8
  require 'contactually/version'
9
9
  require 'contactually/errors'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contactually-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Heck
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-21 00:00:00.000000000 Z
11
+ date: 2015-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0.12'
47
+ version: '1.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0.12'
54
+ version: '1.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pry-byebug
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.2.2
171
+ rubygems_version: 2.4.5
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: A wrapper for the contactually.com api