astrotrain 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/astrotrain.gemspec +1 -1
  3. data/lib/astrotrain.rb +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.3
1
+ 0.5.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{astrotrain}
8
- s.version = "0.5.3"
8
+ s.version = "0.5.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["technoweenie"]
@@ -9,8 +9,8 @@ module Astrotrain
9
9
  def self.load(root = Dir.pwd)
10
10
  self.root = File.expand_path(root)
11
11
  self.lib_root = File.expand_path(File.dirname(__FILE__))
12
- yield if block_given?
13
12
  load_dependencies
13
+ yield if block_given?
14
14
  %w(tmail message mapping logged_mail mapping/transport mapping/http_post mapping/jabber).each do |lib|
15
15
  require "astrotrain/#{lib}"
16
16
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 3
9
- version: 0.5.3
8
+ - 4
9
+ version: 0.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - technoweenie