sfc-custom 0.2 → 0.3

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 CHANGED
@@ -1,3 +1,5 @@
1
+ v0.3. Rename custom.rb to sfc-custom.rb
2
+
1
3
  v0.2. Fix ext/ dependency
2
4
 
3
5
  v0.1. Initial release on RubyForge
data/Manifest CHANGED
@@ -1,5 +1,5 @@
1
1
  README
2
2
  Manifest
3
3
  LICENSE
4
- lib/custom.rb
4
+ lib/sfc-custom.rb
5
5
  CHANGELOG
File without changes
data/sfc-custom.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
- # Gem::Specification for Sfc-custom-0.2
2
+ # Gem::Specification for Sfc-custom-0.3
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.2"
7
+ s.version = "0.3"
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
10
  s.email = %q{}
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.description = %q{Library for accessing SFCcustom, a web service for generating dynamic content for print}
14
14
  s.has_rdoc = true
15
15
  s.authors = ["SFC Limited, Inc."]
16
- s.files = ["README", "Manifest", "LICENSE", "lib/custom.rb", "CHANGELOG", "sfc-custom.gemspec"]
16
+ s.files = ["README", "Manifest", "LICENSE", "lib/sfc-custom.rb", "CHANGELOG", "sfc-custom.gemspec"]
17
17
  s.add_dependency(%q<xml-simple>, ["> 0.0.0"])
18
18
  end
19
19
 
metadata CHANGED
@@ -3,7 +3,7 @@ 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.2"
6
+ version: "0.3"
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:
@@ -32,7 +32,7 @@ files:
32
32
  - README
33
33
  - Manifest
34
34
  - LICENSE
35
- - lib/custom.rb
35
+ - lib/sfc-custom.rb
36
36
  - CHANGELOG
37
37
  - sfc-custom.gemspec
38
38
  test_files: []