the86-client 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ module The86::Client
3
3
 
4
4
  attribute :id, Integer
5
5
  attribute :content, String
6
+ attribute :content_html, String
6
7
  attribute :in_reply_to_id, Integer
7
8
  attribute :created_at, DateTime
8
9
  attribute :updated_at, DateTime
@@ -1,5 +1,5 @@
1
1
  module The86
2
2
  module Client
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the86-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2012-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -258,3 +258,4 @@ test_files:
258
258
  - spec/support/webmock.rb
259
259
  - spec/user_spec.rb
260
260
  - spec/users_spec.rb
261
+ has_rdoc: