flashcards 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,6 @@ Rakefile
5
5
  bin/flashcards
6
6
  lib/flashcards.rb
7
7
  lib/flashcards
8
- lib/flashcards/lips.jpg
8
+ lib/flashcards/speak.gif
9
9
  lib/flashcards/base.rb
10
10
  lib/flashcards/util.rb
@@ -1,6 +1,6 @@
1
1
  $:.unshift File.dirname(__FILE__)
2
2
  module FlashCards
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  require 'rubygems'
6
6
  require 'flashcards/base'
@@ -1,6 +1,6 @@
1
1
  module FlashCards
2
2
  class GrowlNotification
3
- FULL_IMAGE_PATH = File.join(File.dirname(__FILE__), '/lips.jpg')
3
+ FULL_IMAGE_PATH = File.join(File.dirname(__FILE__), '/speak.gif')
4
4
  def initialize(title, body)
5
5
  %x(growlnotify --image #{FULL_IMAGE_PATH} -t "#{title}" -m "#{body}")
6
6
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashcards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Stephenson
@@ -41,7 +41,7 @@ files:
41
41
  - bin/flashcards
42
42
  - lib/flashcards.rb
43
43
  - lib/flashcards
44
- - lib/flashcards/lips.jpg
44
+ - lib/flashcards/speak.gif
45
45
  - lib/flashcards/base.rb
46
46
  - lib/flashcards/util.rb
47
47
  has_rdoc: true
Binary file