forked from pivotalexperimental/jelly
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jelly.gemspec
25 lines (22 loc) · 973 Bytes
/
jelly.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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{honkster-jelly}
s.version = "0.13.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pivotal Labs, Inc"]
s.date = %q{2011-06-14}
s.description = %q{Jelly provides a set of tools and conventions for creating rich ajax/javascript web applications with jQuery and Ruby on Rails.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.homepage = %q{http://github.com/pivotal/jelly}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.2}
s.summary = %q{a sweet unobtrusive javascript framework for jQuery and Rails}
end