Skip to content

Commit 7f79dbf

Browse files
author
Ricardo Oliveira
committed
Fixed gemdile and bump version
1 parent 5bbe828 commit 7f79dbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery-datatables-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.description = %q{}
1313

1414
s.files = `git ls-files`.split("\n")
15-
s.files = Dir["{lib,vendor}/**/*"]
15+
s.files = Dir["{app,lib,vendor}/**/*"]
1616
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1717
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1818
s.require_paths = ["lib"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Datatables
33
module Rails
4-
VERSION = "1.12.0"
4+
VERSION = "1.12.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)