desk 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.mkd +7 -38
- data/desk.gemspec +1 -1
- data/lib/desk/version.rb +1 -1
- 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.
|
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
|
-
|
11
|
+
@mtchavez bumped faraday_middleware to 0.9.0
|
29
12
|
|
30
|
-
What's new in 0.
|
13
|
+
What's new in 0.3.2?
|
31
14
|
------------------
|
32
|
-
|
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.
|
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
|
-
|
51
|
-
|
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
|
---------------------------------------------------------------------------------------------------------------------------
|
data/desk.gemspec
CHANGED
@@ -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.
|
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')
|
data/lib/desk/version.rb
CHANGED
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
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-
|
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:
|
196
|
+
hash: 59
|
198
197
|
segments:
|
199
198
|
- 0
|
200
|
-
-
|
199
|
+
- 9
|
201
200
|
- 0
|
202
|
-
version: 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.
|
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
|