Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asanghi committed Jul 24, 2009
1 parent 8be2881 commit d9cf01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -7,9 +7,10 @@ begin
gem.name = "fiscali"
gem.summary = %Q{Fiscal Year Date Functions}
gem.email = "aditya.sanghi@risingsunbilling.com"
gem.homepage = "http://github.com/asanghi/fiscali"
gem.homepage = "http://asanghi.github.com/fiscali"
gem.authors = ["Aditya Sanghi"]
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
gem.add_dependency('activesupport')
end

rescue LoadError
Expand Down
5 changes: 4 additions & 1 deletion fiscali.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
"test/fiscali_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/asanghi/fiscali}
s.homepage = %q{http://asanghi.github.com/fiscali}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
Expand All @@ -42,8 +42,11 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
else
s.add_dependency(%q<activesupport>, [">= 0"])
end
else
s.add_dependency(%q<activesupport>, [">= 0"])
end
end

0 comments on commit d9cf01f

Please sign in to comment.