impostor 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/Manifest.txt +0 -1
- data/impostor.gemspec +23 -24
- data/lib/impostor.rb +1 -1
- metadata +11 -9
- data/.rvmrc +0 -1
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/impostor.gemspec
CHANGED
@@ -1,39 +1,38 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
|
1
3
|
Gem::Specification.new do |s|
|
2
|
-
s.name =
|
3
|
-
s.version = "
|
4
|
+
s.name = "impostor"
|
5
|
+
s.version = "1.1.1"
|
4
6
|
|
5
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
6
8
|
s.authors = ["Mike Mondragon"]
|
7
|
-
s.date =
|
8
|
-
s.description =
|
9
|
-
s.email =
|
9
|
+
s.date = "2012-01-31"
|
10
|
+
s.description = "imPOSTor posts messages to forums\n\n== FEATURES/PROBLEMS:\n\nMakes automated posts to the following forum applications:\n\n* Web Wiz Forums (WWF) 7.9\n* Web Wiz Forums (WWF) 8.0\n* PHP Bullitin Board (phpBB) 2.2\n* PHP Bullitin Board (phpBB) 3.0"
|
11
|
+
s.email = "mikemondragon@gmail.com"
|
10
12
|
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
|
11
|
-
s.files = [".gitignore", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "dev_tools/github.rb", "impostor.gemspec", "lib/impostor.rb", "lib/
|
12
|
-
s.
|
13
|
-
s.homepage = %q{ by Mike Mondragon}
|
13
|
+
s.files = [".gitignore", ".rspec", ".rvmrc", "Gemfile", "Gemfile.lock", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "dev_tools/github.rb", "impostor.gemspec", "lib/impostor.rb", "lib/impostor/auth.rb", "lib/impostor/config.rb", "lib/impostor/errors.rb", "lib/impostor/phpbb2.rb", "lib/impostor/phpbb3.rb", "lib/impostor/post.rb", "lib/impostor/topic.rb", "lib/impostor/wwf79.rb", "lib/impostor/wwf80.rb", "spec/auth_spec.rb", "spec/base_spec_helper.rb", "spec/caged_net_http.rb", "spec/config_spec.rb", "spec/fixtures/junk.html", "spec/fixtures/phpbb2-get-new_topic-form-good-response.html", "spec/fixtures/phpbb2-get-viewtopic-for-new-topic-good-response.html", "spec/fixtures/phpbb2-get-viewtopic-for-new-topic-malformed-response.html", "spec/fixtures/phpbb2-index.html", "spec/fixtures/phpbb2-logged-in.html", "spec/fixtures/phpbb2-login.html", "spec/fixtures/phpbb2-not-logged-in.html", "spec/fixtures/phpbb2-post-new_topic-good-response.html", "spec/fixtures/phpbb2-post-reply-good-response.html", "spec/fixtures/phpbb2-post-reply-throttled-response.html", "spec/fixtures/phpbb2-too-many-posts.html", "spec/fixtures/phpbb3-get-new-topic-form-good-response.html", "spec/fixtures/phpbb3-get-reply-form-good-response.html", "spec/fixtures/phpbb3-logged-in.html", "spec/fixtures/phpbb3-login.html", "spec/fixtures/phpbb3-not-logged-in.html", "spec/fixtures/phpbb3-post-new_topic-good-response.html", "spec/fixtures/phpbb3-post-reply-good-response.html", "spec/fixtures/vcr_cassettes/phpbb2-should-be-overlimit-creating-topic.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-create-topic.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-login.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-not-create-new-topic.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-not-login.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-not-post.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-overlimit-error-post.yml", "spec/fixtures/vcr_cassettes/phpbb2-should-post.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-be-overlimit-creating-topic.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-create-topic.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-login.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-not-create-new-topic.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-not-login.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-not-post.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-overlimit-error-post.yml", "spec/fixtures/vcr_cassettes/phpbb3-should-post.yml", "spec/fixtures/wwf79-forum_posts.html", "spec/fixtures/wwf79-general-new-topic-error.html", "spec/fixtures/wwf79-general-posting-error.html", "spec/fixtures/wwf79-good-post-forum_posts.html", "spec/fixtures/wwf79-index.html", "spec/fixtures/wwf79-logged-in.html", "spec/fixtures/wwf79-login.html", "spec/fixtures/wwf79-new-topic-forum_posts-response.html", "spec/fixtures/wwf79-new-topic-post_message_form.html", "spec/fixtures/wwf79-not-logged-in.html", "spec/fixtures/wwf79-too-many-posts.html", "spec/fixtures/wwf79-too-many-topics.html", "spec/fixtures/wwf80-general-posting-error.html", "spec/fixtures/wwf80-get-new_topic-form-good-response.html", "spec/fixtures/wwf80-get-viewtopic-for-new-topic-good-response.html", "spec/fixtures/wwf80-index.html", "spec/fixtures/wwf80-logged-in.html", "spec/fixtures/wwf80-login.html", "spec/fixtures/wwf80-new_reply_form.html", "spec/fixtures/wwf80-not-logged-in.html", "spec/fixtures/wwf80-post-new_topic-good-response.html", "spec/fixtures/wwf80-post-reply-good-response.html", "spec/fixtures/wwf80-too-many-posts.html", "spec/impostor_spec_helper.rb", "spec/integration/phpbb2_spec.rb", "spec/integration/phpbb3_spec.rb", "spec/integration_spec_helper.rb", "spec/phpbb2_spec.rb", "spec/phpbb3_spec.rb", "spec/post_spec.rb", "spec/spec_helper.rb", "spec/test_impostor.rb", "spec/topic_spec.rb", "spec/wwf79_spec.rb", "spec/wwf80_spec.rb", ".gemtest"]
|
14
|
+
s.homepage = "https://github.com/monde/impostor"
|
14
15
|
s.rdoc_options = ["--main", "README.txt"]
|
15
16
|
s.require_paths = ["lib"]
|
16
|
-
s.rubyforge_project =
|
17
|
-
s.rubygems_version =
|
18
|
-
s.summary =
|
19
|
-
s.test_files = ["test/test_www_impostor_phpbb2.rb", "test/test_www_impostor_phpbb3.rb", "test/test_www_impostor_wwf79.rb", "test/test_www_impostor_wwf80.rb", "test/test_github.rb", "test/test_helper.rb", "test/test_www_impostor.rb"]
|
17
|
+
s.rubyforge_project = "impostor"
|
18
|
+
s.rubygems_version = "1.8.10"
|
19
|
+
s.summary = "imPOSTor posts messages to non-RESTful forums and blogs"
|
20
20
|
|
21
21
|
if s.respond_to? :specification_version then
|
22
|
-
|
23
|
-
s.specification_version = 2
|
22
|
+
s.specification_version = 3
|
24
23
|
|
25
|
-
if
|
26
|
-
s.add_runtime_dependency(%q<
|
27
|
-
s.add_runtime_dependency(%q<mechanize>, ["
|
28
|
-
s.add_development_dependency(%q<hoe>, ["
|
24
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
25
|
+
s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.4"])
|
26
|
+
s.add_runtime_dependency(%q<mechanize>, ["= 1.0.0"])
|
27
|
+
s.add_development_dependency(%q<hoe>, ["~> 2.10"])
|
29
28
|
else
|
30
|
-
s.add_dependency(%q<
|
31
|
-
s.add_dependency(%q<mechanize>, ["
|
32
|
-
s.add_dependency(%q<hoe>, ["
|
29
|
+
s.add_dependency(%q<nokogiri>, [">= 1.4.4"])
|
30
|
+
s.add_dependency(%q<mechanize>, ["= 1.0.0"])
|
31
|
+
s.add_dependency(%q<hoe>, ["~> 2.10"])
|
33
32
|
end
|
34
33
|
else
|
35
|
-
s.add_dependency(%q<
|
36
|
-
s.add_dependency(%q<mechanize>, ["
|
37
|
-
s.add_dependency(%q<hoe>, ["
|
34
|
+
s.add_dependency(%q<nokogiri>, [">= 1.4.4"])
|
35
|
+
s.add_dependency(%q<mechanize>, ["= 1.0.0"])
|
36
|
+
s.add_dependency(%q<hoe>, ["~> 2.10"])
|
38
37
|
end
|
39
38
|
end
|
data/lib/impostor.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: impostor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2012-01-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
16
|
-
requirement: &
|
16
|
+
requirement: &14325900 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 1.4.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *14325900
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: mechanize
|
27
|
-
requirement: &
|
27
|
+
requirement: &14325360 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - =
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 1.0.0
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *14325360
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: hoe
|
38
|
-
requirement: &
|
38
|
+
requirement: &14324540 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '2.10'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *14324540
|
47
47
|
description: ! 'imPOSTor posts messages to forums
|
48
48
|
|
49
49
|
|
@@ -70,7 +70,6 @@ extra_rdoc_files:
|
|
70
70
|
files:
|
71
71
|
- .gitignore
|
72
72
|
- .rspec
|
73
|
-
- .rvmrc
|
74
73
|
- Gemfile
|
75
74
|
- Gemfile.lock
|
76
75
|
- History.txt
|
@@ -178,6 +177,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
178
177
|
- - ! '>='
|
179
178
|
- !ruby/object:Gem::Version
|
180
179
|
version: '0'
|
180
|
+
segments:
|
181
|
+
- 0
|
182
|
+
hash: 4522960868415789004
|
181
183
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
182
184
|
none: false
|
183
185
|
requirements:
|
data/.rvmrc
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
rvm gemset use impostor
|