sprout-flashplayer-bundle 10.22.4 → 10.22.5

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.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 10
5
5
  MINOR = 22
6
- TINY = 4
6
+ TINY = 5
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -21,8 +21,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
21
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
  =end
23
23
 
24
- require 'clix_flash_player'
25
-
26
24
  module Sprout
27
25
 
28
26
  class FlashPlayerError < StandardError #:nodoc:
@@ -254,6 +252,7 @@ module Sprout
254
252
  system command
255
253
  }
256
254
  elsif usr.is_a?(OSXUser)
255
+ require 'clix_flash_player'
257
256
  @clix_player = CLIXFlashPlayer.new
258
257
  @clix_player.execute(target, swf)
259
258
  return @clix_player
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-flashplayer-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.22.4
4
+ version: 10.22.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park