forked from coroutine/kenny_dialoggins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.specification
80 lines (73 loc) · 1.72 KB
/
.specification
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
--- !ruby/object:Gem::Specification
name: kenny_dialoggins
version: !ruby/object:Gem::Version
prerelease: false
segments:
- 0
- 1
- 1
version: 0.1.1
platform: ruby
authors:
- Coroutine
- Tim Lowrimore
- John Dugan
autorequire:
bindir: bin
cert_chain: []
date: 2010-03-29 00:00:00 -05:00
default_executable:
dependencies: []
description: Kenny Dialoggins allows you to include scriptaculous dialogs in Rails applications using the same syntax employed for rendering partials.
email: [email protected]
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- .specification
- MIT-LICENSE
- README.rdoc
- Rakefile
- VERSION
- generators/kenny_dialoggins_assets/kenny_dialoggins_assets_generator.rb
- generators/kenny_dialoggins_assets/templates/kenny_dialoggins.css
- generators/kenny_dialoggins_assets/templates/kenny_dialoggins.js
- init.rb
- kenny_dialoggins.gemspec
- lib/kenny_dialoggins.rb
- lib/kenny_dialoggins/helpers.rb
- rails/init.rb
- test/kenny_dialoggins/helpers_test.rb
- test/test_helper.rb
has_rdoc: true
homepage: http://github.com/coroutine/kenny_dialoggins
licenses: []
post_install_message:
rdoc_options:
- --charset=UTF-8
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 0
version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 0
version: "0"
requirements: []
rubyforge_project:
rubygems_version: 1.3.6
signing_key:
specification_version: 3
summary: Dead simple, beautiful dialogs for Rails.
test_files:
- test/kenny_dialoggins/helpers_test.rb
- test/test_helper.rb