defensor 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'defensor'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "defensor"
8
- spec.version = Defensor::VERSION
8
+ spec.version = Defensor::Version::VERSION
9
9
  spec.authors = ["Oleg Bovykin"]
10
10
  spec.email = ["oleg.bovykin@gmail.com"]
11
11
  spec.description = %q{Unofficial Ruby library for Defensio 2.0}
@@ -1,3 +1,3 @@
1
1
  module Defensor::Version
2
- VERSION = "0.1.0"
2
+ VERSION = "0.12.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: defensor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: