tabletastic 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Tabletastic
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -27,7 +27,6 @@ module TabletasticSpecHelper
27
27
  include ActionView::Helpers::ActiveModelHelper
28
28
  include ActionView::Helpers::RecordTagHelper
29
29
  include ActionView::Helpers::CaptureHelper
30
- include ActionView::Helpers::RawOutputHelper
31
30
  include ActionDispatch::Routing::PolymorphicRoutes
32
31
 
33
32
  def self.included(base)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabletastic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joshua Davey
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-26 00:00:00 -05:00
19
- default_executable:
18
+ date: 2011-08-10 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: activesupport
@@ -30,8 +29,7 @@ dependencies:
30
29
  segments:
31
30
  - 3
32
31
  - 0
33
- - 0
34
- version: 3.0.0
32
+ version: "3.0"
35
33
  type: :runtime
36
34
  version_requirements: *id001
37
35
  - !ruby/object:Gem::Dependency
@@ -71,7 +69,6 @@ files:
71
69
  - spec/tabletastic/table_field_spec.rb
72
70
  - spec/tabletastic_spec.rb
73
71
  - spec/spec_helper.rb
74
- has_rdoc: true
75
72
  homepage: http://github.com/jgdavey/tabletastic
76
73
  licenses: []
77
74
 
@@ -103,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
100
  requirements: []
104
101
 
105
102
  rubyforge_project:
106
- rubygems_version: 1.5.2
103
+ rubygems_version: 1.8.6
107
104
  signing_key:
108
105
  specification_version: 3
109
106
  summary: A smarter table builder for Rails collections