mr_eko 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/mr_eko.rb +1 -1
  2. data/mr_eko.gemspec +4 -3
  3. metadata +6 -5
data/lib/mr_eko.rb CHANGED
@@ -22,7 +22,7 @@ EKO_ENV = ENV['EKO_ENV'] || 'development'
22
22
  Sequel.default_timezone = :utc
23
23
 
24
24
  module MrEko
25
- VERSION = '0.6.1'
25
+ VERSION = '0.6.2'
26
26
  USER_DIR = File.join(ENV['HOME'], ".mreko")
27
27
  FINGERPRINTS_DIR = File.join(USER_DIR, 'fingerprints')
28
28
  LOG_DIR = File.join(USER_DIR, 'logs')
data/mr_eko.gemspec CHANGED
@@ -13,13 +13,14 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'mr_eko'
16
- s.version = '0.6.1'
17
- s.date = '2013-08-13'
16
+ s.version = '0.6.2'
17
+ s.date = '2013-08-14'
18
18
  s.rubyforge_project = 'mr_eko'
19
+ s.license = 'MIT'
19
20
 
20
21
  ## Make sure your summary is short. The description may be as long
21
22
  ## as you like.
22
- s.summary = "Catalogs music file data and exposes a playlist interface"
23
+ s.summary = "Detailed music playlist generator"
23
24
  s.description = "Catalogs music file data and exposes a playlist interface"
24
25
 
25
26
  ## List the primary authors. If there are a bunch of authors, it's probably
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mr_eko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
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-13 00:00:00.000000000 Z
12
+ date: 2013-08-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel
@@ -289,7 +289,8 @@ files:
289
289
  - test/test.rb
290
290
  - test/timed_playlist_test.rb
291
291
  homepage: http://github.com/bassnode/mreko
292
- licenses: []
292
+ licenses:
293
+ - MIT
293
294
  post_install_message:
294
295
  rdoc_options:
295
296
  - --charset=UTF-8
@@ -303,7 +304,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
303
304
  version: '0'
304
305
  segments:
305
306
  - 0
306
- hash: -723694834172722563
307
+ hash: -1468171297287347666
307
308
  required_rubygems_version: !ruby/object:Gem::Requirement
308
309
  none: false
309
310
  requirements:
@@ -315,6 +316,6 @@ rubyforge_project: mr_eko
315
316
  rubygems_version: 1.8.25
316
317
  signing_key:
317
318
  specification_version: 2
318
- summary: Catalogs music file data and exposes a playlist interface
319
+ summary: Detailed music playlist generator
319
320
  test_files: []
320
321
  has_rdoc: