cutter 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -0
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -41,6 +41,8 @@ If you want all #inspect! methods fall silent at once, use
|
|
41
41
|
To make them sound again do
|
42
42
|
Cutter::Inspection.loud!
|
43
43
|
|
44
|
+
You can clone it and try bundle exec rspec spec/inspection/demo_spec. Very! Very simple!
|
45
|
+
|
44
46
|
==II) #stamper
|
45
47
|
def your_method
|
46
48
|
stamper("testing pieces of code") do
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: cutter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.5.
|
5
|
+
version: 0.5.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- stanislaw
|
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
109
|
requirements:
|
110
110
|
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
hash:
|
112
|
+
hash: 1029971855
|
113
113
|
segments:
|
114
114
|
- 0
|
115
115
|
version: "0"
|