sensible-cinema 0.16.1 → 0.16.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -103,7 +103,8 @@ task 'create_distro_dir' do
103
103
  p 'created (still need to zip it) ' + dir_out
104
104
  end
105
105
 
106
- desc 'j -S rake bundle_dependencies create_distro_dir ...'
107
- task 'full_release' => [:bundle_dependencies, :create_distro_dir, :build] do # :release
108
- system("#{Gem.ruby} -S gem push pkg/*.gem")
106
+ desc 'j -S rake bundle_dependencies create_distro_dir ... (releases with clean cache dir, which we need now)'
107
+ task 'full_release' => [:bundle_dependencies, :create_distro_dir, :build] do # :release sigh
108
+ system("#{Gem.ruby} -S gem push #{Dir['pkg/*.gem'][-1]}")
109
+ puts "don't forget to blog about it..."
109
110
  end
data/TODO CHANGED
@@ -29,7 +29,7 @@
29
29
  add a way to get the label rather easily...
30
30
  add an option "just save full disk (unedited) to hard drive..."
31
31
  note to people: can edit those to your liking
32
-
32
+ a real DVD player...plz? smplayer chokes on bob's big plan...chokes in a bad way...
33
33
 
34
34
  advertise urug, ruby flow :)
35
35
  "Re-run most recent" disabled when there isn't one [?]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.16.1
1
+ 0.16.2
@@ -53,8 +53,10 @@ module SensibleSwing
53
53
  (though VLC only has approximate timings).", "Lacking dependency", JOptionPane::ERROR_MESSAGE)
54
54
  system("start http://smplayer.sourceforge.net/downloads.php")
55
55
  else
56
- drive, volume, md5 = choose_dvd_drive
57
- system("smplayer dvd:// -dvd-device #{drive}")
56
+ #drive, volume, md5 = choose_dvd_drive
57
+ command = "smplayer dvd://"
58
+ puts command
59
+ system(command)
58
60
  end
59
61
  }
60
62
  b.set_bounds(44,150,button_width,23)
@@ -131,11 +133,10 @@ module SensibleSwing
131
133
  answer = JOptionPane.showConfirmDialog(nil, "Appears that you need to install a dependency: mencoder.
132
134
  Its license is at: http://www.gnu.org/licenses/gpl-2.0.html.
133
135
  Also this will download 7z locally (license: http://www.7-zip.org/license.txt).
134
- Click yes if you accept the terms of the several license agreements. They will then be installed automatically.
135
- Or click no to cancel.", "Lacking dependency", JOptionPane::YES_NO_OPTION)
136
+ Click yes if you accept the terms of the several license agreements mentioned. The programs will then be downloaded.
137
+ Or click no to cancel and exit.", "Lacking dependency", JOptionPane::YES_NO_OPTION)
136
138
  if answer == 1
137
139
  p 'exiting, no mencoder...'
138
- sleep 10
139
140
  java.lang.System.exit(1)
140
141
  end
141
142
  vendor_cache = File.expand_path(File.dirname(__FILE__)) + "/../vendor/cache/"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sensible-cinema}
8
- s.version = "0.16.1"
8
+ s.version = "0.16.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roger Pack"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 16
8
- - 1
9
- version: 0.16.1
8
+ - 2
9
+ version: 0.16.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Roger Pack