infinity2008 1.1.1 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3968c0cdf84da95d4984046b85f63ebf7a8a2aee
4
- data.tar.gz: ca3c0868eaf991d6cc6b5382cca035a74088fc06
2
+ SHA256:
3
+ metadata.gz: 2dcb71de894f5924017d442366780e05f0224a63c6ade3ec08bdc38f39a48880
4
+ data.tar.gz: 2bf2e8ded1b99d002e10c069987897fcf2c8f197b94cd7a97b7e735bdc3b08df
5
5
  SHA512:
6
- metadata.gz: 1e4dd6c94a55e41b7edc188144ba2c4592135b492ebe7492cb2b8c524783f920cf912a5f1ea0e654dc26c82aac90d0297fb99378b5750931e2e33601cb94fa0c
7
- data.tar.gz: 320ffc783d40620fe068230143684ee0aa00a4520c8f82e75ddfebc810e1d3abd6500371357fc4b5df608f268eeb980f70fc0d8096e82dae96272d2322096bce
6
+ metadata.gz: 405d76fc346764455ea3197a6297f9e5f1acf5d42efd0b41d147d7c24af6f3bdce30edb535187cfb22a10b981c0d88b5cfafd7edfc2f1bf9138ea5f398e248ae
7
+ data.tar.gz: 8f5b840848ff9323aa9f933a6371fe2ba278c9d1c81df8b205a41a9c9be34da6ce20935c51c79a187010e8c92d665c7450805e61734b1aeffc5196b0ce92ee0b
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://travis-ci.org/unleashed/infinity2008.svg?branch=master)](https://travis-ci.org/unleashed/infinity2008) [![Code Climate](https://codeclimate.com/github/unleashed/infinity2008/badges/gpa.svg)](https://codeclimate.com/github/unleashed/infinity2008) [![Test Coverage](https://codeclimate.com/github/unleashed/infinity2008/badges/coverage.svg)](https://codeclimate.com/github/unleashed/infinity2008)
1
+ [![Gem Version](https://badge.fury.io/rb/infinity2008.svg)](http://badge.fury.io/rb/infinity2008) [![Build Status](https://travis-ci.org/unleashed/infinity2008.svg?branch=master)](https://travis-ci.org/unleashed/infinity2008) [![Code Climate](https://codeclimate.com/github/unleashed/infinity2008/badges/gpa.svg)](https://codeclimate.com/github/unleashed/infinity2008) [![Test Coverage](https://codeclimate.com/github/unleashed/infinity2008/badges/coverage.svg)](https://codeclimate.com/github/unleashed/infinity2008)
2
2
 
3
3
  # The Infinity 2008 (Klaas Vocal Edit) gem
4
4
 
data/bin/infinity2008 CHANGED
@@ -41,7 +41,10 @@ end
41
41
  begin
42
42
  help if ARGV.include? '--help'
43
43
  version if ARGV.include? '--version'
44
- video Infinity2008::Song::URL if ARGV.include? '--video'
44
+ if ARGV.include? '--video'
45
+ video Infinity2008::Song::URL
46
+ sleep Infinity2008::Song::StartWait
47
+ end
45
48
  Infinity2008::Song.sing
46
49
  rescue Interrupt
47
50
  puts
data/infinity2008.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.required_ruby_version = '>= 1.9.3'
22
22
 
23
- spec.add_development_dependency "bundler", "~> 1.3"
23
+ spec.add_development_dependency "bundler", ">= 2.2.33"
24
24
  spec.add_development_dependency "rake"
25
25
  spec.add_development_dependency "rspec", "~> 3.0"
26
26
  end
@@ -46,8 +46,9 @@ module Infinity2008
46
46
  end
47
47
 
48
48
  module Song
49
+ StartWait = 4
49
50
  Duration = 188
50
- URL = 'https://www.youtube.com/watch?v=w9KnuJZkBjg'
51
+ URL = 'https://youtube.com/watch?v=yeKpRl3-Uh0'
51
52
 
52
53
  def self.sing
53
54
  me = Me.new
@@ -1,3 +1,3 @@
1
1
  module Infinity2008
2
- VERSION = '1.1.1'
3
- end
2
+ VERSION = '1.1.2'
3
+ end
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
- require "codeclimate-test-reporter"
2
- CodeClimate::TestReporter.start
1
+ require 'simplecov'
2
+ SimpleCov.start
3
3
  $LOAD_PATH << File.expand_path('../lib', __FILE__)
4
4
 
5
5
  # This file was generated by the `rspec --init` command. Conventionally, all
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infinity2008
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Martinez Ruiz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-14 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.3'
19
+ version: 2.2.33
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.3'
26
+ version: 2.2.33
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ homepage: http://github.com/unleashed/infinity2008
83
83
  licenses:
84
84
  - MIT
85
85
  metadata: {}
86
- post_install_message:
86
+ post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths:
89
89
  - lib
@@ -98,9 +98,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubyforge_project:
102
- rubygems_version: 2.2.2
103
- signing_key:
101
+ rubygems_version: 3.3.7
102
+ signing_key:
104
103
  specification_version: 4
105
104
  summary: The Guru Project's Infinity 2008 (Klaas Vocal Edit) gem
106
105
  test_files: