-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcss3-progress-bar-rails.gemspec
24 lines (20 loc) · 1.05 KB
/
css3-progress-bar-rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "css3-progress-bar-rails/version"
Gem::Specification.new do |s|
s.name = "css3-progress-bar-rails"
s.version = Css3::Progress::Bar::Rails::VERSION
s.authors = ["Nicholas Fine", "Josh Sullivan"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "https://github.com/yrgoldteeth/css3-progress-bar-rails"
s.summary = %q{Integrates Josh Sullivan's CSS3 Progress Bars into Rails 3.1+ Projects.}
s.description = %q{Integrates Josh Sullivan's CSS3 Progress Bars into Rails and adds ActionView helpers for generation.}
s.rubyforge_project = "css3-progress-bar-rails"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_runtime_dependency "rails", ">= 3.1"
s.add_development_dependency "minitest"
s.add_development_dependency "nokogiri"
end