ruby_contracts 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ruby_contracts/version.rb +1 -1
- data/ruby_contracts.gemspec +1 -1
- metadata +2 -2
data/ruby_contracts.gemspec
CHANGED
|
@@ -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 = ["
|
|
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.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- nicoolas25
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|