fishbone 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -3
- data/fish-bone.svg +34 -0
- data/fishbone.gemspec +0 -8
- data/lib/fishbone/version.rb +1 -1
- data/noun_115499.svg +1 -0
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4568e731798b3b429a1890ba6404ffb9f25d864d
|
|
4
|
+
data.tar.gz: 8d391ccf3abf4cac83290125a21a93251056e543
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ceb97662746061b094fb1928796479717f3b659143c9fe6069218dcb6c113c367f1e7698e185f34f06ac2d3a2f8b93df8a0bb69a36cc0b64f2bbb4e17a59030
|
|
7
|
+
data.tar.gz: e5d6965b047c28c4ee12c4b21fe63f8a91e2dc8fdd323487c45017c0d0c3e884c5ebf3fb8e53b7bc60bfe09b568a5a0f3ec87130b84d69bcc706aa43e4bea626
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Fishbone
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
I wanted something to jumpstart automated tests, and I liked how rails generates scaffolding from the commandline. Bringing those two ideas together, I created a fishbone commandline tool to generate some scaffolding; consistent, intuitive, and easily configurable for any test automation professional.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
data/fish-bone.svg
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M79,69l-8-9.2V40.3l8-8.5l19.5,18.3L79,69z M73.7,58.8l5.5,6.3l15.5-15L79.2,35.6l-5.5,5.8V58.8z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g>
|
|
10
|
+
<rect x="21.4" y="49" width="50.9" height="2.7"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g>
|
|
13
|
+
<path d="M3.3,69.4l6-19.9L3,31.1l20.4,19.3L3.3,69.4z M9,40.4l3.1,9L8.7,60.6l10.8-10.2L9,40.4z"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g>
|
|
16
|
+
<circle cx="82.6" cy="46.4" r="1.6"/>
|
|
17
|
+
</g>
|
|
18
|
+
<g>
|
|
19
|
+
<rect x="59.9" y="40.6" width="2.7" height="19.6"/>
|
|
20
|
+
</g>
|
|
21
|
+
<g>
|
|
22
|
+
<rect x="52.2" y="37.2" width="2.7" height="25.3"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g>
|
|
25
|
+
<rect x="44.4" y="33.7" width="2.7" height="33.4"/>
|
|
26
|
+
</g>
|
|
27
|
+
<g>
|
|
28
|
+
<rect x="36.6" y="35.4" width="2.7" height="29.1"/>
|
|
29
|
+
</g>
|
|
30
|
+
<g>
|
|
31
|
+
<rect x="28.9" y="40.5" width="2.7" height="20.2"/>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
data/fishbone.gemspec
CHANGED
|
@@ -14,14 +14,6 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = "https://github.com/jasonmci/fishbone"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
|
-
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
18
|
-
# delete this section to allow pushing this gem to any host.
|
|
19
|
-
# if spec.respond_to?(:metadata)
|
|
20
|
-
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
|
|
21
|
-
# else
|
|
22
|
-
# raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
23
|
-
# end
|
|
24
|
-
|
|
25
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
18
|
spec.bindir = "exe"
|
|
27
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
data/lib/fishbone/version.rb
CHANGED
data/noun_115499.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><g><path d="M94.6,44.2L70.8,25v17.3h-2.2L54.7,27.5L53.1,29l12.5,13.3h-8.1L46.4,30.5L44.7,32l9.7,10.4h-8.1L38,33.2l-1.6,1.5l6.9,7.6 h-8.1l-5.3-6.2l-1.7,1.4l4.1,4.8h-8.8L4.8,27.7l8.7,16.5L4.8,60.7l18.6-14.6h8.8l-4,4.7l1.7,1.4l5.3-6.2h8.1l-6.9,7.6l1.6,1.5 l8.2-9.1h8.1l-9.6,10.4l1.6,1.5l11-11.9h8.1L53.1,59.4l1.6,1.5l13.9-14.8h2.2v17.3L94.6,44.2z M11.6,52.5l3.8-7.3l0.5-1l-0.5-1 l-3.8-7.3l10.6,8.3L11.6,52.5z M73,29.7l18.1,14.5L73,58.8V29.7z"></path><circle cx="81.3" cy="41.4" r="1.8"></circle></g></svg>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fishbone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason McInerney
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -86,11 +86,13 @@ files:
|
|
|
86
86
|
- bin/console
|
|
87
87
|
- bin/setup
|
|
88
88
|
- exe/fishbone
|
|
89
|
+
- fish-bone.svg
|
|
89
90
|
- fishbone.gemspec
|
|
90
91
|
- lib/fishbone.rb
|
|
91
92
|
- lib/fishbone/templates/edge.erb
|
|
92
93
|
- lib/fishbone/templates/object.erb
|
|
93
94
|
- lib/fishbone/version.rb
|
|
95
|
+
- noun_115499.svg
|
|
94
96
|
homepage: https://github.com/jasonmci/fishbone
|
|
95
97
|
licenses:
|
|
96
98
|
- MIT
|
|
@@ -111,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
113
|
version: '0'
|
|
112
114
|
requirements: []
|
|
113
115
|
rubyforge_project:
|
|
114
|
-
rubygems_version: 2.
|
|
116
|
+
rubygems_version: 2.5.1
|
|
115
117
|
signing_key:
|
|
116
118
|
specification_version: 4
|
|
117
119
|
summary: Generate code for test automation
|