tendersync 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/tendersync/session.rb +1 -1
- data/lib/tendersync.rb +1 -1
- data/tendersync.gemspec +2 -2
- metadata +3 -3
data/History.txt
CHANGED
data/lib/tendersync/session.rb
CHANGED
@@ -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{/
|
56
|
+
if link.href =~ %r{/faqs/([^/]*)$}
|
57
57
|
name = $1
|
58
58
|
sections[name] = link.text
|
59
59
|
end
|
data/lib/tendersync.rb
CHANGED
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.
|
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-
|
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
|
-
-
|
9
|
-
version: 1.0.
|
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-
|
17
|
+
date: 2010-03-03 00:00:00 -08:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|