shout-mouth-communicator 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.rvmrc CHANGED
@@ -1 +1 @@
1
- rvm --create ruby-1.9.2@shout_mouth_communicator
1
+ rvm --create ruby-1.9.2@shout-mouth-communicator
data/README.rdoc CHANGED
@@ -3,10 +3,12 @@
3
3
 
4
4
  ===Shout Mouth Communicator
5
5
  require 'shout-mouth-communicator'
6
+
7
+ #ShoutMouthCommunicator.new(host, path, port, blogid, username, password)
6
8
 
7
- @shout_mouth_client = ShoutMouthCommunicator.new("http://0.0.0.0:4000/xmlrpc.php", "1", "correct", "password")
8
- @shout_mouth_client.authorized?
9
- #check out all the possible calls
10
- @shout_mouth_client.methods
9
+ @shout_mouth_client = ShoutMouthCommunicator.new("0.0.0.0", "/xmlrpc.php", "4000", "1", "correct", "password")
10
+ @shout_mouth_client.authorized?
11
+ #check out all the possible calls
12
+ @shout_mouth_client.methods
11
13
 
12
- Now all somebody needs to to is start building cool clients for shout mouth. Hint Hint!
14
+ Now all somebody needs to to is start building cool clients for shout mouth. Hint Hint!
@@ -1,7 +1,7 @@
1
1
  module Shout
2
2
  module Mouth
3
3
  module Communicator
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["dan@dotnetguy.co.uk"]
11
11
  s.homepage = "https://github.com/dotnetguyuk/shout-mouth-communicator"
12
12
  s.summary = %q{Shout Mouth Blog Engine API Wrapper}
13
- s.description = %q{An xmlrpc client that allows administration of the Shout Mouth blog engine"}
13
+ s.description = %q{An xmlrpc client that allows administration of the Shout Mouth blog engine}
14
14
 
15
15
  s.rubyforge_project = "shout-mouth-communicator"
16
16
 
metadata CHANGED
@@ -1,61 +1,56 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: shout-mouth-communicator
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.1
4
5
  prerelease:
5
- version: 1.1.0
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Dan Watson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-05-26 00:00:00 +01:00
14
- default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
12
+ date: 2011-08-26 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
17
15
  name: rapuncel
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &70194229307120 !ruby/object:Gem::Requirement
20
17
  none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
25
22
  type: :runtime
26
- version_requirements: *id001
27
- - !ruby/object:Gem::Dependency
28
- name: thin
29
23
  prerelease: false
30
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: *70194229307120
25
+ - !ruby/object:Gem::Dependency
26
+ name: thin
27
+ requirement: &70194229306700 !ruby/object:Gem::Requirement
31
28
  none: false
32
- requirements:
33
- - - ">="
34
- - !ruby/object:Gem::Version
35
- version: "0"
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
36
33
  type: :development
37
- version_requirements: *id002
38
- - !ruby/object:Gem::Dependency
39
- name: rspec
40
34
  prerelease: false
41
- requirement: &id003 !ruby/object:Gem::Requirement
35
+ version_requirements: *70194229306700
36
+ - !ruby/object:Gem::Dependency
37
+ name: rspec
38
+ requirement: &70194229306280 !ruby/object:Gem::Requirement
42
39
  none: false
43
- requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: "0"
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
47
44
  type: :development
48
- version_requirements: *id003
49
- description: An xmlrpc client that allows administration of the Shout Mouth blog engine"
50
- email:
45
+ prerelease: false
46
+ version_requirements: *70194229306280
47
+ description: An xmlrpc client that allows administration of the Shout Mouth blog engine
48
+ email:
51
49
  - dan@dotnetguy.co.uk
52
50
  executables: []
53
-
54
51
  extensions: []
55
-
56
52
  extra_rdoc_files: []
57
-
58
- files:
53
+ files:
59
54
  - .gitignore
60
55
  - .rvmrc
61
56
  - Gemfile
@@ -100,35 +95,31 @@ files:
100
95
  - specs/fakes/xmlrpc_server_responses/xml_parse_error.xml
101
96
  - specs/helpers/spec_helper.rb
102
97
  - specs/shout_mouth_client_specification.rb
103
- has_rdoc: true
104
98
  homepage: https://github.com/dotnetguyuk/shout-mouth-communicator
105
99
  licenses: []
106
-
107
100
  post_install_message:
108
101
  rdoc_options: []
109
-
110
- require_paths:
102
+ require_paths:
111
103
  - lib
112
- required_ruby_version: !ruby/object:Gem::Requirement
104
+ required_ruby_version: !ruby/object:Gem::Requirement
113
105
  none: false
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- version: "0"
118
- required_rubygems_version: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ required_rubygems_version: !ruby/object:Gem::Requirement
119
111
  none: false
120
- requirements:
121
- - - ">="
122
- - !ruby/object:Gem::Version
123
- version: "0"
112
+ requirements:
113
+ - - ! '>='
114
+ - !ruby/object:Gem::Version
115
+ version: '0'
124
116
  requirements: []
125
-
126
117
  rubyforge_project: shout-mouth-communicator
127
- rubygems_version: 1.6.2
118
+ rubygems_version: 1.8.6
128
119
  signing_key:
129
120
  specification_version: 3
130
121
  summary: Shout Mouth Blog Engine API Wrapper
131
- test_files:
122
+ test_files:
132
123
  - specs/fakes/xmlrpc_server.rb
133
124
  - specs/fakes/xmlrpc_server_responses/add_user.xml
134
125
  - specs/fakes/xmlrpc_server_responses/bad_authentication.xml