motion-music 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/motion-music/version.rb +1 -1
- data/lib/rb-music/version.rb +1 -1
- metadata +2 -70
- data/.gitignore +0 -6
- data/Gemfile +0 -8
- data/Guardfile +0 -6
- data/doc/Gemfile.html +0 -111
- data/doc/Gemfile_lock.html +0 -168
- data/doc/Guardfile.html +0 -111
- data/doc/LICENSE.html +0 -124
- data/doc/Object.html +0 -116
- data/doc/RBMusic.html +0 -164
- data/doc/RBMusic/Interval.html +0 -440
- data/doc/RBMusic/Note.html +0 -620
- data/doc/RBMusic/NoteSet.html +0 -277
- data/doc/RBMusic/Scale.html +0 -274
- data/doc/README_md.html +0 -163
- data/doc/created.rid +0 -8
- data/doc/fonts.css +0 -167
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +0 -93
- data/doc/js/darkfish.js +0 -140
- data/doc/js/jquery.js +0 -18
- data/doc/js/navigation.js +0 -142
- data/doc/js/search.js +0 -109
- data/doc/js/search_index.js +0 -1
- data/doc/js/searcher.js +0 -228
- data/doc/projections_json.html +0 -115
- data/doc/rb-music_gemspec.html +0 -132
- data/doc/rdoc.css +0 -580
- data/doc/table_of_contents.html +0 -192
- data/lib/rb-music.rb +0 -8
- data/motion-music.gemspec +0 -20
- data/projections.json +0 -12
- data/rb-music.gemspec +0 -29
- data/spec/rb-music/constants_spec.rb +0 -27
- data/spec/rb-music/interval_spec.rb +0 -90
- data/spec/rb-music/note_set_spec.rb +0 -191
- data/spec/rb-music/note_spec.rb +0 -318
- data/spec/rb-music/scale_spec.rb +0 -88
- data/spec/spec_helper.rb +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8471f14afc62b7889a66ff96a1ebf386ac0633af
|
4
|
+
data.tar.gz: 48ba14ecc2378700b3eacf9c2844bca9854109f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21d06551213f73f1e7bf7b633de2772ce36bff91a6b3606db03244a4fee26e1691aff7b6cfd398f7c5e2dbea80fdfb572c56bb79abf4fb52d95769e4ec42aae7
|
7
|
+
data.tar.gz: d48977272d340fe062da532965c3786fa02304f2ec37f9f7c15c0ce1bd91980f8882caaa3674fc58aa8c1fa56bb5e4a75478ca9fbfe0ab56639cc955660bc6c2
|
data/lib/motion-music/version.rb
CHANGED
data/lib/rb-music/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-music
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Wise
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem wraps the rb-music gem to provide RubyMotion classes for working
|
14
14
|
with musical notes, scales and intervals.
|
@@ -19,84 +19,16 @@ extensions: []
|
|
19
19
|
extra_rdoc_files:
|
20
20
|
- README.md
|
21
21
|
files:
|
22
|
-
- ".gitignore"
|
23
|
-
- Gemfile
|
24
|
-
- Guardfile
|
25
22
|
- LICENSE
|
26
23
|
- README.md
|
27
|
-
- doc/Gemfile.html
|
28
|
-
- doc/Gemfile_lock.html
|
29
|
-
- doc/Guardfile.html
|
30
|
-
- doc/LICENSE.html
|
31
|
-
- doc/Object.html
|
32
|
-
- doc/RBMusic.html
|
33
|
-
- doc/RBMusic/Interval.html
|
34
|
-
- doc/RBMusic/Note.html
|
35
|
-
- doc/RBMusic/NoteSet.html
|
36
|
-
- doc/RBMusic/Scale.html
|
37
|
-
- doc/README_md.html
|
38
|
-
- doc/created.rid
|
39
|
-
- doc/fonts.css
|
40
|
-
- doc/fonts/Lato-Light.ttf
|
41
|
-
- doc/fonts/Lato-LightItalic.ttf
|
42
|
-
- doc/fonts/Lato-Regular.ttf
|
43
|
-
- doc/fonts/Lato-RegularItalic.ttf
|
44
|
-
- doc/fonts/SourceCodePro-Bold.ttf
|
45
|
-
- doc/fonts/SourceCodePro-Regular.ttf
|
46
|
-
- doc/images/add.png
|
47
|
-
- doc/images/arrow_up.png
|
48
|
-
- doc/images/brick.png
|
49
|
-
- doc/images/brick_link.png
|
50
|
-
- doc/images/bug.png
|
51
|
-
- doc/images/bullet_black.png
|
52
|
-
- doc/images/bullet_toggle_minus.png
|
53
|
-
- doc/images/bullet_toggle_plus.png
|
54
|
-
- doc/images/date.png
|
55
|
-
- doc/images/delete.png
|
56
|
-
- doc/images/find.png
|
57
|
-
- doc/images/loadingAnimation.gif
|
58
|
-
- doc/images/macFFBgHack.png
|
59
|
-
- doc/images/package.png
|
60
|
-
- doc/images/page_green.png
|
61
|
-
- doc/images/page_white_text.png
|
62
|
-
- doc/images/page_white_width.png
|
63
|
-
- doc/images/plugin.png
|
64
|
-
- doc/images/ruby.png
|
65
|
-
- doc/images/tag_blue.png
|
66
|
-
- doc/images/tag_green.png
|
67
|
-
- doc/images/transparent.png
|
68
|
-
- doc/images/wrench.png
|
69
|
-
- doc/images/wrench_orange.png
|
70
|
-
- doc/images/zoom.png
|
71
|
-
- doc/index.html
|
72
|
-
- doc/js/darkfish.js
|
73
|
-
- doc/js/jquery.js
|
74
|
-
- doc/js/navigation.js
|
75
|
-
- doc/js/search.js
|
76
|
-
- doc/js/search_index.js
|
77
|
-
- doc/js/searcher.js
|
78
|
-
- doc/projections_json.html
|
79
|
-
- doc/rb-music_gemspec.html
|
80
|
-
- doc/rdoc.css
|
81
|
-
- doc/table_of_contents.html
|
82
24
|
- lib/motion-music.rb
|
83
25
|
- lib/motion-music/version.rb
|
84
|
-
- lib/rb-music.rb
|
85
26
|
- lib/rb-music/constants.rb
|
86
27
|
- lib/rb-music/interval.rb
|
87
28
|
- lib/rb-music/note.rb
|
88
29
|
- lib/rb-music/note_set.rb
|
89
30
|
- lib/rb-music/scale.rb
|
90
31
|
- lib/rb-music/version.rb
|
91
|
-
- motion-music.gemspec
|
92
|
-
- projections.json
|
93
|
-
- rb-music.gemspec
|
94
|
-
- spec/rb-music/constants_spec.rb
|
95
|
-
- spec/rb-music/interval_spec.rb
|
96
|
-
- spec/rb-music/note_set_spec.rb
|
97
|
-
- spec/rb-music/note_spec.rb
|
98
|
-
- spec/rb-music/scale_spec.rb
|
99
|
-
- spec/spec_helper.rb
|
100
32
|
homepage: https://rubygems.org/mwise/motion-music
|
101
33
|
licenses:
|
102
34
|
- MIT
|
data/.gitignore
DELETED
data/Gemfile
DELETED
data/Guardfile
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
guard "rspec", cmd: "rspec --color --tag focus", run_all: { cmd: "foo bard" } do
|
2
|
-
watch("spec/spec_helper.rb") { "spec" }
|
3
|
-
watch(%r{^spec/.+_spec\.rb$}) { "spec" }
|
4
|
-
watch(%r{^lib/(.+)\.rb$}) { "spec" }
|
5
|
-
# watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
6
|
-
end
|
data/doc/Gemfile.html
DELETED
@@ -1,111 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>Gemfile - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<link href="./fonts.css" rel="stylesheet">
|
10
|
-
<link href="./rdoc.css" rel="stylesheet">
|
11
|
-
|
12
|
-
<script type="text/javascript">
|
13
|
-
var rdoc_rel_prefix = "./";
|
14
|
-
</script>
|
15
|
-
|
16
|
-
<script src="./js/jquery.js"></script>
|
17
|
-
<script src="./js/navigation.js"></script>
|
18
|
-
<script src="./js/search_index.js"></script>
|
19
|
-
<script src="./js/search.js"></script>
|
20
|
-
<script src="./js/searcher.js"></script>
|
21
|
-
<script src="./js/darkfish.js"></script>
|
22
|
-
|
23
|
-
|
24
|
-
<body id="top" role="document" class="file">
|
25
|
-
<nav role="navigation">
|
26
|
-
<div id="project-navigation">
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
-
<h2>
|
29
|
-
<a href="./index.html" rel="home">Home</a>
|
30
|
-
</h2>
|
31
|
-
|
32
|
-
<div id="table-of-contents-navigation">
|
33
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
41
|
-
<div id="search-field-wrapper">
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
49
|
-
aria-busy="false" aria-expanded="false"
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
-
</form>
|
52
|
-
</div>
|
53
|
-
|
54
|
-
</div>
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<div id="project-metadata">
|
59
|
-
<div id="fileindex-section" class="nav-section">
|
60
|
-
<h3>Pages</h3>
|
61
|
-
|
62
|
-
<ul class="link-list">
|
63
|
-
|
64
|
-
<li><a href="./Gemfile.html">Gemfile</a>
|
65
|
-
|
66
|
-
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
67
|
-
|
68
|
-
<li><a href="./Guardfile.html">Guardfile</a>
|
69
|
-
|
70
|
-
<li><a href="./LICENSE.html">LICENSE</a>
|
71
|
-
|
72
|
-
<li><a href="./README_md.html">README</a>
|
73
|
-
|
74
|
-
<li><a href="./coverage/assets/0_8_0/application_css.html">application.css</a>
|
75
|
-
|
76
|
-
<li><a href="./coverage/assets/0_8_0/application_js.html">application.js</a>
|
77
|
-
|
78
|
-
<li><a href="./coverage/index_html.html">index.html</a>
|
79
|
-
|
80
|
-
<li><a href="./projections_json.html">projections.json</a>
|
81
|
-
|
82
|
-
<li><a href="./rb-music_gemspec.html">rb-music.gemspec</a>
|
83
|
-
|
84
|
-
</ul>
|
85
|
-
</div>
|
86
|
-
|
87
|
-
</div>
|
88
|
-
</nav>
|
89
|
-
|
90
|
-
<main role="main" aria-label="Page Gemfile">
|
91
|
-
|
92
|
-
<p>source '<a href="https://rubygems.org">rubygems.org</a>'</p>
|
93
|
-
|
94
|
-
<p>group :development do</p>
|
95
|
-
|
96
|
-
<pre>gem "rspec"
|
97
|
-
gem "rake"
|
98
|
-
gem "simplecov"
|
99
|
-
gem "guard-rspec"</pre>
|
100
|
-
|
101
|
-
<p>end</p>
|
102
|
-
</main>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<footer id="validator-badges" role="contentinfo">
|
107
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
108
|
-
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
109
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
110
|
-
</footer>
|
111
|
-
|
data/doc/Gemfile_lock.html
DELETED
@@ -1,168 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>Gemfile.lock - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<link href="./fonts.css" rel="stylesheet">
|
10
|
-
<link href="./rdoc.css" rel="stylesheet">
|
11
|
-
|
12
|
-
<script type="text/javascript">
|
13
|
-
var rdoc_rel_prefix = "./";
|
14
|
-
</script>
|
15
|
-
|
16
|
-
<script src="./js/jquery.js"></script>
|
17
|
-
<script src="./js/navigation.js"></script>
|
18
|
-
<script src="./js/search_index.js"></script>
|
19
|
-
<script src="./js/search.js"></script>
|
20
|
-
<script src="./js/searcher.js"></script>
|
21
|
-
<script src="./js/darkfish.js"></script>
|
22
|
-
|
23
|
-
|
24
|
-
<body id="top" role="document" class="file">
|
25
|
-
<nav role="navigation">
|
26
|
-
<div id="project-navigation">
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
-
<h2>
|
29
|
-
<a href="./index.html" rel="home">Home</a>
|
30
|
-
</h2>
|
31
|
-
|
32
|
-
<div id="table-of-contents-navigation">
|
33
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
41
|
-
<div id="search-field-wrapper">
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
49
|
-
aria-busy="false" aria-expanded="false"
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
-
</form>
|
52
|
-
</div>
|
53
|
-
|
54
|
-
</div>
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<div id="project-metadata">
|
59
|
-
<div id="fileindex-section" class="nav-section">
|
60
|
-
<h3>Pages</h3>
|
61
|
-
|
62
|
-
<ul class="link-list">
|
63
|
-
|
64
|
-
<li><a href="./Gemfile.html">Gemfile</a>
|
65
|
-
|
66
|
-
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
67
|
-
|
68
|
-
<li><a href="./Guardfile.html">Guardfile</a>
|
69
|
-
|
70
|
-
<li><a href="./LICENSE.html">LICENSE</a>
|
71
|
-
|
72
|
-
<li><a href="./README_md.html">README</a>
|
73
|
-
|
74
|
-
<li><a href="./coverage/assets/0_8_0/application_css.html">application.css</a>
|
75
|
-
|
76
|
-
<li><a href="./coverage/assets/0_8_0/application_js.html">application.js</a>
|
77
|
-
|
78
|
-
<li><a href="./coverage/index_html.html">index.html</a>
|
79
|
-
|
80
|
-
<li><a href="./projections_json.html">projections.json</a>
|
81
|
-
|
82
|
-
<li><a href="./rb-music_gemspec.html">rb-music.gemspec</a>
|
83
|
-
|
84
|
-
</ul>
|
85
|
-
</div>
|
86
|
-
|
87
|
-
</div>
|
88
|
-
</nav>
|
89
|
-
|
90
|
-
<main role="main" aria-label="Page Gemfile.lock">
|
91
|
-
|
92
|
-
<p>GEM</p>
|
93
|
-
|
94
|
-
<pre>remote: https://rubygems.org/
|
95
|
-
specs:
|
96
|
-
celluloid (0.15.2)
|
97
|
-
timers (~> 1.1.0)
|
98
|
-
celluloid-io (0.15.0)
|
99
|
-
celluloid (>= 0.15.0)
|
100
|
-
nio4r (>= 0.5.0)
|
101
|
-
coderay (1.1.0)
|
102
|
-
diff-lcs (1.2.5)
|
103
|
-
docile (1.1.3)
|
104
|
-
ffi (1.9.3)
|
105
|
-
formatador (0.2.4)
|
106
|
-
guard (2.6.1)
|
107
|
-
formatador (>= 0.2.4)
|
108
|
-
listen (~> 2.7)
|
109
|
-
lumberjack (~> 1.0)
|
110
|
-
pry (>= 0.9.12)
|
111
|
-
thor (>= 0.18.1)
|
112
|
-
guard-rspec (4.2.8)
|
113
|
-
guard (~> 2.1)
|
114
|
-
rspec (>= 2.14, < 4.0)
|
115
|
-
listen (2.7.4)
|
116
|
-
celluloid (>= 0.15.2)
|
117
|
-
celluloid-io (>= 0.15.0)
|
118
|
-
rb-fsevent (>= 0.9.3)
|
119
|
-
rb-inotify (>= 0.9)
|
120
|
-
lumberjack (1.0.5)
|
121
|
-
method_source (0.8.2)
|
122
|
-
multi_json (1.10.0)
|
123
|
-
nio4r (1.0.0)
|
124
|
-
pry (0.9.12.6)
|
125
|
-
coderay (~> 1.0)
|
126
|
-
method_source (~> 0.8)
|
127
|
-
slop (~> 3.4)
|
128
|
-
rake (10.3.1)
|
129
|
-
rb-fsevent (0.9.4)
|
130
|
-
rb-inotify (0.9.4)
|
131
|
-
ffi (>= 0.5.0)
|
132
|
-
rspec (2.14.1)
|
133
|
-
rspec-core (~> 2.14.0)
|
134
|
-
rspec-expectations (~> 2.14.0)
|
135
|
-
rspec-mocks (~> 2.14.0)
|
136
|
-
rspec-core (2.14.8)
|
137
|
-
rspec-expectations (2.14.5)
|
138
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
139
|
-
rspec-mocks (2.14.6)
|
140
|
-
simplecov (0.8.2)
|
141
|
-
docile (~> 1.1.0)
|
142
|
-
multi_json
|
143
|
-
simplecov-html (~> 0.8.0)
|
144
|
-
simplecov-html (0.8.0)
|
145
|
-
slop (3.5.0)
|
146
|
-
thor (0.19.1)
|
147
|
-
timers (1.1.0)</pre>
|
148
|
-
|
149
|
-
<p>PLATFORMS</p>
|
150
|
-
|
151
|
-
<pre>ruby</pre>
|
152
|
-
|
153
|
-
<p>DEPENDENCIES</p>
|
154
|
-
|
155
|
-
<pre>guard-rspec
|
156
|
-
rake
|
157
|
-
rspec
|
158
|
-
simplecov</pre>
|
159
|
-
</main>
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
<footer id="validator-badges" role="contentinfo">
|
164
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
165
|
-
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
166
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
167
|
-
</footer>
|
168
|
-
|
data/doc/Guardfile.html
DELETED
@@ -1,111 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>Guardfile - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<link href="./fonts.css" rel="stylesheet">
|
10
|
-
<link href="./rdoc.css" rel="stylesheet">
|
11
|
-
|
12
|
-
<script type="text/javascript">
|
13
|
-
var rdoc_rel_prefix = "./";
|
14
|
-
</script>
|
15
|
-
|
16
|
-
<script src="./js/jquery.js"></script>
|
17
|
-
<script src="./js/navigation.js"></script>
|
18
|
-
<script src="./js/search_index.js"></script>
|
19
|
-
<script src="./js/search.js"></script>
|
20
|
-
<script src="./js/searcher.js"></script>
|
21
|
-
<script src="./js/darkfish.js"></script>
|
22
|
-
|
23
|
-
|
24
|
-
<body id="top" role="document" class="file">
|
25
|
-
<nav role="navigation">
|
26
|
-
<div id="project-navigation">
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
-
<h2>
|
29
|
-
<a href="./index.html" rel="home">Home</a>
|
30
|
-
</h2>
|
31
|
-
|
32
|
-
<div id="table-of-contents-navigation">
|
33
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
41
|
-
<div id="search-field-wrapper">
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
49
|
-
aria-busy="false" aria-expanded="false"
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
-
</form>
|
52
|
-
</div>
|
53
|
-
|
54
|
-
</div>
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<div id="project-metadata">
|
59
|
-
<div id="fileindex-section" class="nav-section">
|
60
|
-
<h3>Pages</h3>
|
61
|
-
|
62
|
-
<ul class="link-list">
|
63
|
-
|
64
|
-
<li><a href="./Gemfile.html">Gemfile</a>
|
65
|
-
|
66
|
-
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
67
|
-
|
68
|
-
<li><a href="./Guardfile.html">Guardfile</a>
|
69
|
-
|
70
|
-
<li><a href="./LICENSE.html">LICENSE</a>
|
71
|
-
|
72
|
-
<li><a href="./README_md.html">README</a>
|
73
|
-
|
74
|
-
<li><a href="./coverage/assets/0_8_0/application_css.html">application.css</a>
|
75
|
-
|
76
|
-
<li><a href="./coverage/assets/0_8_0/application_js.html">application.js</a>
|
77
|
-
|
78
|
-
<li><a href="./coverage/index_html.html">index.html</a>
|
79
|
-
|
80
|
-
<li><a href="./projections_json.html">projections.json</a>
|
81
|
-
|
82
|
-
<li><a href="./rb-music_gemspec.html">rb-music.gemspec</a>
|
83
|
-
|
84
|
-
</ul>
|
85
|
-
</div>
|
86
|
-
|
87
|
-
</div>
|
88
|
-
</nav>
|
89
|
-
|
90
|
-
<main role="main" aria-label="Page Guardfile">
|
91
|
-
|
92
|
-
<p>guard “rspec”, cmd: “rspec –color –tag focus”, run_all: { cmd: “foo bard” }
|
93
|
-
do</p>
|
94
|
-
|
95
|
-
<pre class="ruby"><span class="ruby-identifier">watch</span>(<span class="ruby-string">"spec/spec_helper.rb"</span>) { <span class="ruby-string">"spec"</span> }
|
96
|
-
<span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/.+_spec\.rb$}</span>) { <span class="ruby-string">"spec"</span> }
|
97
|
-
<span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^lib/(.+)\.rb$}</span>) { <span class="ruby-string">"spec"</span> }
|
98
|
-
<span class="ruby-comment"># watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }</span>
|
99
|
-
</pre>
|
100
|
-
|
101
|
-
<p>end</p>
|
102
|
-
</main>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<footer id="validator-badges" role="contentinfo">
|
107
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
108
|
-
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
|
109
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
110
|
-
</footer>
|
111
|
-
|