datatable 0.2pre4 → 0.2pre5

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,89 +1,77 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- datatable (0.2pre4)
5
- rails (>= 3.0, <= 3.2)
4
+ datatable (0.2pre2)
5
+ rails (>= 3.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
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)
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)
41
41
  gemcutter (0.7.0)
42
- hike (1.2.1)
43
- i18n (0.6.0)
44
- mail (2.3.0)
42
+ i18n (0.5.0)
43
+ mail (2.2.19)
44
+ activesupport (>= 2.3.6)
45
45
  i18n (>= 0.4.0)
46
46
  mime-types (~> 1.16)
47
47
  treetop (~> 1.4.8)
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)
48
+ mime-types (1.16)
49
+ polyglot (0.3.1)
50
+ rack (1.2.3)
51
+ rack-mount (0.6.14)
55
52
  rack (>= 1.0.0)
56
- rack-ssl (1.3.2)
57
- rack
58
- rack-test (0.6.1)
53
+ rack-test (0.5.7)
59
54
  rack (>= 1.0)
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)
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)
66
61
  bundler (~> 1.0)
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)
62
+ railties (= 3.0.9)
63
+ railties (3.0.9)
64
+ actionpack (= 3.0.9)
65
+ activesupport (= 3.0.9)
72
66
  rake (>= 0.8.7)
73
67
  rdoc (~> 3.4)
74
- thor (~> 0.14.6)
68
+ thor (~> 0.14.4)
75
69
  rake (0.9.2)
76
70
  rdoc (3.8)
77
- sprockets (2.0.3)
78
- hike (~> 1.2)
79
- rack (~> 1.0)
80
- tilt (~> 1.1, != 1.3.0)
81
71
  thor (0.14.6)
82
- tilt (1.3.3)
83
- treetop (1.4.10)
84
- polyglot
72
+ treetop (1.4.9)
85
73
  polyglot (>= 0.3.1)
86
- tzinfo (0.3.31)
74
+ tzinfo (0.3.29)
87
75
 
88
76
  PLATFORMS
89
77
  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', '<= 3.2')
14
+ s.add_dependency('rails', '> 3.0', '< 4.0' )
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,4 +1,4 @@
1
1
  module Datatable
2
2
  # http://semver.org
3
- VERSION = "0.2pre4"
3
+ VERSION = "0.2pre5"
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.2pre4
4
+ version: 0.2pre5
5
5
  prerelease: 3
6
6
  platform: ruby
7
7
  authors:
@@ -10,22 +10,22 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-12-06 00:00:00.000000000Z
13
+ date: 2012-02-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
- requirement: &14734840 !ruby/object:Gem::Requirement
17
+ requirement: &10550460 !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
- - - <=
23
+ - - <
24
24
  - !ruby/object:Gem::Version
25
- version: '3.2'
25
+ version: '4.0'
26
26
  type: :runtime
27
27
  prerelease: false
28
- version_requirements: *14734840
28
+ version_requirements: *10550460
29
29
  description: A Rails plugin for the jquery.datatables library
30
30
  email:
31
31
  - michaelgreenly@logic-refinery.com
@@ -236,9 +236,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
236
236
  - - ! '>='
237
237
  - !ruby/object:Gem::Version
238
238
  version: '0'
239
- segments:
240
- - 0
241
- hash: -480533876187815817
242
239
  required_rubygems_version: !ruby/object:Gem::Requirement
243
240
  none: false
244
241
  requirements:
@@ -247,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
244
  version: 1.3.1
248
245
  requirements: []
249
246
  rubyforge_project:
250
- rubygems_version: 1.8.10
247
+ rubygems_version: 1.8.15
251
248
  signing_key:
252
249
  specification_version: 3
253
250
  summary: A Rails plugin for the jquery.datatables library