elliottcable-play 4 → 5

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/play.rb +1 -1
  2. data/play.gemspec +4 -4
  3. metadata +1 -1
@@ -3,7 +3,7 @@ require 'play/configuration'
3
3
  ##
4
4
  # `Play` is a simple system for playing media from the command line.
5
5
  module Play
6
- Version = 4
6
+ Version = 5
7
7
 
8
8
  ##
9
9
  # This method is responsible for ferreting out a particular piece of media,
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{play}
5
- s.version = "4"
6
-
5
+ s.version = "5"
6
+
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["elliottcable"]
9
9
  s.date = %q{2009-04-09}
@@ -20,11 +20,11 @@ Gem::Specification.new do |s|
20
20
  s.rubyforge_project = %q{play}
21
21
  s.rubygems_version = %q{1.3.1}
22
22
  s.summary = %q{Playing media LIKE A BOSS}
23
-
23
+
24
24
  if s.respond_to? :specification_version then
25
25
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
26
26
  s.specification_version = 2
27
-
27
+
28
28
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
29
29
  s.add_development_dependency(%q<echoe>, [">= 0", "= 3.0.2"])
30
30
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elliottcable-play
3
3
  version: !ruby/object:Gem::Version
4
- version: "4"
4
+ version: "5"
5
5
  platform: ruby
6
6
  authors:
7
7
  - elliottcable