franciscotufro-fcomposer 0.0.2 → 0.9

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 +1 -10
  2. metadata +1 -1
@@ -1,9 +1,3 @@
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
1
  # This is the core library
8
2
  require 'rubygems'
9
3
  require 'fcomposer'
@@ -13,7 +7,4 @@ require 'test/unit'
13
7
 
14
8
  # Unit Tests for fcomposer
15
9
  require 'test/tc_note_test.rb'
16
- require 'test/tc_duration_test.rb'
17
- require 'test/tc_scale_test.rb'
18
- require 'test/tc_bar_test.rb'
19
-
10
+ require 'test/tc_measure_test.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: franciscotufro-fcomposer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: "0.9"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Tufro