cutter 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. data/README.rdoc +2 -0
  2. 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.0
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: 951765971
112
+ hash: 1029971855
113
113
  segments:
114
114
  - 0
115
115
  version: "0"