istart-rails 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
File without changes
data/Changelog.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/License.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -31,6 +31,7 @@ jQuery ->
31
31
  "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>"
32
32
  "sPaginationType": "bootstrap"
33
33
  "bStateSave": true
34
+ "iDisplayLength": table.data("datatable-display-length") || 10
34
35
  "fnStateSave": (oSettings, oData) ->
35
36
  localStorage.setItem 'DataTables_'+window.location.pathname, JSON.stringify(oData)
36
37
  "fnStateLoad": (oSettings) ->
data/istart-rails.gemspec CHANGED
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Istart
2
2
  module Rails
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
data/lib/istart/rails.rb CHANGED
File without changes
data/lib/istart-rails.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istart-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-28 00:00:00.000000000Z
12
+ date: 2012-11-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails
16
- requirement: &70274667182440 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70274667182440
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  description: iStart-Rails is a set of common helpers to improve your app and speed
26
31
  up it's development
27
32
  email:
@@ -62,9 +67,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
67
  version: '0'
63
68
  requirements: []
64
69
  rubyforge_project: istart-rails
65
- rubygems_version: 1.8.17
70
+ rubygems_version: 1.8.23
66
71
  signing_key:
67
72
  specification_version: 3
68
73
  summary: Assets helpers to speed up new app development
69
74
  test_files: []
70
- has_rdoc: