This commit is contained in:
Scott Davis 2011-11-08 19:12:12 -05:00
parent ba91c48619
commit fd671a23ab
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = %q{flowplayer}
s.version = '0.1.0'
s.version = '0.1.1'
s.platform = Gem::Platform::RUBY
s.authors = ["Scott Davis"]

View File

@ -1,5 +1,8 @@
require 'flowplayer/player'
if defined?(Rails)
if Rails::VERSION::MAJOR == 3 && Rails::VERSION::MINOR >= 1
require 'flowplayer/engine'
end
require 'flowplayer/railtie'
end