Skip to content

Commit

Permalink
Updating gemspec. I cant use Dir because of $SAFE configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckozus committed Sep 6, 2008
1 parent c90026b commit 16ad42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rweather.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.description = "This gems lets you access to the search and get current conditions features."
s.has_rdoc = true
s.authors = ["Carlos Kozuszko"]
s.files = Dir["lib/**/*.*"] + Dir["spec/**/*.*"]
s.files = ["lib/r_weather.rb", "lib/r_weather_current_condition.rb", "spec/current_condition.xml", "spec/r_weather_current_condition_spec.rb"]
s.rdoc_options = ["--main", "README"]
s.extra_rdoc_files = ["README"]
s.add_dependency("xml-simple", [">= 1.0.11"])
Expand Down

0 comments on commit 16ad42a

Please sign in to comment.