Skip to content

Commit

Permalink
where'd that go? fix plugin registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jun 29, 2011
1 parent da57def commit a50b45c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css-lightbox.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
# Release Specific Information
s.version = "0.3.beta.0"
s.version = "0.3.beta.1"
s.date = "2011-03-18"

# Gem Details
Expand All @@ -18,8 +18,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob("templates/**/*.*")

# Gem Bookkeeping
s.has_rdoc = false
s.rubygems_version = %q{1.3.6}
s.add_dependency("compass", [">= 0.11.beta.3"])
s.add_dependency("compass", [">= 0.11"])
end

1 change: 1 addition & 0 deletions lib/css-lightbox.rb
@@ -0,0 +1 @@
Compass::Frameworks.register("css-lightbox", :path => "#{File.dirname(__FILE__)}/..")

0 comments on commit a50b45c

Please sign in to comment.