vworkapp_ruby 0.9 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,10 +19,11 @@ module VWorkApp
19
19
  base_uri "https://api.vworkapp.com/api/2.0"
20
20
  # http_proxy 'localhost', 8888
21
21
 
22
- headers({
23
- "Content-Type" => "text/xml",
24
- "User-Agent" => "Ruby.vWorkApp.API"
25
- })
22
+ headers(
23
+ 'Content-Type' => 'text/xml',
24
+ 'User-Agent' => 'Ruby.vWorkApp.API',
25
+ 'Accept-Encoding' => 'gzip,deflate',
26
+ )
26
27
 
27
28
  # ------------------
28
29
  # Active Model
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "vworkapp_ruby"
3
- s.version = "0.9"
3
+ s.version = "0.9.1"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["vWorkApp Inc.", "Jonathan Hoskin"]
6
6
  s.email = ["info@vworkapp.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vworkapp_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.9'
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-16 00:00:00.000000000 Z
13
+ date: 2013-02-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activemodel