sfc-custom 0.1 → 0.2
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/CHANGELOG +2 -0
- data/sfc-custom.gemspec +2 -3
- metadata +1 -2
data/CHANGELOG
CHANGED
data/sfc-custom.gemspec
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Sfc-custom-0.
|
|
2
|
+
# Gem::Specification for Sfc-custom-0.2
|
|
3
3
|
# Originally generated by Echoe
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = %q{sfc-custom}
|
|
7
|
-
s.version = "0.
|
|
7
|
+
s.version = "0.2"
|
|
8
8
|
s.date = %q{2007-09-21}
|
|
9
9
|
s.summary = %q{Library for accessing SFCcustom, a web service for generating dynamic content for print}
|
|
10
|
-
s.require_paths = ["lib", "ext"]
|
|
11
10
|
s.email = %q{}
|
|
12
11
|
s.homepage = %q{}
|
|
13
12
|
s.rubyforge_project = %q{sfc}
|
metadata
CHANGED
|
@@ -3,12 +3,11 @@ rubygems_version: 0.9.2
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: sfc-custom
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: "0.
|
|
6
|
+
version: "0.2"
|
|
7
7
|
date: 2007-09-21 00:00:00 -04:00
|
|
8
8
|
summary: Library for accessing SFCcustom, a web service for generating dynamic content for print
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
|
-
- ext
|
|
12
11
|
email: ""
|
|
13
12
|
homepage: ""
|
|
14
13
|
rubyforge_project: sfc
|