maniok_bdd 0.0.0

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/README.md ADDED
@@ -0,0 +1,19 @@
1
+ BDD with POROs
2
+
3
+ [![Build Status](https://travis-ci.org/21croissants/maniok_bdd.png?branch=master)](https://travis-ci.org/21croissants/maniok_bdd) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/21croissants/maniok_bdd) [![Dependency Status](https://gemnasium.com/21croissants/maniok_bdd.png)](https://gemnasium.com/21croissants/maniok_bdd)
4
+
5
+ Install
6
+ =======
7
+
8
+ gem install maniok_bdd
9
+
10
+ Usage
11
+ =====
12
+
13
+ CODE EXAMPLE
14
+
15
+ Author
16
+ ======
17
+ [Jean-Michel Garnier](http://21croissants.com)<br/>
18
+
19
+ License: MIT<br/>
@@ -0,0 +1,3 @@
1
+ module ManiokBdd
2
+ VERSION = "0.0.0"
3
+ end
data/lib/maniok_bdd.rb ADDED
@@ -0,0 +1,4 @@
1
+ require "maniok_bdd/version"
2
+
3
+ module ManiokBdd
4
+ end
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: maniok_bdd
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.0
6
+ platform: ruby
7
+ authors:
8
+ - Jean-Michel Garnier
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email: jean-michel@21croissants.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/maniok_bdd/version.rb
22
+ - lib/maniok_bdd.rb
23
+ homepage: http://github.com/21croissants/maniok_bdd
24
+ licenses:
25
+ - MIT
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ segments:
36
+ - 0
37
+ hash: 3479588527671171048
38
+ none: false
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ segments:
45
+ - 0
46
+ hash: 3479588527671171048
47
+ none: false
48
+ requirements: []
49
+ rubyforge_project:
50
+ rubygems_version: 1.8.24
51
+ signing_key:
52
+ specification_version: 3
53
+ summary: BDD with POROs
54
+ test_files: []