Skip to content

Commit

Permalink
change the required rubygems version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingdesigner committed Jan 11, 2012
1 parent 4d757a5 commit cc2fc2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/sassy-text-shadow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module SassyTextShadow

VERSION = "0.0.3"
VERSION = "0.0.4"
DATE = "2012-01-05"

end
6 changes: 3 additions & 3 deletions sassytextshadow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob("stylesheets/_sassy-text-shadow.scss")

# Gem Bookkeeping
s.required_rubygems_version = ">= 1.3.6"
s.rubygems_version = %q{1.3.6}
s.required_rubygems_version = ">= 1.3.5"
s.rubygems_version = %q{1.3.5}
s.add_dependency("compass", [">= 0.11.5"])
end
end

0 comments on commit cc2fc2e

Please sign in to comment.