funktional 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/funktional.gemspec +1 -1
  2. data/lib/funktional.rb +1 -1
  3. metadata +3 -3
data/funktional.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{funktional}
5
- s.version = "3.0.0"
5
+ s.version = "3.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Brent Greeff and Felix Clack"]
data/lib/funktional.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  Rails.backtrace_cleaner.add_silencer { |line| line =~ /funktional/ }
2
2
 
3
3
  if Rails.env.eql? 'test' or $0 == 'irb'
4
- require 'funktional/load'
4
+ require File.join(File.dirname(__FILE__), "funktional", "load")
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funktional
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 0
10
- version: 3.0.0
9
+ - 1
10
+ version: 3.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brent Greeff and Felix Clack