enginevib 0.1.0 → 0.1.1

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: 8f48f21a4c5e3712654530dd60c11a361cb17605
4
- data.tar.gz: db52ca75eeaa706761d813de862bac4d7ee37e77
3
+ metadata.gz: 3ad7624bb172d854f2b4969e7842ad42d2f13cdc
4
+ data.tar.gz: de670b7599cd35248b3e57857781cd05ea8cac35
5
5
  SHA512:
6
- metadata.gz: 89002461a3774b416dd96bc4189fdc0a1790d3f1d453ccc1ff134b4e15ea05c298bbf71e394a16dfe9ea38cbd65a89151da14143c1a1eea24e778aa89732c772
7
- data.tar.gz: 4baa04017553468e105665edc76731e87aea0fd4d64eb5fa79644057dfc9b76defbc9e44a2ca8c23e91129e1b6836a564a323b1f9c015ebc03e39567ace48c71
6
+ metadata.gz: 190eb4d393f49c5d063b4798d0d48780f4a3eb883511caab549cfdb2ec4d226d7417e0ff0996a42f3505393c45971a1423e8521f69a7ebfa1bba8299d833733a
7
+ data.tar.gz: b1295a849dabab0c79b5b04c78f21ea80fed656a47a15e3cc8b85a7aa5393069c22fdbb9530fb01ab1cd5764d7b27009d37a6da791239bf65dc295d0ac400567
data/bin/openmic ADDED
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'openmic' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
+ Pathname.new(__FILE__).realpath)
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem.bin_path('enginevib', 'openmic')
@@ -1,3 +1,4 @@
1
+ require 'optparse'
1
2
  module Enginevib
2
3
  # Defines the Launcher module which must be defined in Main.rb
3
4
  module Launcher
@@ -1,4 +1,4 @@
1
1
  # Version definition
2
2
  module Enginevib
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enginevib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Mourão
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-11 00:00:00.000000000 Z
11
+ date: 2015-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses
@@ -114,6 +114,7 @@ files:
114
114
  - bin/bundler
115
115
  - bin/console
116
116
  - bin/enginevib
117
+ - bin/openmic
117
118
  - bin/rake
118
119
  - bin/rake-compiler
119
120
  - bin/rubocop