Skip to content

Update for including all TableTool assets #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 6, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified Gemfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified Rakefile
100644 → 100755
Empty file.
Empty file modified Readme.md
100644 → 100755
Empty file.
21 changes: 12 additions & 9 deletions jquery-datatables-rails.gemspec
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ $:.push File.expand_path("../lib", __FILE__)
require "jquery/datatables/rails/version"

Gem::Specification.new do |s|
s.name = "jquery-datatables-rails"
s.version = Jquery::Datatables::Rails::VERSION
s.authors = ["Robin Wenglewski"]
s.email = ["robin@wenglewski.de"]
s.homepage = "https://github.com/rweng/jquery-datatables-rails"
s.summary = %q{jquery datatables for rails}
s.name = "jquery-datatables-rails"
s.version = Jquery::Datatables::Rails::VERSION
s.authors = ["Robin Wenglewski"]
s.email = ["robin@wenglewski.de"]
s.homepage = "https://github.com/rweng/jquery-datatables-rails"
s.summary = %q{jquery datatables for rails}
s.description = %q{}

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.files = `git ls-files`.split("\n")
s.files = Dir["{lib,vendor}/**/*"]
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_dependency "jquery-rails"
end


Empty file modified lib/jquery-datatables-rails.rb
100644 → 100755
Empty file.
Empty file modified lib/jquery/datatables/rails/engine.rb
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/jquery/datatables/rails/version.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jquery
module Datatables
module Rails
VERSION = "1.11.0"
VERSION = "1.11.1"
end
end
end
Empty file modified vendor/assets/images/dataTables/back_disabled.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/back_enabled.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/back_enabled_hover.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/images/dataTables/extras/copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/images/dataTables/extras/csv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/images/dataTables/extras/pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/images/dataTables/extras/print.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/images/dataTables/extras/xls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/favicon.ico
100644 → 100755
Empty file.
Empty file modified vendor/assets/images/dataTables/forward_disabled.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/forward_enabled.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/forward_enabled_hover.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/sort_asc.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/sort_asc_disabled.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/sort_both.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/sort_desc.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/images/dataTables/sort_desc_disabled.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vendor/assets/javascripts/dataTables/extras/AutoFill.js
100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/dataTables/extras/ColReorder.js
100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/dataTables/extras/ColVis.js
100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/dataTables/extras/FixedColumns.js
100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/dataTables/extras/FixedHeader.js
100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/dataTables/extras/KeyTable.js
100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/dataTables/extras/Scroller.js
100644 → 100755
Empty file.
Loading