post-it 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/README.rdoc +3 -3
- data/lib/post-it/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# Post-It
|
2
2
|
|
3
|
-
[Sticky
|
3
|
+
[Sticky Notifications][sn-mas] is a Mac Application developed by the brilliant [Matt Gemmell](http://mattgemmell.com). It allows you to create post-it note style reminders into Notification Center (Mountain Lion or later) or Growl.
|
4
4
|
|
5
|
-
Post-It is a simple
|
5
|
+
Post-It is a simple utility that uses [Sticky Notifications][sn-mas] to post messages to Notification Center on Mac OS X. You can now easily send yourself notifications from command-line or your own scripts and applications.
|
6
6
|
|
7
|
-
**Important**: This utility will only function if you have Sticky
|
7
|
+
**Important**: This utility will only function if you have Sticky Notifications.app v1.0.4+ installed.
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
data/README.rdoc
CHANGED
@@ -7,11 +7,11 @@ License:: Distributes under the MIT license,
|
|
7
7
|
see LICENSE.txt in the source distro
|
8
8
|
|
9
9
|
|
10
|
-
|
10
|
+
{Sticky Notifications}[http://click.linksynergy.com/fs-bin/stat?id=oqL0KdXmKTI&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=https%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fsticky-notifications%252Fid552377168%253Fmt%253D12%2526uo%253D4%2526partnerId%253D30] is a Mac Application developed by the brilliant {Matt Gemmell}[http://mattgemmell.com]. It allows you to create post-it note style reminders into Notification Center (Mountain Lion or later) or Growl.
|
11
11
|
|
12
|
-
Post-It is a simple
|
12
|
+
Post-It is a simple utility that uses {Sticky Notifications}[http://click.linksynergy.com/fs-bin/stat?id=oqL0KdXmKTI&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=https%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fsticky-notifications%252Fid552377168%253Fmt%253D12%2526uo%253D4%2526partnerId%253D30] to post messages to Notification Center on Mac OS X. You can now easily send yourself notifications from command-line or your own scripts and applications.
|
13
13
|
|
14
|
-
**Important**: This utility will only function if you have Sticky
|
14
|
+
**Important**: This utility will only function if you have Sticky Notifications.app v1.0.4+ installed.
|
15
15
|
|
16
16
|
|
17
17
|
== Links
|
data/lib/post-it/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: post-it
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
113
|
version: '0'
|
114
114
|
segments:
|
115
115
|
- 0
|
116
|
-
hash:
|
116
|
+
hash: -2397353941164454281
|
117
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
118
|
none: false
|
119
119
|
requirements:
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
version: '0'
|
123
123
|
segments:
|
124
124
|
- 0
|
125
|
-
hash:
|
125
|
+
hash: -2397353941164454281
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
128
|
rubygems_version: 1.8.24
|