metaitems 0.0.2 → 0.0.3.alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  <h1>Изменить метаданные</h1>
2
2
 
3
- <% form_options = { :url => metaitem_path, :html => {:method => :put } } %>
4
- <%= simple_form_for @metaitem, form_options do |f| %>
3
+ <%= simple_form_for @metaitem, :url => metaitem_path, :html => {:method => :put } do |f| %>
5
4
  <%= f.error_notification %>
6
5
 
7
6
  <div class="form-inputs">
@@ -1,3 +1,3 @@
1
1
  module Metaitems
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3.alpha"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metaitems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
- prerelease:
4
+ version: 0.0.3.alpha
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sergey Kucher
@@ -63,16 +63,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  segments:
65
65
  - 0
66
- hash: 1893985504039382373
66
+ hash: 3401038667409616976
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  none: false
69
69
  requirements:
70
- - - ! '>='
70
+ - - ! '>'
71
71
  - !ruby/object:Gem::Version
72
- version: '0'
73
- segments:
74
- - 0
75
- hash: 1893985504039382373
72
+ version: 1.3.1
76
73
  requirements: []
77
74
  rubyforge_project:
78
75
  rubygems_version: 1.8.25