zgomot 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. data/zgomot.gemspec +7 -1
  4. metadata +4 -3
data/Rakefile CHANGED
@@ -14,6 +14,7 @@ require 'jeweler'
14
14
  gem.email = "troy.stribling@gmail.com"
15
15
  gem.homepage = "http://github.com/troystribling/zgomot"
16
16
  gem.authors = ["Troy Stribling"]
17
+ gem.license = 'MIT'
17
18
  gem.files.include %w(lib/jeweler/templates/.gitignore VERSION)
18
19
  gem.add_dependency('ffi', '~> 1.0.9')
19
20
  gem.add_dependency('rainbow', '~> 1.1.4')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Troy Stribling"]
12
- s.date = "2013-08-15"
12
+ s.date = "2013-08-25"
13
13
  s.email = "troy.stribling@gmail.com"
14
14
  s.executables = ["zgomot"]
15
15
  s.extra_rdoc_files = [
@@ -25,8 +25,13 @@ Gem::Specification.new do |s|
25
25
  "VERSION",
26
26
  "bin/zgomot",
27
27
  "examples/arp_chords.rb",
28
+ "examples/cycle.rb",
29
+ "examples/cycle_note_list.rb",
28
30
  "examples/delay.rb",
31
+ "examples/dynamic_length.rb",
32
+ "examples/dynamic_length_perc.rb",
29
33
  "examples/full_scale_notes.rb",
34
+ "examples/geco_input.rb",
30
35
  "examples/inv_chords.rb",
31
36
  "examples/modes_notes.rb",
32
37
  "examples/notes.rb",
@@ -91,6 +96,7 @@ Gem::Specification.new do |s|
91
96
  "zgomot.gemspec"
92
97
  ]
93
98
  s.homepage = "http://github.com/troystribling/zgomot"
99
+ s.licenses = ["MIT"]
94
100
  s.require_paths = ["lib"]
95
101
  s.rubygems_version = "1.8.23"
96
102
  s.summary = "zgomot is a simple DSL for writting MIDI music."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zgomot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-18 00:00:00.000000000 Z
12
+ date: 2013-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
@@ -162,7 +162,8 @@ files:
162
162
  - zgomot.gems
163
163
  - zgomot.gemspec
164
164
  homepage: http://github.com/troystribling/zgomot
165
- licenses: []
165
+ licenses:
166
+ - MIT
166
167
  post_install_message:
167
168
  rdoc_options: []
168
169
  require_paths: