infinity2008 1.0.3 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eadd70e1761f1c1983c3980fba263939dd04e21a
4
- data.tar.gz: e74a1c7eb159b56a71e22cfa286686ff87432879
3
+ metadata.gz: 9f76d6d1e60ea5d8d98ac66ee10d89aaa1a88378
4
+ data.tar.gz: 1ea031a6a855e3e7b714f54f2fb039ea73184005
5
5
  SHA512:
6
- metadata.gz: 683572c69731e45968321a3d2154d3e4f5bb8901e20a101db17e1a7605369e268217ec71df323e9a3007641b8db262667ccedff8465697dc824cc072119a7dcf
7
- data.tar.gz: a6cca5d539ffa0f3a4d438b11efc1397dcc3d699373f66402b1befb058b4e3b3bbaf3b7a03826bf74641123bb7f8320670f1cf898a03e01e41cd577eda924add
6
+ metadata.gz: bd25870ab6e6a0d6d03c47e27a7d43fff5886b2df4af0b05c8411bbede30ee24faa66fd5658552ee785e198c8adf825b87fb47fbe8c2d3e4476fa8266447de49
7
+ data.tar.gz: c9066f551abb39c16ddd1bf60ffe41f6e4cbf6e01ba21ceed6546b0baef73bb7797388d440ecef80ceb50c06768dca92c8813fbe9a193058e6059b3cc9416e09
data/Gemfile CHANGED
@@ -1,8 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in logmonitor.gemspec
3
+ # Specify your gem's dependencies in infinity2008.gemspec
4
4
  gemspec
5
-
6
- group :test do
7
- gem 'rake'
8
- end
data/bin/infinity2008 CHANGED
@@ -23,5 +23,10 @@ rescue
23
23
  nil
24
24
  end
25
25
 
26
- video Infinity2008::Song::URL if ARGV.include? '--video'
27
- Infinity2008::Song.sing
26
+ begin
27
+ video Infinity2008::Song::URL if ARGV.include? '--video'
28
+ Infinity2008::Song.sing
29
+ rescue Interrupt
30
+ puts
31
+ exit 130
32
+ end
data/infinity2008.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'infinity2008'
7
- spec.version = '1.0.3'
7
+ spec.version = '1.0.5'
8
8
  spec.authors = ["Alejandro Martinez Ruiz"]
9
9
  spec.email = ['alex@flawedcode.org']
10
10
  spec.description = %q{This gem makes Ruby sing along with you the Guru Project's Infinity 2008 (Klaas Vocal Edit) hit}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infinity2008
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Martinez Ruiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-10 00:00:00.000000000 Z
11
+ date: 2014-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler