oa-mailru 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/omniauth/strategies/mailru_api/view_helper.rb +1 -1
- data/oa-mailru-0.0.2.gem +0 -0
- data/oa-mailru.gemspec +19 -20
- metadata +8 -8
- data/.gitignore +0 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
@@ -22,7 +22,7 @@ module OmniAuth
|
|
22
22
|
HEADER
|
23
23
|
end
|
24
24
|
|
25
|
-
def mailru_login_button(control = nil, use_jquery_form =
|
25
|
+
def mailru_login_button(control = nil, use_jquery_form = true)
|
26
26
|
unless control.present?
|
27
27
|
control = "<a class='mrc__connectButton'></a>"
|
28
28
|
init_control = "mailru.connect.initButton();"
|
data/oa-mailru-0.0.2.gem
ADDED
Binary file
|
data/oa-mailru.gemspec
CHANGED
@@ -1,45 +1,44 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{oa-mailru}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Alexander Gorkunov"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-12-03}
|
13
13
|
s.description = %q{OmniAuth extension for mail.ru authentication}
|
14
14
|
s.email = %q{alexander.gorkunov@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
|
-
|
17
|
+
"README.rdoc"
|
18
18
|
]
|
19
19
|
s.files = [
|
20
|
-
"
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
20
|
+
"LICENSE",
|
21
|
+
"README.rdoc",
|
22
|
+
"Rakefile",
|
23
|
+
"VERSION",
|
24
|
+
"lib/oa-mailru.rb",
|
25
|
+
"lib/omniauth/mailru.rb",
|
26
|
+
"lib/omniauth/strategies/mailru_api.rb",
|
27
|
+
"lib/omniauth/strategies/mailru_api/view_helper.rb",
|
28
|
+
"oa-mailru-0.0.2.gem",
|
29
|
+
"oa-mailru.gemspec",
|
30
|
+
"spec/oa-mailru_spec.rb",
|
31
|
+
"spec/spec.opts",
|
32
|
+
"spec/spec_helper.rb"
|
33
33
|
]
|
34
34
|
s.homepage = %q{http://github.com/gorkunov/oa-mailru}
|
35
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
36
35
|
s.require_paths = ["lib"]
|
37
36
|
s.rubyforge_project = %q{oa-mailru}
|
38
37
|
s.rubygems_version = %q{1.3.7}
|
39
38
|
s.summary = %q{OmniAuth extension for mail.ru authentication}
|
40
39
|
s.test_files = [
|
41
|
-
"spec/
|
42
|
-
|
40
|
+
"spec/oa-mailru_spec.rb",
|
41
|
+
"spec/spec_helper.rb"
|
43
42
|
]
|
44
43
|
|
45
44
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oa-mailru
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexander Gorkunov
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-12-03 00:00:00 +03:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -74,7 +74,6 @@ extra_rdoc_files:
|
|
74
74
|
- LICENSE
|
75
75
|
- README.rdoc
|
76
76
|
files:
|
77
|
-
- .gitignore
|
78
77
|
- LICENSE
|
79
78
|
- README.rdoc
|
80
79
|
- Rakefile
|
@@ -83,6 +82,7 @@ files:
|
|
83
82
|
- lib/omniauth/mailru.rb
|
84
83
|
- lib/omniauth/strategies/mailru_api.rb
|
85
84
|
- lib/omniauth/strategies/mailru_api/view_helper.rb
|
85
|
+
- oa-mailru-0.0.2.gem
|
86
86
|
- oa-mailru.gemspec
|
87
87
|
- spec/oa-mailru_spec.rb
|
88
88
|
- spec/spec.opts
|
@@ -92,8 +92,8 @@ homepage: http://github.com/gorkunov/oa-mailru
|
|
92
92
|
licenses: []
|
93
93
|
|
94
94
|
post_install_message:
|
95
|
-
rdoc_options:
|
96
|
-
|
95
|
+
rdoc_options: []
|
96
|
+
|
97
97
|
require_paths:
|
98
98
|
- lib
|
99
99
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -122,5 +122,5 @@ signing_key:
|
|
122
122
|
specification_version: 3
|
123
123
|
summary: OmniAuth extension for mail.ru authentication
|
124
124
|
test_files:
|
125
|
-
- spec/spec_helper.rb
|
126
125
|
- spec/oa-mailru_spec.rb
|
126
|
+
- spec/spec_helper.rb
|
data/.gitignore
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
*.swp
|