ruby_contracts 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RubyContracts
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -5,7 +5,7 @@ $:.push File.expand_path("../lib", __FILE__)
5
5
  require 'ruby_contracts/version'
6
6
 
7
7
  Gem::Specification.new do |gem|
8
- gem.authors = ["Nicolas ZERMATI"]
8
+ gem.authors = ["nicoolas25"]
9
9
  gem.email = ["nicoolas25@gmail.com"]
10
10
  gem.description = %q{Micro DSL to add pre & post condition to methods. It try to bring some design by contract in the Ruby world.}
11
11
  gem.summary = %q{Micro DSL to add pre & post condition to methods. It try to bring some design by contract in the Ruby world.}
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_contracts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Nicolas ZERMATI
8
+ - nicoolas25
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []