scottburton11-MovieBot 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/MovieBot.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{MovieBot}
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Scott Burton"]
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 4
3
+ :patch: 5
4
4
  :major: 0
data/bin/movie_bot CHANGED
@@ -38,7 +38,7 @@
38
38
  # http://www.opensource.org/licenses/mit-license.php
39
39
 
40
40
 
41
- require File.join(File.dirname(__FILE__), '../init.rb')
41
+ require File.join(File.dirname(__FILE__), '../lib/movie_bot.rb')
42
42
 
43
43
 
44
44
  # Create and run the application
data/lib/movie_bot.rb CHANGED
@@ -1,8 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
-
4
3
  require 'rubygems'
5
4
 
5
+ Dir.glob(File.join(File.dirname(__FILE__), "movie_bot/*.rb")).each {|file| require file}
6
+ Dir.glob(File.join(File.dirname(__FILE__), "../vendor/*/lib/*.rb")).each {|file| require file}
7
+
6
8
  require 'optparse'
7
9
  require 'rdoc/usage'
8
10
  require 'ostruct'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scottburton11-MovieBot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Burton