rubypress 1.0.0 → 1.0.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.
- checksums.yaml +8 -8
- data/lib/rubypress/client.rb +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDQxNDlkOTk3NDc0ODY1NzIyZGYzMjhmODUyZDNhNDVkN2M2MWE4Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDA3MzRkYjk0NTY5ZjM4ZTM2MDMzNjRmMTAxZDFiOWUyMTBlNWQ2Zg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTQ5NTg1ZGFlYjBlMTdjYWQ5NTcxODA1NGI4ZDJjYTAzZTkzOTZkMTk0ZmZk
|
|
10
|
+
ZTQxMmVlYjIxZGFjNGUxY2MyOTkxNGY3MWJjMzc2NWEzMzdjNTM3NzFhYWZj
|
|
11
|
+
OTdmMzZhYjU2YzIxZWI0MzdkMzg3MjNkYmRmMDVkY2JjNDUyOTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Njc5ZTI3ZTE4OWU4ZTBlOTQwZjZmNjM1Mjc1MGY3N2MzNmZhYTUzZThmODFk
|
|
14
|
+
ZWVjZmU5MTRmMWZiZDkzZDI3OWRjNTVjZTkwNTQzMWY1ZmFmNjdiNTk4OTVm
|
|
15
|
+
OTJmOTNkMDVhNDA1N2Y3OTZiYWI5MjdiYWU5NTY5ZWE4MzNlZTE=
|
data/lib/rubypress/client.rb
CHANGED
|
@@ -29,7 +29,9 @@ module Rubypress
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
def connection
|
|
32
|
-
|
|
32
|
+
server = XMLRPC::Client.new(self.host, self.path, self.port,nil,nil,nil,nil,self.use_ssl,nil)
|
|
33
|
+
server.http_header_extra = {'accept-encoding' => 'identity'}
|
|
34
|
+
@connection = server
|
|
33
35
|
end
|
|
34
36
|
|
|
35
37
|
def self.default
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubypress
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zach Feldman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Easily push to WordPress installations through the WordPress XML-RPC
|
|
14
14
|
API. This gem exactly mirrors the functionality provided by the WordPress XML-RPC
|
|
@@ -27,7 +27,7 @@ files:
|
|
|
27
27
|
- lib/rubypress/posts.rb
|
|
28
28
|
- lib/rubypress/taxonomies.rb
|
|
29
29
|
- lib/rubypress/users.rb
|
|
30
|
-
homepage: https://github.com/zachfeldman/
|
|
30
|
+
homepage: https://github.com/zachfeldman/rubypress
|
|
31
31
|
licenses: []
|
|
32
32
|
metadata: {}
|
|
33
33
|
post_install_message:
|