From 086632e804164404340414a0b8118933d3316879 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 4 Jan 2020 16:01:16 -0500 Subject: [PATCH] Version 0.8.0 (OAuth 2.0) --- Gemfile | 2 +- README.md | 2 +- init.rb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2acdd86..f1ec02c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'quickbooks-ruby' gem 'quickbooks-ruby-base' gem 'oauth-plugin' -gem 'oauth' +gem 'oauth2' gem 'roxml' gem 'nhtsa_vin' gem 'will_paginate' diff --git a/README.md b/README.md index 89baea9..a3d0ab1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Note: After the inital synchronization, this plugin will recieve push notificati The MIT License (MIT) -Copyright (c) 2017 rick barrette +Copyright (c) 2020 rick barrette Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/init.rb b/init.rb index 0ed5bcb..8aa4af0 100644 --- a/init.rb +++ b/init.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2017 rick barrette +#Copyright (c) 2020 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # @@ -31,7 +31,7 @@ Redmine::Plugin.register :redmine_qbo do name 'Redmine Quickbooks Online plugin' author 'Rick Barrette' description 'This is a plugin for Redmine to intergrate with Quickbooks Online to allow for seamless intergration CRM and invoicing of completed issues' - version '0.7.0' + version '0.8.0' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'http://rickbarrette.org' settings :default => {'empty' => true}, :partial => 'qbo/settings'