rails_handsontable 0.0.1 → 0.0.2
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.
- data/lib/rails_handsontable/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.handsontable.full.js +563 -503
- data/vendor/assets/javascripts/jquery.handsontable.js +563 -503
- data/vendor/assets/stylesheets/jquery.handsontable.css +2 -2
- data/vendor/assets/stylesheets/jquery.handsontable.full.css +2 -2
- metadata +3 -8
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
|
-
* Handsontable 0.10.
|
2
|
+
* Handsontable 0.10.2
|
3
3
|
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
|
4
4
|
*
|
5
5
|
* Copyright 2012, Marcin Warpechowski
|
6
6
|
* Licensed under the MIT license.
|
7
7
|
* http://handsontable.com/
|
8
8
|
*
|
9
|
-
* Date:
|
9
|
+
* Date: Thu Jan 23 2014 23:06:23 GMT+0100 (CET)
|
10
10
|
*/
|
11
11
|
|
12
12
|
.handsontable {
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
|
-
* Handsontable 0.10.
|
2
|
+
* Handsontable 0.10.2
|
3
3
|
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
|
4
4
|
*
|
5
5
|
* Copyright 2012, Marcin Warpechowski
|
6
6
|
* Licensed under the MIT license.
|
7
7
|
* http://handsontable.com/
|
8
8
|
*
|
9
|
-
* Date:
|
9
|
+
* Date: Thu Jan 23 2014 23:06:23 GMT+0100 (CET)
|
10
10
|
*/
|
11
11
|
|
12
12
|
.handsontable {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_handsontable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -69,18 +69,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- - ! '>='
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
|
-
segments:
|
73
|
-
- 0
|
74
|
-
hash: 66354257
|
75
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
73
|
none: false
|
77
74
|
requirements:
|
78
75
|
- - ! '>='
|
79
76
|
- !ruby/object:Gem::Version
|
80
77
|
version: '0'
|
81
|
-
segments:
|
82
|
-
- 0
|
83
|
-
hash: 66354257
|
84
78
|
requirements: []
|
85
79
|
rubyforge_project:
|
86
80
|
rubygems_version: 1.8.24
|
@@ -88,3 +82,4 @@ signing_key:
|
|
88
82
|
specification_version: 3
|
89
83
|
summary: hansontable wrap in gem
|
90
84
|
test_files: []
|
85
|
+
has_rdoc:
|