datatable 0.2pre3 → 0.2pre4

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/Gemfile.lock CHANGED
@@ -1,77 +1,89 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datatable (0.2pre2)
5
- rails (>= 3.0)
4
+ datatable (0.2pre4)
5
+ rails (>= 3.0, <= 3.2)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- abstract (1.0.0)
11
- actionmailer (3.0.9)
12
- actionpack (= 3.0.9)
13
- mail (~> 2.2.19)
14
- actionpack (3.0.9)
15
- activemodel (= 3.0.9)
16
- activesupport (= 3.0.9)
17
- builder (~> 2.1.2)
18
- erubis (~> 2.6.6)
19
- i18n (~> 0.5.0)
20
- rack (~> 1.2.1)
21
- rack-mount (~> 0.6.14)
22
- rack-test (~> 0.5.7)
23
- tzinfo (~> 0.3.23)
24
- activemodel (3.0.9)
25
- activesupport (= 3.0.9)
26
- builder (~> 2.1.2)
27
- i18n (~> 0.5.0)
28
- activerecord (3.0.9)
29
- activemodel (= 3.0.9)
30
- activesupport (= 3.0.9)
31
- arel (~> 2.0.10)
32
- tzinfo (~> 0.3.23)
33
- activeresource (3.0.9)
34
- activemodel (= 3.0.9)
35
- activesupport (= 3.0.9)
36
- activesupport (3.0.9)
37
- arel (2.0.10)
38
- builder (2.1.2)
39
- erubis (2.6.6)
40
- abstract (>= 1.0.0)
10
+ actionmailer (3.1.3)
11
+ actionpack (= 3.1.3)
12
+ mail (~> 2.3.0)
13
+ actionpack (3.1.3)
14
+ activemodel (= 3.1.3)
15
+ activesupport (= 3.1.3)
16
+ builder (~> 3.0.0)
17
+ erubis (~> 2.7.0)
18
+ i18n (~> 0.6)
19
+ rack (~> 1.3.5)
20
+ rack-cache (~> 1.1)
21
+ rack-mount (~> 0.8.2)
22
+ rack-test (~> 0.6.1)
23
+ sprockets (~> 2.0.3)
24
+ activemodel (3.1.3)
25
+ activesupport (= 3.1.3)
26
+ builder (~> 3.0.0)
27
+ i18n (~> 0.6)
28
+ activerecord (3.1.3)
29
+ activemodel (= 3.1.3)
30
+ activesupport (= 3.1.3)
31
+ arel (~> 2.2.1)
32
+ tzinfo (~> 0.3.29)
33
+ activeresource (3.1.3)
34
+ activemodel (= 3.1.3)
35
+ activesupport (= 3.1.3)
36
+ activesupport (3.1.3)
37
+ multi_json (~> 1.0)
38
+ arel (2.2.1)
39
+ builder (3.0.0)
40
+ erubis (2.7.0)
41
41
  gemcutter (0.7.0)
42
- i18n (0.5.0)
43
- mail (2.2.19)
44
- activesupport (>= 2.3.6)
42
+ hike (1.2.1)
43
+ i18n (0.6.0)
44
+ mail (2.3.0)
45
45
  i18n (>= 0.4.0)
46
46
  mime-types (~> 1.16)
47
47
  treetop (~> 1.4.8)
48
- mime-types (1.16)
49
- polyglot (0.3.1)
50
- rack (1.2.3)
51
- rack-mount (0.6.14)
48
+ mime-types (1.17.2)
49
+ multi_json (1.0.4)
50
+ polyglot (0.3.3)
51
+ rack (1.3.5)
52
+ rack-cache (1.1)
53
+ rack (>= 0.4)
54
+ rack-mount (0.8.3)
52
55
  rack (>= 1.0.0)
53
- rack-test (0.5.7)
56
+ rack-ssl (1.3.2)
57
+ rack
58
+ rack-test (0.6.1)
54
59
  rack (>= 1.0)
55
- rails (3.0.9)
56
- actionmailer (= 3.0.9)
57
- actionpack (= 3.0.9)
58
- activerecord (= 3.0.9)
59
- activeresource (= 3.0.9)
60
- activesupport (= 3.0.9)
60
+ rails (3.1.3)
61
+ actionmailer (= 3.1.3)
62
+ actionpack (= 3.1.3)
63
+ activerecord (= 3.1.3)
64
+ activeresource (= 3.1.3)
65
+ activesupport (= 3.1.3)
61
66
  bundler (~> 1.0)
62
- railties (= 3.0.9)
63
- railties (3.0.9)
64
- actionpack (= 3.0.9)
65
- activesupport (= 3.0.9)
67
+ railties (= 3.1.3)
68
+ railties (3.1.3)
69
+ actionpack (= 3.1.3)
70
+ activesupport (= 3.1.3)
71
+ rack-ssl (~> 1.3.2)
66
72
  rake (>= 0.8.7)
67
73
  rdoc (~> 3.4)
68
- thor (~> 0.14.4)
74
+ thor (~> 0.14.6)
69
75
  rake (0.9.2)
70
76
  rdoc (3.8)
77
+ sprockets (2.0.3)
78
+ hike (~> 1.2)
79
+ rack (~> 1.0)
80
+ tilt (~> 1.1, != 1.3.0)
71
81
  thor (0.14.6)
72
- treetop (1.4.9)
82
+ tilt (1.3.3)
83
+ treetop (1.4.10)
84
+ polyglot
73
85
  polyglot (>= 0.3.1)
74
- tzinfo (0.3.29)
86
+ tzinfo (0.3.31)
75
87
 
76
88
  PLATFORMS
77
89
  ruby
data/datatable.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "https://github.com/logic-refinery/datatable"
12
12
  s.summary = %q{A Rails plugin for the jquery.datatables library}
13
13
  s.description = %q{A Rails plugin for the jquery.datatables library}
14
- s.add_dependency('rails', '>= 3.0')
14
+ s.add_dependency('rails', '>= 3.0', '<= 3.2')
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- datatable (0.2pre2)
4
+ datatable (0.2pre3)
5
5
  rails (>= 3.0)
6
6
 
7
7
  GEM
@@ -28,7 +28,7 @@ module Datatable
28
28
  }
29
29
  $(function(){
30
30
 
31
- var oTable = $('#datatable').dataTable(#{javascript_options.to_json.gsub(/\"aocolumns_place_holder\"/, aocolumns_text)})
31
+ oTable = $('#datatable').dataTable(#{javascript_options.to_json.gsub(/\"aocolumns_place_holder\"/, aocolumns_text)})
32
32
  oTable.fnSetFilteringDelay(375);
33
33
 
34
34
 
@@ -1,4 +1,4 @@
1
1
  module Datatable
2
2
  # http://semver.org
3
- VERSION = "0.2pre3"
3
+ VERSION = "0.2pre4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2pre3
4
+ version: 0.2pre4
5
5
  prerelease: 3
6
6
  platform: ruby
7
7
  authors:
@@ -10,19 +10,22 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-08-07 00:00:00.000000000Z
13
+ date: 2011-12-06 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
- requirement: &12589440 !ruby/object:Gem::Requirement
17
+ requirement: &14734840 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: '3.0'
23
+ - - <=
24
+ - !ruby/object:Gem::Version
25
+ version: '3.2'
23
26
  type: :runtime
24
27
  prerelease: false
25
- version_requirements: *12589440
28
+ version_requirements: *14734840
26
29
  description: A Rails plugin for the jquery.datatables library
27
30
  email:
28
31
  - michaelgreenly@logic-refinery.com
@@ -233,6 +236,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
236
  - - ! '>='
234
237
  - !ruby/object:Gem::Version
235
238
  version: '0'
239
+ segments:
240
+ - 0
241
+ hash: -480533876187815817
236
242
  required_rubygems_version: !ruby/object:Gem::Requirement
237
243
  none: false
238
244
  requirements:
@@ -241,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
247
  version: 1.3.1
242
248
  requirements: []
243
249
  rubyforge_project:
244
- rubygems_version: 1.8.5
250
+ rubygems_version: 1.8.10
245
251
  signing_key:
246
252
  specification_version: 3
247
253
  summary: A Rails plugin for the jquery.datatables library