Skip to content

Commit

Permalink
Removing old unused rake scripts, and updating gemspec and version fo…
Browse files Browse the repository at this point in the history
…r next release.
  • Loading branch information
rahmal committed Jan 10, 2010
1 parent 1dde80b commit 172ba37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.2
0.3.3
10 changes: 3 additions & 7 deletions rconfig.gemspec
Expand Up @@ -3,7 +3,7 @@ require 'rake'
Gem::Specification.new do |s|
s.name = "rconfig"
s.version = File.read('VERSION').strip
s.date = "2009-11-20"
s.date = Date.today
s.rubyforge_project = "rconda-rconfig"

s.author = "Rahmal Conda"
Expand All @@ -22,14 +22,10 @@ Gem::Specification.new do |s|
s.add_dependency("activesupport", ">= 2.2.2")

s.files = FileList["{lib}/**/*"].to_a
s.test_files = FileList["{test}/**/*test.rb"].to_a

# s.files = ["ChangeLog", "demo/", "demo/demo.conf", "demo/demo.rb", "demo/demo.xml", "demo/demo.yml", "demo/global.yml", "lib/", "lib/rconfig/", "lib/rconfig/config_hash.rb", "lib/rconfig/config_parser.rb", "lib/rconfig/core_ext/", "lib/rconfig/core_ext/hash.rb", "rconfig.rb", "LICENSE", "Manifest", "Rakefile", "rconfig.gemspec", "README", "tasks/", "tasks/docs.rake", "tasks/gemspec.rake", "test/", "test/rconfig_test.rb", "test/test_files/", "test/test_files/global.yml", "test/test_files/test_development.yml", "test/test_files/test_local.yml", "test/test_files/test_production.yml", "test/test_files/test.yml"]

s.test_files = FileList["test/rconfig_test.rb", "test"].to_a
s.test_files = FileList["{spec}/**/*", "{test}/**/*", "{demo}/**/*"].to_a

s.has_rdoc = true
s.extra_rdoc_files = []
s.extra_rdoc_files = FileList["{doc}/**/*", "README.rdoc"].to_a
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "RConfig", "--main", "README.rdoc"]

end

0 comments on commit 172ba37

Please sign in to comment.