desk 0.3.0 → 0.3.1
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.
- data/desk.gemspec +1 -6
- data/lib/desk/version.rb +1 -1
- metadata +7 -12
data/desk.gemspec
CHANGED
|
@@ -17,18 +17,13 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
s.add_runtime_dependency('faraday', '~> 0.8.0')
|
|
18
18
|
s.add_runtime_dependency('faraday_middleware', '~> 0.8.0')
|
|
19
19
|
s.add_runtime_dependency('jruby-openssl', '~> 0.7.2') if RUBY_PLATFORM == 'java'
|
|
20
|
-
s.add_runtime_dependency('multi_json', '~> 1.
|
|
20
|
+
s.add_runtime_dependency('multi_json', '~> 1.3')
|
|
21
21
|
s.add_runtime_dependency('multi_xml', '~> 0.4.0')
|
|
22
22
|
s.add_runtime_dependency('rash', '~> 0.3.1')
|
|
23
23
|
s.add_runtime_dependency('simple_oauth', '~> 0.1.4')
|
|
24
24
|
s.add_runtime_dependency('pony', '~> 1.1')
|
|
25
25
|
s.authors = ["Chris Warren"]
|
|
26
26
|
s.description = %q{A Ruby wrapper for the Desk.com REST API}
|
|
27
|
-
s.post_install_message =<<eos
|
|
28
|
-
********************************************************************************
|
|
29
|
-
Ruby wrapper for the Desk.com API.
|
|
30
|
-
********************************************************************************
|
|
31
|
-
eos
|
|
32
27
|
s.email = ['chris@zencoder.com']
|
|
33
28
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
34
29
|
s.files = `git ls-files`.split("\n")
|
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: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chris Warren
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-07-
|
|
18
|
+
date: 2012-07-22 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: nokogiri
|
|
@@ -224,12 +224,11 @@ dependencies:
|
|
|
224
224
|
requirements:
|
|
225
225
|
- - ~>
|
|
226
226
|
- !ruby/object:Gem::Version
|
|
227
|
-
hash:
|
|
227
|
+
hash: 9
|
|
228
228
|
segments:
|
|
229
229
|
- 1
|
|
230
|
-
- 0
|
|
231
230
|
- 3
|
|
232
|
-
version: 1.
|
|
231
|
+
version: "1.3"
|
|
233
232
|
type: :runtime
|
|
234
233
|
version_requirements: *id014
|
|
235
234
|
- !ruby/object:Gem::Dependency
|
|
@@ -381,11 +380,7 @@ files:
|
|
|
381
380
|
homepage: https://github.com/zencoder/desk
|
|
382
381
|
licenses: []
|
|
383
382
|
|
|
384
|
-
post_install_message:
|
|
385
|
-
********************************************************************************
|
|
386
|
-
Ruby wrapper for the Desk.com API.
|
|
387
|
-
********************************************************************************
|
|
388
|
-
|
|
383
|
+
post_install_message:
|
|
389
384
|
rdoc_options: []
|
|
390
385
|
|
|
391
386
|
require_paths:
|