tendersync 1.0.8 → 1.0.9

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,7 @@
1
+ == 1.0.9 2010-03-03
2
+
3
+ * Links to sections changed so the all_sections was not working.
4
+
1
5
  == 1.0.8 2010-03-02
2
6
 
3
7
  * Removed some deprecated usage of mechanize
@@ -53,7 +53,7 @@ class Tendersync::Session
53
53
  def all_sections
54
54
  sections = {}
55
55
  get("#{@site}/dashboard/sections").links.each do | link |
56
- if link.href =~ %r{/dashboard/sections/(.*)/edit$}
56
+ if link.href =~ %r{/faqs/([^/]*)$}
57
57
  name = $1
58
58
  sections[name] = link.text
59
59
  end
data/lib/tendersync.rb CHANGED
@@ -6,5 +6,5 @@ module Tendersync
6
6
  autoload :Runner, 'tendersync/runner'
7
7
  autoload :Session, 'tendersync/session'
8
8
 
9
- VERSION = '1.0.8'
9
+ VERSION = '1.0.9'
10
10
  end
data/tendersync.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tendersync}
5
- s.version = "1.0.8"
5
+ s.version = "1.0.9"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Bill Kayser"]
9
- s.date = %q{2010-03-02}
9
+ s.date = %q{2010-03-03}
10
10
  s.default_executable = %q{tendersync}
11
11
  s.description = %q{Tendersync is a utility for syncing files from ENTP's Tender site for managing customer facing documentation. It can be used to pull and push documents to a local repository as well as create indexes for each documentation section.
12
12
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 8
9
- version: 1.0.8
8
+ - 9
9
+ version: 1.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Kayser
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-02 00:00:00 -08:00
17
+ date: 2010-03-03 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency