peanut 0.2 → 0.3
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/README.rdoc +1 -1
- data/lib/peanut/clipboard.rb +1 -1
- data/lib/peanut/command.rb +1 -1
- data/lib/peanut/version.rb +1 -1
- data/peanut.gemspec +0 -0
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -19,4 +19,4 @@ gem install peanut
|
|
19
19
|
|
20
20
|
== Requirements
|
21
21
|
|
22
|
-
Peanut should function on Linux, BSD (assuming you run X), or Mac OS X.
|
22
|
+
Peanut should function on Linux, BSD (assuming you run X), or Mac OS X. On Linux, it is assumed that xclip is installed.
|
data/lib/peanut/clipboard.rb
CHANGED
data/lib/peanut/command.rb
CHANGED
data/lib/peanut/version.rb
CHANGED
data/peanut.gemspec
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peanut
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: "0.
|
8
|
+
- 3
|
9
|
+
version: "0.3"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- the_gastropod
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-02-05 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|