lib/cloudflare/version.rb in cloudflare-2.1.0 vs lib/cloudflare/version.rb in cloudflare-3.0.0

- old
+ new

@@ -1,6 +1,7 @@ # Copyright, 2012, by Marcin Prokop. +# Copyright, 2017, by Samuel G. D. Williams. <http://www.codeotaku.com> # # 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 @@ -16,8 +17,8 @@ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -module CloudFlare - VERSION = '2.1.0' +module Cloudflare + VERSION = '3.0.0' end