rspec_twicks 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +33 -2
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,9 +1,40 @@
1
1
  = rspec_twicks
2
2
 
3
- Description goes here.
3
+ Rspec twicks
4
+
5
+ Little tools and twicks to make rspec more handy.
6
+
7
+ Collection of little rspec twicks
8
+
9
+ == Examples:
10
+
11
+ Instead of doing this:
12
+
13
+ it "should do this" do
14
+ # ...
15
+ end
16
+
17
+ Do this!
18
+
19
+ should 'do this' do
20
+ # ...
21
+ end
22
+
23
+ == Usage
24
+
25
+ Require libs
26
+
27
+ require 'rubygems'
28
+ require 'rspec_twicks'
29
+
30
+ And load with rspec
31
+
32
+
33
+ config.include(RspecTwicks)
34
+
4
35
 
5
36
  == Note on Patches/Pull Requests
6
-
37
+
7
38
  * Fork the project.
8
39
  * Make your feature addition or bug fix.
9
40
  * Add tests for it. This is important so I don't break it in a
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "rspec_twicks"
8
8
  gem.summary = %Q{Rspec twicks}
9
- gem.description = %Q{little tools to make rspec simpler.}
9
+ gem.description = %Q{Little tools and twicks to make rspec more handy.}
10
10
  gem.email = "kazu.dev@gmail.com"
11
11
  gem.homepage = "http://github.com/ktlacaelel/rspec_twicks"
12
12
  gem.authors = ["kazuyoshi tlacaelel"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.2
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_twicks
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - kazuyoshi tlacaelel
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: "0"
33
33
  type: :development
34
34
  version_requirements: *id001
35
- description: little tools to make rspec simpler.
35
+ description: Little tools and twicks to make rspec more handy.
36
36
  email: kazu.dev@gmail.com
37
37
  executables: []
38
38