cornflakeomnisocial 0.1.2.6 → 0.1.2.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,11 +4,19 @@
|
|
4
4
|
<%= form_for @user, :url => confirm_path(:account_id => @account) do |f| %>
|
5
5
|
<%= f.error_messages %>
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
<p>
|
8
|
+
<%= f.label :display_name %>:
|
9
|
+
<%= f.text_field :display_name %>
|
10
|
+
</p>
|
9
11
|
|
10
|
-
|
11
|
-
|
12
|
+
<p>
|
13
|
+
<%= f.label :email_address %>:
|
14
|
+
<%= f.text_field :email_address %><br />
|
15
|
+
</p>
|
16
|
+
|
17
|
+
<p>
|
18
|
+
<label> </label>
|
19
|
+
<%= f.submit %>
|
20
|
+
</p>
|
12
21
|
|
13
|
-
<%= f.submit %>
|
14
22
|
<% end %>
|
data/lib/omnisocial/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cornflakeomnisocial
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 2
|
10
|
-
-
|
11
|
-
version: 0.1.2.
|
10
|
+
- 7
|
11
|
+
version: 0.1.2.7
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Jason Kotchoff
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-08-
|
19
|
+
date: 2011-08-15 00:00:00 +10:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|