simple_view_helpers 0.0.1 → 0.0.2

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.
@@ -1,4 +1,4 @@
1
- <fieldset>
1
+ <fieldset class="simple_view_helpers">
2
2
  <% if legend %>
3
3
  <legend><%= legend %></legend>
4
4
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module SimpleViewHelpers
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_view_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -137,18 +137,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
137
  - - ! '>='
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
- segments:
141
- - 0
142
- hash: -2923641456279499700
143
140
  required_rubygems_version: !ruby/object:Gem::Requirement
144
141
  none: false
145
142
  requirements:
146
143
  - - ! '>='
147
144
  - !ruby/object:Gem::Version
148
145
  version: '0'
149
- segments:
150
- - 0
151
- hash: -2923641456279499700
152
146
  requirements: []
153
147
  rubyforge_project:
154
148
  rubygems_version: 1.8.24
@@ -156,3 +150,4 @@ signing_key:
156
150
  specification_version: 3
157
151
  summary: Some useful HTML generating view helpers.
158
152
  test_files: []
153
+ has_rdoc: