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.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/lib/motion-music/version.rb +1 -1
  3. data/lib/rb-music/version.rb +1 -1
  4. metadata +2 -70
  5. data/.gitignore +0 -6
  6. data/Gemfile +0 -8
  7. data/Guardfile +0 -6
  8. data/doc/Gemfile.html +0 -111
  9. data/doc/Gemfile_lock.html +0 -168
  10. data/doc/Guardfile.html +0 -111
  11. data/doc/LICENSE.html +0 -124
  12. data/doc/Object.html +0 -116
  13. data/doc/RBMusic.html +0 -164
  14. data/doc/RBMusic/Interval.html +0 -440
  15. data/doc/RBMusic/Note.html +0 -620
  16. data/doc/RBMusic/NoteSet.html +0 -277
  17. data/doc/RBMusic/Scale.html +0 -274
  18. data/doc/README_md.html +0 -163
  19. data/doc/created.rid +0 -8
  20. data/doc/fonts.css +0 -167
  21. data/doc/fonts/Lato-Light.ttf +0 -0
  22. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  23. data/doc/fonts/Lato-Regular.ttf +0 -0
  24. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  25. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  26. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  27. data/doc/images/add.png +0 -0
  28. data/doc/images/arrow_up.png +0 -0
  29. data/doc/images/brick.png +0 -0
  30. data/doc/images/brick_link.png +0 -0
  31. data/doc/images/bug.png +0 -0
  32. data/doc/images/bullet_black.png +0 -0
  33. data/doc/images/bullet_toggle_minus.png +0 -0
  34. data/doc/images/bullet_toggle_plus.png +0 -0
  35. data/doc/images/date.png +0 -0
  36. data/doc/images/delete.png +0 -0
  37. data/doc/images/find.png +0 -0
  38. data/doc/images/loadingAnimation.gif +0 -0
  39. data/doc/images/macFFBgHack.png +0 -0
  40. data/doc/images/package.png +0 -0
  41. data/doc/images/page_green.png +0 -0
  42. data/doc/images/page_white_text.png +0 -0
  43. data/doc/images/page_white_width.png +0 -0
  44. data/doc/images/plugin.png +0 -0
  45. data/doc/images/ruby.png +0 -0
  46. data/doc/images/tag_blue.png +0 -0
  47. data/doc/images/tag_green.png +0 -0
  48. data/doc/images/transparent.png +0 -0
  49. data/doc/images/wrench.png +0 -0
  50. data/doc/images/wrench_orange.png +0 -0
  51. data/doc/images/zoom.png +0 -0
  52. data/doc/index.html +0 -93
  53. data/doc/js/darkfish.js +0 -140
  54. data/doc/js/jquery.js +0 -18
  55. data/doc/js/navigation.js +0 -142
  56. data/doc/js/search.js +0 -109
  57. data/doc/js/search_index.js +0 -1
  58. data/doc/js/searcher.js +0 -228
  59. data/doc/projections_json.html +0 -115
  60. data/doc/rb-music_gemspec.html +0 -132
  61. data/doc/rdoc.css +0 -580
  62. data/doc/table_of_contents.html +0 -192
  63. data/lib/rb-music.rb +0 -8
  64. data/motion-music.gemspec +0 -20
  65. data/projections.json +0 -12
  66. data/rb-music.gemspec +0 -29
  67. data/spec/rb-music/constants_spec.rb +0 -27
  68. data/spec/rb-music/interval_spec.rb +0 -90
  69. data/spec/rb-music/note_set_spec.rb +0 -191
  70. data/spec/rb-music/note_spec.rb +0 -318
  71. data/spec/rb-music/scale_spec.rb +0 -88
  72. data/spec/spec_helper.rb +0 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 094729e2a46ad2b43f4d8b8b0c338edfbd4bee59
4
- data.tar.gz: 19375779d9273b6c47b6ca4cf65a258c7a1f5d74
3
+ metadata.gz: 8471f14afc62b7889a66ff96a1ebf386ac0633af
4
+ data.tar.gz: 48ba14ecc2378700b3eacf9c2844bca9854109f8
5
5
  SHA512:
6
- metadata.gz: e09bce196aae68f8041997f0384bb9db2972b9fbffb2eee993f62d3768fdb74972f7723caaaaf67bc63e1d2f45deb8ab1083c4ab3e1d4ab61494a9e9cd724ede
7
- data.tar.gz: d67de9fe8046c265c128f40ba1373d48af557388aefc781a4f3c41c1ac1ce8a70175e5b0dba8b7d03ce43b7edbbabbf868d2c47cb3033255c0b3b1873f195462
6
+ metadata.gz: 21d06551213f73f1e7bf7b633de2772ce36bff91a6b3606db03244a4fee26e1691aff7b6cfd398f7c5e2dbea80fdfb572c56bb79abf4fb52d95769e4ec42aae7
7
+ data.tar.gz: d48977272d340fe062da532965c3786fa02304f2ec37f9f7c15c0ce1bd91980f8882caaa3674fc58aa8c1fa56bb5e4a75478ca9fbfe0ab56639cc955660bc6c2
@@ -1,3 +1,3 @@
1
1
  module MotionMusic
2
- VERSION = "0.0.2" unless defined? MotionMusic::VERSION
2
+ VERSION = "0.0.3" unless defined? MotionMusic::VERSION
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module RBMusic
2
- VERSION = "0.0.1" unless defined? RBMusic::VERSION
2
+ VERSION = "0.0.3" unless defined? RBMusic::VERSION
3
3
  end
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.2
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-18 00:00:00.000000000 Z
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
@@ -1,6 +0,0 @@
1
- .agignore
2
- .ruby-version
3
- .ruby-gemset
4
- coverage
5
- Gemfile.lock
6
- *.gem
data/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- group :development do
4
- gem "rspec"
5
- gem "rake"
6
- gem "simplecov"
7
- gem "guard-rspec"
8
- end
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
@@ -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 &#39;<a href="https://rubygems.org">rubygems.org</a>&#39;</p>
93
-
94
- <p>group :development do</p>
95
-
96
- <pre>gem &quot;rspec&quot;
97
- gem &quot;rake&quot;
98
- gem &quot;simplecov&quot;
99
- gem &quot;guard-rspec&quot;</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
-
@@ -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 (~&gt; 1.1.0)
98
- celluloid-io (0.15.0)
99
- celluloid (&gt;= 0.15.0)
100
- nio4r (&gt;= 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 (&gt;= 0.2.4)
108
- listen (~&gt; 2.7)
109
- lumberjack (~&gt; 1.0)
110
- pry (&gt;= 0.9.12)
111
- thor (&gt;= 0.18.1)
112
- guard-rspec (4.2.8)
113
- guard (~&gt; 2.1)
114
- rspec (&gt;= 2.14, &lt; 4.0)
115
- listen (2.7.4)
116
- celluloid (&gt;= 0.15.2)
117
- celluloid-io (&gt;= 0.15.0)
118
- rb-fsevent (&gt;= 0.9.3)
119
- rb-inotify (&gt;= 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 (~&gt; 1.0)
126
- method_source (~&gt; 0.8)
127
- slop (~&gt; 3.4)
128
- rake (10.3.1)
129
- rb-fsevent (0.9.4)
130
- rb-inotify (0.9.4)
131
- ffi (&gt;= 0.5.0)
132
- rspec (2.14.1)
133
- rspec-core (~&gt; 2.14.0)
134
- rspec-expectations (~&gt; 2.14.0)
135
- rspec-mocks (~&gt; 2.14.0)
136
- rspec-core (2.14.8)
137
- rspec-expectations (2.14.5)
138
- diff-lcs (&gt;= 1.1.3, &lt; 2.0)
139
- rspec-mocks (2.14.6)
140
- simplecov (0.8.2)
141
- docile (~&gt; 1.1.0)
142
- multi_json
143
- simplecov-html (~&gt; 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
-
@@ -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">&quot;spec/spec_helper.rb&quot;</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
96
- <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/.+_spec\.rb$}</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
97
- <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^lib/(.+)\.rb$}</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
98
- <span class="ruby-comment"># watch(%r{^lib/(.+)\.rb$}) { |m| &quot;spec/#{m[1]}_spec.rb&quot; }</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
-