nsnotify 0.0.3 → 0.0.4

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.
data/.gitignore CHANGED
@@ -4,6 +4,7 @@
4
4
  .config
5
5
  .yardoc
6
6
  .rvmrc
7
+ .DS_Store
7
8
  Gemfile.lock
8
9
  InstalledFiles
9
10
  _yardoc
@@ -58,5 +58,4 @@ module Nsnotify
58
58
  end
59
59
  end
60
60
 
61
- Nsnotify.use = true
62
61
  Nsnotify.app_bundle_identifier = 'com.apple.Terminal'
@@ -1,3 +1,3 @@
1
1
  module Nsnotify
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -9,6 +9,7 @@ describe Nsnotify do
9
9
 
10
10
  describe "#notify" do
11
11
  it "should notify.." do
12
+ Nsnotify.app_name = "Rspec"
12
13
  Nsnotify.notify "Nsnotify!", "Can you see my tongue?!"
13
14
  sleep 2
14
15
  Nsnotify.success "Yeah if this works!"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nsnotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-27 00:00:00.000000000 Z
12
+ date: 2012-07-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -40,8 +40,6 @@ files:
40
40
  - README.md
41
41
  - Rakefile
42
42
  - lib/nsnotify.rb
43
- - lib/nsnotify/.DS_Store
44
- - lib/nsnotify/icons/.DS_Store
45
43
  - lib/nsnotify/icons/broken.icns
46
44
  - lib/nsnotify/icons/error.icns
47
45
  - lib/nsnotify/icons/info.icns
@@ -54,7 +52,6 @@ files:
54
52
  - nsnotify.gemspec
55
53
  - spec/nsnotify_spec.rb
56
54
  - spec/spec_helper.rb
57
- - vendor/terminal-notifier_v1.0/.DS_Store
58
55
  - vendor/terminal-notifier_v1.0/README.markdown
59
56
  - vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Info.plist
60
57
  - vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/MacOS/terminal-notifier
Binary file
Binary file