nsnotify 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/lib/nsnotify/nsnotify.rb +0 -1
- data/lib/nsnotify/version.rb +1 -1
- data/spec/nsnotify_spec.rb +1 -0
- metadata +2 -5
- data/lib/nsnotify/.DS_Store +0 -0
- data/lib/nsnotify/icons/.DS_Store +0 -0
- data/vendor/terminal-notifier_v1.0/.DS_Store +0 -0
data/.gitignore
CHANGED
data/lib/nsnotify/nsnotify.rb
CHANGED
data/lib/nsnotify/version.rb
CHANGED
data/spec/nsnotify_spec.rb
CHANGED
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.
|
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-
|
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
|
data/lib/nsnotify/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|