public
Description: Sort HTML tables in your Rails app.
Homepage: http://thoughtbot.com
Clone URL: git://github.com/thoughtbot/sortable_table.git
sortable_table / sortable_table.gemspec
100644 68 lines (59 sloc) 1.354 kb
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
--- !ruby/object:Gem::Specification
name: sortable_table
version: !ruby/object:Gem::Version
  version: 0.0.6
platform: ruby
authors:
- Dan Croak
- Joe Ferris
- Jon Yurek
- Boston.rb
autorequire:
bindir: bin
cert_chain: []
 
date: 2009-02-27 00:00:00 -05:00
default_executable:
dependencies: []
 
description: Sort HTML tables in a Rails app.
email: dcroak@thoughtbot.com
executables: []
 
extensions: []
 
extra_rdoc_files: []
 
files:
- MIT-LICENSE
- Rakefile
- README.textile
- TODO.textile
- lib/sortable_table
- lib/sortable_table/app
- lib/sortable_table/app/controllers
- lib/sortable_table/app/controllers/application_controller.rb
- lib/sortable_table/app/helpers
- lib/sortable_table/app/helpers/application_helper.rb
- lib/sortable_table.rb
- rails/init.rb
has_rdoc: false
homepage: http://github.com/dancroak/sortable_table
post_install_message:
rdoc_options: []
 
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
requirements: []
 
rubyforge_project:
rubygems_version: 1.3.1
signing_key:
specification_version: 2
summary: Sort HTML tables in a Rails app.
test_files: []