oa-mailru_alexandrov 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/oa-mailru_alexandrov.gemspec +62 -0
- data/pkg/oa-mailru_alexandrov-0.0.4.gem +0 -0
- data/pkg/oa-mailru_alexandrov-0.0.5.gem +0 -0
- metadata +6 -4
data/LICENSE
CHANGED
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ begin
|
|
9
9
|
gem.description = %Q{OmniAuth extension for mail.ru authentication}
|
10
10
|
gem.email = "igor.alexandrov@gmail.com"
|
11
11
|
gem.homepage = "http://github.com/igor-alexandrov/oa-mailru"
|
12
|
-
gem.authors = ["
|
12
|
+
gem.authors = ["Igor Alexandrov", "Alexander Gorkunov"]
|
13
13
|
# gem.rubyforge_project = "oa-mailru"
|
14
14
|
gem.add_dependency 'oa-core', '~>0.1.4'
|
15
15
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
@@ -0,0 +1,62 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = %q{oa-mailru_alexandrov}
|
8
|
+
s.version = "0.0.5"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Igor Alexandrov", "Alexander Gorkunov"]
|
12
|
+
s.date = %q{2011-02-07}
|
13
|
+
s.description = %q{OmniAuth extension for mail.ru authentication}
|
14
|
+
s.email = %q{igor.alexandrov@gmail.com}
|
15
|
+
s.extra_rdoc_files = [
|
16
|
+
"LICENSE",
|
17
|
+
"README.rdoc"
|
18
|
+
]
|
19
|
+
s.files = [
|
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_alexandrov.gemspec",
|
29
|
+
"pkg/oa-mailru_alexandrov-0.0.4.gem",
|
30
|
+
"pkg/oa-mailru_alexandrov-0.0.5.gem",
|
31
|
+
"spec/oa-mailru_spec.rb",
|
32
|
+
"spec/spec.opts",
|
33
|
+
"spec/spec_helper.rb"
|
34
|
+
]
|
35
|
+
s.homepage = %q{http://github.com/igor-alexandrov/oa-mailru}
|
36
|
+
s.require_paths = ["lib"]
|
37
|
+
s.rubygems_version = %q{1.5.0}
|
38
|
+
s.summary = %q{OmniAuth extension for mail.ru authentication}
|
39
|
+
s.test_files = [
|
40
|
+
"spec/oa-mailru_spec.rb",
|
41
|
+
"spec/spec_helper.rb"
|
42
|
+
]
|
43
|
+
|
44
|
+
if s.respond_to? :specification_version then
|
45
|
+
s.specification_version = 3
|
46
|
+
|
47
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
48
|
+
s.add_runtime_dependency(%q<oa-core>, ["~> 0.1.4"])
|
49
|
+
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
50
|
+
s.add_development_dependency(%q<yard>, [">= 0"])
|
51
|
+
else
|
52
|
+
s.add_dependency(%q<oa-core>, ["~> 0.1.4"])
|
53
|
+
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
54
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
55
|
+
end
|
56
|
+
else
|
57
|
+
s.add_dependency(%q<oa-core>, ["~> 0.1.4"])
|
58
|
+
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
59
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oa-mailru_alexandrov
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
-
- Alexander Gorkunov
|
14
13
|
- Igor Alexandrov
|
14
|
+
- Alexander Gorkunov
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
@@ -83,7 +83,9 @@ files:
|
|
83
83
|
- lib/omniauth/mailru.rb
|
84
84
|
- lib/omniauth/strategies/mailru_api.rb
|
85
85
|
- lib/omniauth/strategies/mailru_api/view_helper.rb
|
86
|
+
- oa-mailru_alexandrov.gemspec
|
86
87
|
- pkg/oa-mailru_alexandrov-0.0.4.gem
|
88
|
+
- pkg/oa-mailru_alexandrov-0.0.5.gem
|
87
89
|
- spec/oa-mailru_spec.rb
|
88
90
|
- spec/spec.opts
|
89
91
|
- spec/spec_helper.rb
|