hallo_rails 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/hallo_rails.rb +0 -1
- data/lib/hallo_rails/version.rb +1 -1
- metadata +4 -4
data/lib/hallo_rails.rb
CHANGED
@@ -47,7 +47,6 @@ module HalloRails
|
|
47
47
|
content_tag( :div, class: 'editable_wrapper', style: options[:inline] ? 'display:inline-block' : nil) do
|
48
48
|
content_tag( options[:tag], options[:content].present? ? options[:content] : options[:blank_text],
|
49
49
|
class: 'form_editable',
|
50
|
-
id: "#{object_name}_#{method.to_s}",
|
51
50
|
data: { model: object_name,
|
52
51
|
method: method.to_s,
|
53
52
|
editable_options: options[:hallo_options],
|
data/lib/hallo_rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hallo_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -60,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
60
60
|
version: '0'
|
61
61
|
segments:
|
62
62
|
- 0
|
63
|
-
hash:
|
63
|
+
hash: 1084584241973192819
|
64
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
65
|
none: false
|
66
66
|
requirements:
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
version: '0'
|
70
70
|
segments:
|
71
71
|
- 0
|
72
|
-
hash:
|
72
|
+
hash: 1084584241973192819
|
73
73
|
requirements: []
|
74
74
|
rubyforge_project:
|
75
75
|
rubygems_version: 1.8.24
|