desk 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.mkd +7 -38
  2. data/desk.gemspec +1 -1
  3. data/lib/desk/version.rb +1 -1
  4. metadata +8 -10
data/README.mkd CHANGED
@@ -6,49 +6,18 @@ Installation
6
6
  ------------
7
7
  gem install desk
8
8
 
9
- What's new in 0.3.0?
10
- ------------------
11
- Renamed to Desk
12
- Newer faraday, faraday_middleware and hashie
13
-
14
- What's new in 0.2.6?
15
- ------------------
16
- Newer faraday, faraday_middleware and multixml versions
17
-
18
- What's new in 0.2.5?
19
- ------------------
20
- Newer multijson version for Rails 3.1 compatibility
21
-
22
- What's new in 0.2.4?
23
- ------------------
24
- Resolved an issue that was breaking PUT requests.
25
-
26
- What's new in 0.2.3?
9
+ What's new in 0.3.3?
27
10
  ------------------
28
- Removed deep_merge because it conflicts with rails. Handling the merge inside the create_outbound_interaction method only on headers for now, until we need it elsewhere.
11
+ @mtchavez bumped faraday_middleware to 0.9.0
29
12
 
30
- What's new in 0.2.2?
13
+ What's new in 0.3.2?
31
14
  ------------------
32
- Added deep_merge support so that we keep any custom email headers when creating outbound interactions.
33
- Required pony in the gem so you don't have to include it in your app.
15
+ @tstachl added support for groups and max requests
34
16
 
35
- What's new in 0.2.1?
36
- ------------------
37
- Stopped returning only the 'results' array when listing things, because this would cause us to not have access to page numbers, total counts, etc.
38
-
39
- What's new in 0.2.0?
40
- ------------------
41
- Added support for Topics, Articles, and Macros, which is currently all that is available in the Assistly API.
42
-
43
- What's new in 0.1.5?
44
- ------------------
45
- Added the ability to create outbound communications over email
46
-
47
-
48
- What's new in 0.1?
17
+ What's new in 0.3.0?
49
18
  ------------------
50
- This is the first release of the Assistly gem, based on the [Twitter gem](http://github.com/jnunemaker/twitter). Support for most of the [Assistly API](http://dev.desk.com/docs/api) are handled.
51
- There is not yet support for Content or Macros.
19
+ Renamed to Desk
20
+ Newer faraday, faraday_middleware and hashie
52
21
 
53
22
  Help! I'm getting: "Did not recognize your engine specification. Please specify either a symbol or a class. (RuntimeError)"
54
23
  ---------------------------------------------------------------------------------------------------------------------------
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.add_runtime_dependency('json', '~> 1.7') if RUBY_VERSION < '1.9'
15
15
  s.add_runtime_dependency('hashie', '~> 1.2.0')
16
16
  s.add_runtime_dependency('faraday', '~> 0.8.0')
17
- s.add_runtime_dependency('faraday_middleware', '~> 0.8.0')
17
+ s.add_runtime_dependency('faraday_middleware', '~> 0.9.0')
18
18
  s.add_runtime_dependency('jruby-openssl', '~> 0.7.2') if RUBY_PLATFORM == 'java'
19
19
  s.add_runtime_dependency('multi_json', '~> 1.6')
20
20
  s.add_runtime_dependency('multi_xml', '~> 0.5')
@@ -1,4 +1,4 @@
1
1
  module Desk
2
2
  # The version of the gem
3
- VERSION = '0.3.2'.freeze unless defined?(::Desk::VERSION)
3
+ VERSION = '0.3.3'.freeze unless defined?(::Desk::VERSION)
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: desk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 2
10
- version: 0.3.2
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Warren
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-02-25 00:00:00 -08:00
19
- default_executable:
18
+ date: 2013-04-27 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: nokogiri
@@ -194,12 +193,12 @@ dependencies:
194
193
  requirements:
195
194
  - - ~>
196
195
  - !ruby/object:Gem::Version
197
- hash: 63
196
+ hash: 59
198
197
  segments:
199
198
  - 0
200
- - 8
199
+ - 9
201
200
  - 0
202
- version: 0.8.0
201
+ version: 0.9.0
203
202
  type: :runtime
204
203
  version_requirements: *id012
205
204
  - !ruby/object:Gem::Dependency
@@ -366,7 +365,6 @@ files:
366
365
  - spec/fixtures/user.json
367
366
  - spec/fixtures/users.json
368
367
  - spec/helper.rb
369
- has_rdoc: true
370
368
  homepage: https://github.com/zencoder/desk
371
369
  licenses: []
372
370
 
@@ -398,7 +396,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
398
396
  requirements: []
399
397
 
400
398
  rubyforge_project: desk
401
- rubygems_version: 1.4.2
399
+ rubygems_version: 1.8.24
402
400
  signing_key:
403
401
  specification_version: 3
404
402
  summary: Ruby wrapper for the Desk.com API