Skip to content

Commit

Permalink
gemspec for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Apr 20, 2010
1 parent 40ca873 commit 8742175
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions css-lightbox.gemspec
@@ -0,0 +1,26 @@
Gem::Specification.new do |s|
# Release Specific Information
s.version = "0.2.0"
s.date = "2010-04-20"

# Gem Details
s.name = "css-lightbox"
s.authors = ["Eric Meyer"]
s.summary = %q{a css-only lightbox implementation for compass}
s.description = %q{a css-only lightbox implementation for compass}
s.email = "eric@oddbird.net"
s.homepage = "http://www.oddbird.net/"

# Gem Files
s.files = %w(README.mkdn)
s.files += Dir.glob("lib/**/*.*")
s.files += Dir.glob("stylesheets/**/*.*")
s.files += Dir.glob("templates/**/*.*")

# Gem Bookkeeping
s.has_rdoc = false
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.add_dependency("compass", [">= 0.10.0.rc3"])
end

0 comments on commit 8742175

Please sign in to comment.