omniauth-codissimo 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/omniauth-codissimo/version.rb +1 -1
- data/lib/omniauth-codissimo.rb +2 -1
- metadata +56 -61
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4d4ae1a20d1fbd50a6785a089cccc455563d2bb
|
4
|
+
data.tar.gz: 3f46730953027ff70eda4d26c399099974615996
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4d0ebd15b593fc65a8e494da98ca28dfefe2e7c19387ea0df123e2944fcfc806b8837e65ae7c61deca4cc795b15a03051677f598e366aa99cc574499360ee09
|
7
|
+
data.tar.gz: bbc17d09c1a6168c2e3f2910086bf0d45208311ab0b2c37ffe80164d14a59754ef82606758d99492404d89ba214e492e04e53e463a6ff118f795cbaa7743147e
|
data/lib/omniauth-codissimo.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-codissimo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michal Hlavacek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|
@@ -38,57 +38,54 @@ dependencies:
|
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description: Omniauth-codissimo is
|
42
|
-
with Codissimo Account.
|
41
|
+
description: Omniauth-codissimo is a strategy for Omniauth gem.
|
43
42
|
email:
|
44
43
|
- michal@codissimo.co.uk
|
45
44
|
executables: []
|
46
45
|
extensions: []
|
47
46
|
extra_rdoc_files: []
|
48
47
|
files:
|
49
|
-
- MIT-LICENSE
|
50
|
-
- README.rdoc
|
51
|
-
- Rakefile
|
52
|
-
- lib/omniauth-codissimo.rb
|
53
48
|
- lib/omniauth-codissimo/version.rb
|
49
|
+
- lib/omniauth-codissimo.rb
|
54
50
|
- lib/tasks/omniauth-codissimo_tasks.rake
|
55
|
-
-
|
56
|
-
-
|
51
|
+
- MIT-LICENSE
|
52
|
+
- Rakefile
|
53
|
+
- README.rdoc
|
54
|
+
- test/omniauth_codissimo_test.rb
|
55
|
+
- test/dummy/config.ru
|
56
|
+
- test/dummy/public/favicon.ico
|
57
|
+
- test/dummy/public/404.html
|
58
|
+
- test/dummy/public/500.html
|
59
|
+
- test/dummy/public/422.html
|
60
|
+
- test/dummy/app/views/layouts/application.html.erb
|
61
|
+
- test/dummy/app/helpers/application_helper.rb
|
62
|
+
- test/dummy/app/controllers/application_controller.rb
|
57
63
|
- test/dummy/app/assets/javascripts/application.js
|
58
64
|
- test/dummy/app/assets/stylesheets/application.css
|
59
|
-
- test/dummy/app/controllers/application_controller.rb
|
60
|
-
- test/dummy/app/helpers/application_helper.rb
|
61
|
-
- test/dummy/app/views/layouts/application.html.erb
|
62
65
|
- test/dummy/bin/bundle
|
63
66
|
- test/dummy/bin/rails
|
64
67
|
- test/dummy/bin/rake
|
65
|
-
- test/dummy/config.ru
|
66
|
-
- test/dummy/config/application.rb
|
67
|
-
- test/dummy/config/boot.rb
|
68
|
-
- test/dummy/config/database.yml
|
69
68
|
- test/dummy/config/environment.rb
|
70
|
-
- test/dummy/config/
|
69
|
+
- test/dummy/config/database.yml
|
70
|
+
- test/dummy/config/routes.rb
|
71
|
+
- test/dummy/config/boot.rb
|
72
|
+
- test/dummy/config/locales/en.yml
|
73
|
+
- test/dummy/config/application.rb
|
74
|
+
- test/dummy/config/secrets.yml
|
71
75
|
- test/dummy/config/environments/production.rb
|
72
76
|
- test/dummy/config/environments/test.rb
|
73
|
-
- test/dummy/config/
|
74
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
75
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
76
|
-
- test/dummy/config/initializers/inflections.rb
|
77
|
+
- test/dummy/config/environments/development.rb
|
77
78
|
- test/dummy/config/initializers/mime_types.rb
|
79
|
+
- test/dummy/config/initializers/inflections.rb
|
80
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
78
81
|
- test/dummy/config/initializers/session_store.rb
|
82
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
79
83
|
- test/dummy/config/initializers/wrap_parameters.rb
|
80
|
-
- test/dummy/config/
|
81
|
-
- test/dummy/
|
82
|
-
- test/dummy/
|
83
|
-
- test/dummy/db/test.sqlite3
|
84
|
-
- test/dummy/log/test.log
|
85
|
-
- test/dummy/public/404.html
|
86
|
-
- test/dummy/public/422.html
|
87
|
-
- test/dummy/public/500.html
|
88
|
-
- test/dummy/public/favicon.ico
|
89
|
-
- test/omniauth_codissimo_test.rb
|
84
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
85
|
+
- test/dummy/README.rdoc
|
86
|
+
- test/dummy/Rakefile
|
90
87
|
- test/test_helper.rb
|
91
|
-
homepage: https://github.com/
|
88
|
+
homepage: https://github.com/CodissimoUK/omniauth-codissimo
|
92
89
|
licenses:
|
93
90
|
- MIT
|
94
91
|
metadata: {}
|
@@ -108,45 +105,43 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
105
|
version: '0'
|
109
106
|
requirements: []
|
110
107
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.
|
108
|
+
rubygems_version: 2.1.11
|
112
109
|
signing_key:
|
113
110
|
specification_version: 4
|
114
|
-
summary: Omniauth-codissimo is a strategy
|
111
|
+
summary: Omniauth-codissimo is a strategy for Omniauth gem. It performs authentication
|
115
112
|
with Codissimo Account.
|
116
113
|
test_files:
|
117
|
-
- test/
|
118
|
-
- test/dummy/
|
114
|
+
- test/omniauth_codissimo_test.rb
|
115
|
+
- test/dummy/config.ru
|
119
116
|
- test/dummy/public/favicon.ico
|
117
|
+
- test/dummy/public/404.html
|
118
|
+
- test/dummy/public/500.html
|
120
119
|
- test/dummy/public/422.html
|
120
|
+
- test/dummy/app/views/layouts/application.html.erb
|
121
|
+
- test/dummy/app/helpers/application_helper.rb
|
122
|
+
- test/dummy/app/controllers/application_controller.rb
|
123
|
+
- test/dummy/app/assets/javascripts/application.js
|
124
|
+
- test/dummy/app/assets/stylesheets/application.css
|
125
|
+
- test/dummy/bin/bundle
|
126
|
+
- test/dummy/bin/rails
|
127
|
+
- test/dummy/bin/rake
|
128
|
+
- test/dummy/config/environment.rb
|
121
129
|
- test/dummy/config/database.yml
|
122
|
-
- test/dummy/config/
|
123
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
124
|
-
- test/dummy/config/initializers/mime_types.rb
|
125
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
126
|
-
- test/dummy/config/initializers/inflections.rb
|
127
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
128
|
-
- test/dummy/config/initializers/session_store.rb
|
130
|
+
- test/dummy/config/routes.rb
|
129
131
|
- test/dummy/config/boot.rb
|
130
|
-
- test/dummy/config/environment.rb
|
131
132
|
- test/dummy/config/locales/en.yml
|
132
133
|
- test/dummy/config/application.rb
|
133
|
-
- test/dummy/config/
|
134
|
+
- test/dummy/config/secrets.yml
|
135
|
+
- test/dummy/config/environments/production.rb
|
134
136
|
- test/dummy/config/environments/test.rb
|
135
137
|
- test/dummy/config/environments/development.rb
|
136
|
-
- test/dummy/config/
|
137
|
-
- test/dummy/config/
|
138
|
-
- test/dummy/
|
139
|
-
- test/dummy/
|
140
|
-
- test/dummy/
|
141
|
-
- test/dummy/
|
142
|
-
- test/dummy/
|
143
|
-
- test/dummy/log/test.log
|
138
|
+
- test/dummy/config/initializers/mime_types.rb
|
139
|
+
- test/dummy/config/initializers/inflections.rb
|
140
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
141
|
+
- test/dummy/config/initializers/session_store.rb
|
142
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
143
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
144
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
144
145
|
- test/dummy/README.rdoc
|
145
|
-
- test/dummy/
|
146
|
-
- test/dummy/app/assets/stylesheets/application.css
|
147
|
-
- test/dummy/app/views/layouts/application.html.erb
|
148
|
-
- test/dummy/app/helpers/application_helper.rb
|
149
|
-
- test/dummy/app/controllers/application_controller.rb
|
150
|
-
- test/dummy/config.ru
|
146
|
+
- test/dummy/Rakefile
|
151
147
|
- test/test_helper.rb
|
152
|
-
- test/omniauth_codissimo_test.rb
|
data/test/dummy/db/test.sqlite3
DELETED
File without changes
|