betty_resource 0.0.18 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/betty_resource/api.rb +2 -2
- data/lib/betty_resource/model/record.rb +1 -1
- data/lib/betty_resource/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34af2db820a4d744349eeab06a7fed5d41d689a9
|
4
|
+
data.tar.gz: fb6a01d32b6d0556c8351a3e5aabf7ae03ff187a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70930ec3e4f071bee9288d98194ecb0f6e71e9907fc9a5478dda072ea70c1286f60a0c2a36b7dee465ea41ebc3e7346d616e38dad153af1183ef79cb3cff7137
|
7
|
+
data.tar.gz: e360de6175c4136c092e748ee523374ca8eebcddce4337cf17bebd21a88a26f687e811926ba3aa61bbe9a34990e3dffee1919363e0f6e4a277db0f3d02260efd
|
data/lib/betty_resource/api.rb
CHANGED
@@ -3,10 +3,10 @@ module BettyResource
|
|
3
3
|
include HTTParty
|
4
4
|
|
5
5
|
base_uri "#{BettyResource.config.host}/api"
|
6
|
-
|
6
|
+
|
7
7
|
basic_auth BettyResource.config.user, BettyResource.config.password
|
8
8
|
query_string_normalizer proc { |query|
|
9
|
-
query.
|
9
|
+
query.to_query
|
10
10
|
}
|
11
11
|
end
|
12
12
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betty_resource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chiel Wester
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2016-01-26 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: httparty
|
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
155
|
rubyforge_project:
|
156
|
-
rubygems_version: 2.
|
156
|
+
rubygems_version: 2.5.1
|
157
157
|
signing_key:
|
158
158
|
specification_version: 4
|
159
159
|
summary: Map Betty5 application resources to Ruby objects
|