traktor-nml 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: traktor-nml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - polamjag
@@ -80,11 +80,16 @@ files:
80
80
  - LICENSE.txt
81
81
  - README.md
82
82
  - Rakefile
83
+ - circle.yml
84
+ - lib/traktor/collection.rb
83
85
  - lib/traktor/nml.rb
84
86
  - lib/traktor/nml/version.rb
87
+ - lib/traktor/playlist.rb
85
88
  - spec/spec_helper.rb
86
89
  - spec/traktor/nml_spec.rb
90
+ - spec/traktor/osx.nml
87
91
  - spec/traktor/win.nml
92
+ - spec/traktor/win_in_folder.nml
88
93
  - traktor-nml.gemspec
89
94
  homepage: https://github.com/polamjag/traktor-nml
90
95
  licenses:
@@ -113,5 +118,7 @@ summary: Parse Native Instruments Traktor's nml playlist file
113
118
  test_files:
114
119
  - spec/spec_helper.rb
115
120
  - spec/traktor/nml_spec.rb
121
+ - spec/traktor/osx.nml
116
122
  - spec/traktor/win.nml
123
+ - spec/traktor/win_in_folder.nml
117
124
  has_rdoc: