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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e59df8b5f88e86b5a9273d0e9425877b7d1ac9d7
4
- data.tar.gz: bad0ff260f93ec00942959d9538e1c119194314e
3
+ metadata.gz: f4d4ae1a20d1fbd50a6785a089cccc455563d2bb
4
+ data.tar.gz: 3f46730953027ff70eda4d26c399099974615996
5
5
  SHA512:
6
- metadata.gz: c3ebc00f776231b0b685c7796e2c83458fdde24d01d7261d5a033248625762a2b63a14dc90b6381d65a0dc28f22e270d888dd739523ed6e30813e6d3723e9ac2
7
- data.tar.gz: 251cca316aa0b0bfb3ad9e8cc8339e9c2835003d455f107841281a95acb6b4c424443bbf682eaefe7444829fadfee916adb0536c62fd042aeedb22fff3f55c43
6
+ metadata.gz: d4d0ebd15b593fc65a8e494da98ca28dfefe2e7c19387ea0df123e2944fcfc806b8837e65ae7c61deca4cc795b15a03051677f598e366aa99cc574499360ee09
7
+ data.tar.gz: bbc17d09c1a6168c2e3f2910086bf0d45208311ab0b2c37ffe80164d14a59754ef82606758d99492404d89ba214e492e04e53e463a6ff118f795cbaa7743147e
@@ -1,3 +1,3 @@
1
1
  module OmniauthCodissimo
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -15,7 +15,8 @@ module OmniAuth
15
15
 
16
16
  info do
17
17
  {
18
- :email => raw_info["email"]
18
+ :email => raw_info["email"],
19
+ :name => raw_info["name"]
19
20
  # and anything else you want to return to your API consumers
20
21
  }
21
22
  end
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.6
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-08-08 00:00:00.000000000 Z
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 an strategy to Omniauth gem. It performs authentication
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
- - test/dummy/README.rdoc
56
- - test/dummy/Rakefile
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/environments/development.rb
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/initializers/backtrace_silencers.rb
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/locales/en.yml
81
- - test/dummy/config/routes.rb
82
- - test/dummy/config/secrets.yml
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/HlavacekMichal/omniauth-codissimo
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.2.2
108
+ rubygems_version: 2.1.11
112
109
  signing_key:
113
110
  specification_version: 4
114
- summary: Omniauth-codissimo is a strategy to Omniauth gem. It performs authentication
111
+ summary: Omniauth-codissimo is a strategy for Omniauth gem. It performs authentication
115
112
  with Codissimo Account.
116
113
  test_files:
117
- - test/dummy/public/500.html
118
- - test/dummy/public/404.html
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/initializers/wrap_parameters.rb
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/routes.rb
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/environments/production.rb
137
- - test/dummy/config/secrets.yml
138
- - test/dummy/Rakefile
139
- - test/dummy/db/test.sqlite3
140
- - test/dummy/bin/rake
141
- - test/dummy/bin/rails
142
- - test/dummy/bin/bundle
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/app/assets/javascripts/application.js
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
File without changes
@@ -1,5 +0,0 @@
1
-  (0.2ms) begin transaction
2
- ---------------------------------
3
- OmniauthCodissimoTest: test_truth
4
- ---------------------------------
5
-  (0.1ms) rollback transaction