omniauth-timetree 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 292fd5cf9dfe3805f15a0e4ab947d7463bb2569a90a49ba7b58ca7947fa67ed3
4
- data.tar.gz: b54f9805d0cc54384a4fa4c894ec2da8b7ec1dcf0fbdadee7ecde690b61e2d90
3
+ metadata.gz: c213457efb6e0747b22759a5a7387f882cad5026506ee3be70a60bc274462945
4
+ data.tar.gz: 7da7b09a941725f8fd3b8b5cd403e8c2b7e521bba5fdd7bb227e1c05aca736b9
5
5
  SHA512:
6
- metadata.gz: bc1721a16bbcfb4f4aa5cda9eef8e34b51a2786d439d4be6d64ab5ae17e6603ba698fe406175f328743d783ce74bad7cf4eb4087633add396c24cd4721f468b0
7
- data.tar.gz: c9c2f7090527b63cbf4f9b75505b91584ec3b6b40ede6a62f707a70b064b9bc36712a28e0f7328aa5a6b1b6eadc01a314044befdcc1ecbcee9e2e89fb49215f3
6
+ metadata.gz: cdd2bfe367711053724a699ba0356ab61d68a7342fdae6968eef7c662c5b0bc8dfa463b2100ff0713ca6f8b5d2eb413409fdc2de58dd8159b89fa2f57abaa759
7
+ data.tar.gz: 7b5fe1728b631a7dfef3705e3de2421799ed1361a6b751c4dc0064edb4529dcd3bf10776881357529c0fce69076436bbe3e1d8ba75edaeec28ba93e52340c53f
@@ -1,3 +1,7 @@
1
+ # 0.2.1
2
+
3
+ - bug fix for 'TimeTree' camelization.
4
+
1
5
  # 0.2.0
2
6
 
3
7
  - do refactor.
@@ -2,3 +2,5 @@
2
2
 
3
3
  require 'omniauth-timetree/version'
4
4
  require 'omniauth/strategies/timetree'
5
+ OmniAuth.config.add_camelization('timetree', 'TimeTree')
6
+
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module TimeTree
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-timetree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenji Koshikawa
@@ -167,7 +167,7 @@ metadata:
167
167
  homepage_uri: https://github.com/koshilife/omniauth-timetree
168
168
  source_code_uri: https://github.com/koshilife/omniauth-timetree
169
169
  changelog_uri: https://github.com/koshilife/omniauth-timetree/blob/master/CHANGELOG.md
170
- documentation_uri: https://www.rubydoc.info/gems/omniauth-timetree/0.2.0
170
+ documentation_uri: https://www.rubydoc.info/gems/omniauth-timetree/0.2.1
171
171
  post_install_message:
172
172
  rdoc_options: []
173
173
  require_paths: