forked from activebridge/lazybox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlazybox.gemspec
20 lines (16 loc) · 851 Bytes
/
lazybox.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- encoding: utf-8 -*-
require File.expand_path("../lib/lazybox/version", __FILE__)
Gem::Specification.new do |s|
s.name = "lazybox"
s.version = Lazybox::VERSION
s.authors = ["Alex Galushka"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/alex-galushka/lazybox"
s.summary = "Use LazyBox for popup windows with Rails"
s.description = "Lazybox is a jQuery-based, lightbox that can display entire remote pages, images and confirmation dialogs. Replace standard rails confirmations with lazybox just added several rows to your project. Use lazybox with rails assets pipeline."
s.platform = Gem::Platform::RUBY
s.files = `git ls-files`.split("\n")
s.require_path = "lib"
s.add_development_dependency "rails", "~> 3.1"
s.add_development_dependency "jquery-rails"
end