cocot 1.0.0 → 1.0.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.
- checksums.yaml +15 -0
- data/Changelog.md +7 -0
- data/License.md +14 -1
- data/ReadMe.md +25 -2
- metadata +11 -17
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
MjdlNTQ5YTc5NTQ3YzIwMWQ1YzlmYTk0ZDFjYjY1NzE3OGQ5OGE3Yg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YTY1ZGM0OWI1ZmE3YzkxNGYzNGQ5YzQzYWJlYzRkMmQ3ZTU1NTA3Mw==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
NGFhYWQ2MjI3MzM4NDZjMjZmMjRkYWYxNmNlMmUwOTFlOGMyMjA2MTA1MTMx
|
|
10
|
+
Mzc2MTE3YWMxMzEzYzg2YzcyZGI2NmEzM2E0NjBjNGQyZWY0NTFhMTgyMjRl
|
|
11
|
+
OTA1Mzg2ZGExN2I4MDc4OTVjOWVjZmFkYWJmNzI4YzNiNGU0Y2I=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YTljZjA1MWMwOWY5ZWY1MmRiNDE1MjY2NzBhYjhhODEwZDg4OTk2M2EwMTRk
|
|
14
|
+
YmIxODYyNjczNTNjZDdiYzhhYTYyNjMxODQwYjY5OGNhOTMwOGNjZDAzNjU1
|
|
15
|
+
MTdiZGEyMDUzOWExNmI3NzFiMWQwOWRjZDg2ZGU0M2VkM2M3MDM=
|
data/Changelog.md
CHANGED
data/License.md
CHANGED
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2013 cocot
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
5
|
+
the Software with the rights to use, copy, modify, merge, publish and distribute.
|
|
6
|
+
This software can not be sold, can't get money from it. In case you want to
|
|
7
|
+
distribute it around please mention the author, thank you.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
11
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
12
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
13
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
14
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/ReadMe.md
CHANGED
|
@@ -8,6 +8,11 @@ It supposes that you...
|
|
|
8
8
|
|
|
9
9
|
use RSpec and Cucumber for BDD developing, so it creates the conventional files and folders for work with.
|
|
10
10
|
|
|
11
|
+
How can I install it?
|
|
12
|
+
-----------------
|
|
13
|
+
|
|
14
|
+
By rubygems with `gem install cocot`.
|
|
15
|
+
|
|
11
16
|
How can I use it?
|
|
12
17
|
-----------------
|
|
13
18
|
|
|
@@ -43,10 +48,10 @@ Skeleton
|
|
|
43
48
|
| support\
|
|
44
49
|
| | env.rb
|
|
45
50
|
lib\
|
|
46
|
-
| proyect
|
|
51
|
+
| proyect*\
|
|
47
52
|
| proyect*.rb
|
|
48
53
|
spec\
|
|
49
|
-
| proyect
|
|
54
|
+
| proyect*\
|
|
50
55
|
| spec_helper.rb
|
|
51
56
|
Changelog.md
|
|
52
57
|
Gemfile
|
|
@@ -63,3 +68,21 @@ TODO
|
|
|
63
68
|
|
|
64
69
|
* --full option. It builds you extra folders, like "Data", "Share", and "Test".
|
|
65
70
|
* --git-init option. Initialize a git repository(you will need to have **Git** in your system), and stash all the files created by **cocot**.
|
|
71
|
+
|
|
72
|
+
License
|
|
73
|
+
-------
|
|
74
|
+
|
|
75
|
+
Copyright (c) 2013 cocot
|
|
76
|
+
|
|
77
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
78
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
79
|
+
the Software with the rights to use, copy, modify, merge, publish and distribute.
|
|
80
|
+
This software can not be sold, can't get money from it. In case you want to
|
|
81
|
+
distribute it around please mention the author, thank you.
|
|
82
|
+
|
|
83
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
84
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
85
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
86
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
87
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
88
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
metadata
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.0.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Damián M. González
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-04 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: Skeleton builder of a new proyect which will be developed with BDD. This
|
|
15
|
-
application build the folders and archives
|
|
16
|
-
proyect BDD oriented. For that, it's supposed that will be used Cucumber and
|
|
17
|
-
also minitest). This have no relation with Rails.
|
|
14
|
+
application build the folders and archives necessary to start developing fast a
|
|
15
|
+
new proyect BDD oriented. For that, it's supposed that will be used Cucumber and
|
|
16
|
+
RSpec(perhaps also minitest). This have no relation with Rails.
|
|
18
17
|
email:
|
|
19
18
|
executables:
|
|
20
19
|
- cocot
|
|
@@ -44,32 +43,27 @@ files:
|
|
|
44
43
|
- spec/cocot/salida_estandar_spec.rb
|
|
45
44
|
- spec/spec_helper.rb
|
|
46
45
|
homepage: https://github.com/IgorJorobus/cocot
|
|
47
|
-
licenses:
|
|
46
|
+
licenses:
|
|
47
|
+
- cocot
|
|
48
|
+
metadata: {}
|
|
48
49
|
post_install_message: You can start to skeletonize your new proyect now!
|
|
49
|
-
rdoc_options:
|
|
50
|
-
- --all
|
|
51
|
-
- --tab-width=1
|
|
52
|
-
- --format=darkfish
|
|
53
|
-
- --op=doc
|
|
54
|
-
- --force-output
|
|
50
|
+
rdoc_options: []
|
|
55
51
|
require_paths:
|
|
56
52
|
- lib
|
|
57
53
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
54
|
requirements:
|
|
60
55
|
- - ! '>='
|
|
61
56
|
- !ruby/object:Gem::Version
|
|
62
57
|
version: '0'
|
|
63
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
|
-
none: false
|
|
65
59
|
requirements:
|
|
66
60
|
- - ! '>='
|
|
67
61
|
- !ruby/object:Gem::Version
|
|
68
62
|
version: '0'
|
|
69
63
|
requirements: []
|
|
70
64
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 1.
|
|
65
|
+
rubygems_version: 2.1.5
|
|
72
66
|
signing_key:
|
|
73
|
-
specification_version:
|
|
67
|
+
specification_version: 4
|
|
74
68
|
summary: Skeleton builder of a new proyect which will be developed with BDD on Windows.
|
|
75
69
|
test_files: []
|