[rubygem-parseconfig] latest sources 1.0.2

derks derks at fedoraproject.org
Tue Jun 12 22:46:42 UTC 2012


commit 306297f52230ca2416bfb5ce699d47c3c24626e3
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Tue Jun 12 02:58:23 2012 -0500

    latest sources 1.0.2

 rubygem-parseconfig.spec |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/rubygem-parseconfig.spec b/rubygem-parseconfig.spec
index 37d3d29..8c3ed34 100644
--- a/rubygem-parseconfig.spec
+++ b/rubygem-parseconfig.spec
@@ -2,24 +2,22 @@
 
 Summary:        Ruby Configuration File Parser 
 Name:           rubygem-%{gem_name}
-Version:        0.5.2 
-Release:        6%{?dist}
+Version:       	1.0.2 
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT 
-URL:            http://www.5dollarwhitebox.org 
+URL:            http://github.com/derks/ruby-parseconfig
 Source0:        http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: ruby(rubygems), ruby(abi) >= 1.9.1
-BuildRequires: rubygems-devel
-BuildRequires: ruby-devel
+Requires: 	ruby(rubygems), ruby(abi) >= 1.8.7
+BuildRequires: 	rubygems-devel
+BuildRequires: 	ruby-devel
 BuildArch:      noarch
 Provides:       rubygem(%{gem_name}) = %{version}
 
 %description
-ParseConfig is a Ruby class written to parse standard *nix style configuration
-files in the format of 'param = value'. The key benefit is that your ruby
-scripts can use the same configuration files of most unix/linux
-applications.
+ParseConfig provides simple parsing of standard configuration files in the 
+form of 'param = value'.  It also supports nested [group] sections.
 
 %prep 
 
@@ -44,11 +42,12 @@ rm -rf %{buildroot}
 %doc %{gem_docdir}/
 %doc %{gem_instdir}/Changelog
 %doc %{gem_instdir}/LICENSE
-%doc %{gem_instdir}/README
-%doc %{gem_instdir}/demo.conf
-%doc %{gem_instdir}/demo.rb
+%doc %{gem_instdir}/README.md
 
 %changelog
+* Tue Jun 12 2012 BJ Dierkes <wdierkes at rackspace.com> - 1.0.2-1
+- Latest sources from upstream.
+
 * Fri Feb 03 2012 Vít Ondruch <vondruch at redhat.com> - 0.5.2-6
 - Rebuilt for Ruby 1.9.3.
 


More information about the scm-commits mailing list