flashplayer 10.1.7.pre → 10.1.8.pre

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/flashplayer/log_file.rb +7 -7
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 10.1.7.pre
1
+ 10.1.8.pre
@@ -85,11 +85,11 @@ module FlashPlayer
85
85
  end
86
86
  end
87
87
 
88
- #desc "Tail the flashlog.txt and block"
89
- #task :flashlog do
90
- #mm_config = FlashPlayer::MMConfig.new
91
- #mm_config.create
92
- #reader = FlashPlayer::LogFile.new
93
- #reader.tail
94
- #end
88
+ desc "Tail the flashlog.txt and block"
89
+ task :flashlog do
90
+ mm_config = FlashPlayer::MMConfig.new
91
+ mm_config.create
92
+ reader = FlashPlayer::LogFile.new
93
+ reader.tail
94
+ end
95
95
 
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 10
7
7
  - 1
8
- - 7
8
+ - 8
9
9
  - pre
10
- version: 10.1.7.pre
10
+ version: 10.1.8.pre
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luke Bayes