kruptos 0.0.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/kruptos.gemspec +1 -1
  2. metadata +1 -1
data/kruptos.gemspec CHANGED
@@ -5,7 +5,7 @@ require 'kruptos/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "kruptos"
8
- gem.version = Kruptos::VERSION
8
+ gem.version = File.exist?('VERSION') ? File.read('VERSION') : Kruptos::VERSION
9
9
  gem.authors = ["Pat Laplante"]
10
10
  gem.email = ["pat@covenofchaos.com"]
11
11
  gem.description = %q{Crypto ruby gem}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kruptos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: