franciscotufro-fcomposer 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/test_fcomposer.rb +18 -0
  2. metadata +54 -0
data/test_fcomposer.rb ADDED
@@ -0,0 +1,18 @@
1
+ # fcomposer - test_fcomposer.rb
2
+ #
3
+ # Copyright (c) 2009 Francisco Tufró <contacto@franciscotufro.com.ar>
4
+ #
5
+ # See LICENCE in the root directory.
6
+
7
+ # This is the core library
8
+ require 'rubygems'
9
+ require 'fcomposer'
10
+
11
+ # This is added to run tests automatically
12
+ require 'test/unit'
13
+
14
+ # Unit Tests for fcomposer
15
+ require 'test/tc_note_test.rb'
16
+ require 'test/tc_duration_test.rb'
17
+ require 'test/tc_scale_test.rb'
18
+
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: franciscotufro-fcomposer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Francisco Tufro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-05-16 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: fcomposer is a set of classes for assisting developers to create applications with music notation support.
17
+ email: contacto@franciscotufro.com.ar
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files: []
25
+
26
+ has_rdoc: true
27
+ homepage: http://fcomposer.franciscotufro.com.ar
28
+ licenses:
29
+ post_install_message:
30
+ rdoc_options: []
31
+
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: "0"
39
+ version:
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: "0"
45
+ version:
46
+ requirements: []
47
+
48
+ rubyforge_project:
49
+ rubygems_version: 1.3.5
50
+ signing_key:
51
+ specification_version: 2
52
+ summary: fcomposer is a ruby framework for (western) music composition.
53
+ test_files:
54
+ - test_fcomposer.rb