jazzup-your-rails 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ca907422d67c7dd47a1cd840eb9efae790c9eaf2
4
+ data.tar.gz: e999f20800d37c76fa668e222e6fb0882ea56028
5
+ SHA512:
6
+ metadata.gz: 3aa66b682e7ff00febdc2be8767fe9b6b9aceaf5c8be0e2adf9878e6ae026a5a4e99df0af1af1d78b8c1f53615640c93adfe90b8042b1299f5a3f1bae8a4b668
7
+ data.tar.gz: 0b711a07a44ae4b0badc3f67054492117df61fbeb7a063aea913cdff35d650ac9e1cd83f130db0f39ec43d7d4a64461f6f632e830719ed2579ddf6a155da36d0
data/bin/jazzed-rails ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'jazzup-your-rails'
4
+ JazzupYourRails.now!
5
+
6
+ require "rails/cli"
@@ -0,0 +1,7 @@
1
+ class JazzupYourRails
2
+ def self.now!
3
+ file = File.dirname(__FILE__) + "/rails-song.mp3"
4
+ pid = fork{ exec 'afplay', file }
5
+ #pid = fork{ exec 'mpg123','-q', file }
6
+ end
7
+ end
Binary file
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jazzup-your-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Nikolay Nemshilov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-11-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Jazz Up Your Rails App
28
+ email:
29
+ - nemshilov@gmail.com
30
+ executables:
31
+ - jazzed-rails
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - lib/jazzup-your-rails.rb
36
+ - lib/rails-song.mp3
37
+ - bin/jazzed-rails
38
+ homepage:
39
+ licenses:
40
+ - LULZ
41
+ metadata: {}
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubyforge_project:
58
+ rubygems_version: 2.0.3
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Jazz Up Your Rails App
62
+ test_files: []