aaronchi-jrails 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aaronchi-jrails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron Eisenberger
8
+ - Patrick Hurley
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-08-05 00:00:00 -07:00
14
+ default_executable: jrails
15
+ dependencies: []
16
+
17
+ description: Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.
18
+ email: aaronchi@gmail.com
19
+ executables:
20
+ - jrails
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - CHANGELOG
25
+ - LICENSE
26
+ - README.rdoc
27
+ files:
28
+ - bin/jrails
29
+ - init.rb
30
+ - install.rb
31
+ - javascripts/jquery-ui.js
32
+ - javascripts/jquery.js
33
+ - javascripts/jrails.js
34
+ - javascripts/sources/jrails.js
35
+ - lib/jrails.rb
36
+ - rails/init.rb
37
+ - tasks/jrails.rake
38
+ - CHANGELOG
39
+ - LICENSE
40
+ - README.rdoc
41
+ has_rdoc: false
42
+ homepage: http://ennerchi.com/projects/jrails
43
+ licenses:
44
+ post_install_message:
45
+ rdoc_options:
46
+ - --charset=UTF-8
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ requirements: []
62
+
63
+ rubyforge_project: jrails
64
+ rubygems_version: 1.3.5
65
+ signing_key:
66
+ specification_version: 3
67
+ summary: jRails is a drop-in jQuery replacement for the Rails Prototype/script.aculo.us helpers.
68
+ test_files: []
69
+