impostor 1.1.0 → 1.1.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.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ ### 1.1.1 / 2012-01-31
2
+
3
+ * 1 major fix
4
+ * impostor.gemspec was not properly up to date
5
+
1
6
  ### 1.1.0 / 2011-10-18
2
7
 
3
8
  * 1 major enhancement
data/Manifest.txt CHANGED
@@ -1,6 +1,5 @@
1
1
  .gitignore
2
2
  .rspec
3
- .rvmrc
4
3
  Gemfile
5
4
  Gemfile.lock
6
5
  History.txt
data/impostor.gemspec CHANGED
@@ -1,39 +1,38 @@
1
+ # -*- encoding: utf-8 -*-
2
+
1
3
  Gem::Specification.new do |s|
2
- s.name = %q{impostor}
3
- s.version = "0.2.1"
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 = %q{2008-09-24}
8
- s.description = %q{== FEATURES/PROBLEMS: Makes automated posts to the following forum applications: * Web Wiz Forums (WWF) 7.9 * Web Wiz Forums (WWF) 8.0 * PHP Bullitin Board (phpBB) 2.0 (2.0.22) * PHP Bullitin Board (phpBB) 3.0 == SYNOPSIS:}
9
- s.email = %q{mikemondragon@gmail.com}
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/www/impostor.rb", "lib/www/impostor/phpbb2.rb", "lib/www/impostor/phpbb3.rb", "lib/www/impostor/wwf79.rb", "lib/www/impostor/wwf80.rb", "test/fixtures/phpbb2-get-new_topic-form-good-response.html", "test/fixtures/phpbb2-get-viewtopic-for-new-topic-good-response.html", "test/fixtures/phpbb2-get-viewtopic-for-new-topic-malformed-response.html", "test/fixtures/phpbb2-index.html", "test/fixtures/phpbb2-logged-in.html", "test/fixtures/phpbb2-login.html", "test/fixtures/phpbb2-not-logged-in.html", "test/fixtures/phpbb2-post-new_topic-good-response.html", "test/fixtures/phpbb2-post-reply-good-response.html", "test/fixtures/phpbb2-post-reply-throttled-response.html", "test/fixtures/phpbb2-too-many-posts.html", "test/fixtures/phpbb3-get-new-topic-form-good-response.html", "test/fixtures/phpbb3-get-reply-form-good-response.html", "test/fixtures/phpbb3-logged-in.html", "test/fixtures/phpbb3-login.html", "test/fixtures/phpbb3-not-logged-in.html", "test/fixtures/phpbb3-post-new_topic-good-response.html", "test/fixtures/phpbb3-post-reply-good-response.html", "test/fixtures/wwf79-forum_posts.html", "test/fixtures/wwf79-general-new-topic-error.html", "test/fixtures/wwf79-general-posting-error.html", "test/fixtures/wwf79-good-post-forum_posts.html", "test/fixtures/wwf79-index.html", "test/fixtures/wwf79-logged-in.html", "test/fixtures/wwf79-login.html", "test/fixtures/wwf79-new-topic-forum_posts-response.html", "test/fixtures/wwf79-new-topic-post_message_form.html", "test/fixtures/wwf79-not-logged-in.html", "test/fixtures/wwf79-too-many-posts.html", "test/fixtures/wwf79-too-many-topics.html", "test/fixtures/wwf80-general-posting-error.html", "test/fixtures/wwf80-get-new_topic-form-good-response.html", "test/fixtures/wwf80-get-viewtopic-for-new-topic-good-response.html", "test/fixtures/wwf80-index.html", "test/fixtures/wwf80-logged-in.html", "test/fixtures/wwf80-login.html", "test/fixtures/wwf80-new_reply_form.html", "test/fixtures/wwf80-not-logged-in.html", "test/fixtures/wwf80-post-new_topic-good-response.html", "test/fixtures/wwf80-post-reply-good-response.html", "test/fixtures/wwf80-too-many-posts.html", "test/test_github.rb", "test/test_helper.rb", "test/test_www_impostor.rb", "test/test_www_impostor_phpbb2.rb", "test/test_www_impostor_phpbb3.rb", "test/test_www_impostor_wwf79.rb", "test/test_www_impostor_wwf80.rb", "vendor/plugins/impostor/lib/autotest/discover.rb", "vendor/plugins/impostor/lib/autotest/impostor.rb"]
12
- s.has_rdoc = true
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 = %q{impostor}
17
- s.rubygems_version = %q{1.2.0}
18
- s.summary = %q{imPOSTor posts messages to non-RESTful forums and blogs}
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
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
- s.specification_version = 2
22
+ s.specification_version = 3
24
23
 
25
- if current_version >= 3 then
26
- s.add_runtime_dependency(%q<hpricot>, [">= 0.5.0"])
27
- s.add_runtime_dependency(%q<mechanize>, [">= 0.7.0"])
28
- s.add_development_dependency(%q<hoe>, [">= 1.7.0"])
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<hpricot>, [">= 0.5.0"])
31
- s.add_dependency(%q<mechanize>, [">= 0.7.0"])
32
- s.add_dependency(%q<hoe>, [">= 1.7.0"])
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<hpricot>, [">= 0.5.0"])
36
- s.add_dependency(%q<mechanize>, [">= 0.7.0"])
37
- s.add_dependency(%q<hoe>, [">= 1.7.0"])
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
@@ -52,7 +52,7 @@ class Impostor
52
52
  ##
53
53
  # Gem version of Impostor
54
54
 
55
- VERSION = '1.1.0'
55
+ VERSION = '1.1.1'
56
56
 
57
57
  ##
58
58
  # Pass in a config hash to initialize
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.0
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: 2011-10-19 00:00:00.000000000Z
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: &20285840 !ruby/object:Gem::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: *20285840
24
+ version_requirements: *14325900
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mechanize
27
- requirement: &20285360 !ruby/object:Gem::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: *20285360
35
+ version_requirements: *14325360
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: hoe
38
- requirement: &20284900 !ruby/object:Gem::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: *20284900
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