Skip to content

Commit

Permalink
Corrects gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Mar 5, 2012
1 parent e095bc8 commit 6de1df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Tests must run green against:

A gem that adds timezone support; currently supported is:

* `active_support` >= 2.3 (compatible with Rails 2.3, 3.0, 3.1, 3.2)
* `activesupport` >= 2.3 (compatible with Rails 2.3, 3.0, 3.1, 3.2)

OR

Expand Down
3 changes: 2 additions & 1 deletion zonebie.gemspec
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Zonebie::VERSION

gem.add_development_dependency "rake"
gem.add_development_dependency "rspec", "~>2.8"
gem.add_development_dependency "active_support", ">=2.3"
gem.add_development_dependency "activesupport", ">=2.3"
end

0 comments on commit 6de1df4

Please sign in to comment.