istart-rails 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Changelog.md CHANGED
@@ -1,6 +1,13 @@
1
1
  ### Dev
2
2
 
3
- [full changelog](http://github.com/ZenCocoon/istart-rails/compare/v0.0.6...master)
3
+ [full changelog](http://github.com/ZenCocoon/istart-rails/compare/v0.0.7...master)
4
+
5
+ ### 0.0.7 / 2012-04-22
6
+
7
+ [full changelog](http://github.com/ZenCocoon/istart-rails/compare/v0.0.6...v0.0.7)
8
+
9
+ * Fix
10
+ * Fix typo
4
11
 
5
12
  ### 0.0.6 / 2012-04-22
6
13
 
@@ -33,8 +33,8 @@ jQuery ->
33
33
  "fnStateLoad": (oSettings) ->
34
34
  JSON.parse localStorage.getItem('DataTables_'+window.location.pathname)
35
35
  "aoColumnDefs": [
36
- { "bSortable": false, "aTargets": [ "sort-no" ] },,
37
- { "sType": "string", "aTargets": [ "sort-as-string" ] }
36
+ { "bSortable": false, "aTargets": [ "sort-no" ] },
37
+ { "sType": "string", "aTargets": [ "sort-as-string" ] },
38
38
  { "sType": "numeric", "aTargets": [ "sort-as-numeric" ] },
39
39
  { "sType": "date", "aTargets": [ "sort-as-date" ] },
40
40
  { "sType": "dom", "aTargets": [ "sort-as-dom" ] }
@@ -1,5 +1,5 @@
1
1
  module Istart
2
2
  module Rails
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-04-22 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails
16
- requirement: &70149333800380 !ruby/object:Gem::Requirement
16
+ requirement: &70215820493960 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70149333800380
24
+ version_requirements: *70215820493960
25
25
  description: iStart-Rails is a set of common helpers to improve your app and speed
26
26
  up it's development
27
27
  email: