pb 0.1.0 → 0.1.1
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.md +6 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +24 -13
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "pb"
|
|
8
8
|
gem.summary = %Q{pbcopy, pbread, pbpaste}
|
|
9
|
-
gem.description = %Q{PB is a Clipboard tool that
|
|
9
|
+
gem.description = %Q{PB is a Clipboard tool that provides pbcopy, pbread and pbpaste. It supports only Mac OS X :)}
|
|
10
10
|
gem.email = "kkohno@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/jugyo/pb"
|
|
12
12
|
gem.authors = ["jugyo"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 1
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- jugyo
|
|
@@ -14,25 +19,29 @@ default_executable:
|
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
21
|
name: shoulda
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ">="
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
23
29
|
version: "0"
|
|
24
|
-
|
|
30
|
+
type: :development
|
|
31
|
+
version_requirements: *id001
|
|
25
32
|
- !ruby/object:Gem::Dependency
|
|
26
33
|
name: rr
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
34
|
+
prerelease: false
|
|
35
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
37
|
- - ">="
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
39
|
+
segments:
|
|
40
|
+
- 0
|
|
33
41
|
version: "0"
|
|
34
|
-
|
|
35
|
-
|
|
42
|
+
type: :development
|
|
43
|
+
version_requirements: *id002
|
|
44
|
+
description: PB is a Clipboard tool that provides pbcopy, pbread and pbpaste. It supports only Mac OS X :)
|
|
36
45
|
email: kkohno@gmail.com
|
|
37
46
|
executables: []
|
|
38
47
|
|
|
@@ -64,18 +73,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
64
73
|
requirements:
|
|
65
74
|
- - ">="
|
|
66
75
|
- !ruby/object:Gem::Version
|
|
76
|
+
segments:
|
|
77
|
+
- 0
|
|
67
78
|
version: "0"
|
|
68
|
-
version:
|
|
69
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
80
|
requirements:
|
|
71
81
|
- - ">="
|
|
72
82
|
- !ruby/object:Gem::Version
|
|
83
|
+
segments:
|
|
84
|
+
- 0
|
|
73
85
|
version: "0"
|
|
74
|
-
version:
|
|
75
86
|
requirements: []
|
|
76
87
|
|
|
77
88
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 1.3.
|
|
89
|
+
rubygems_version: 1.3.6
|
|
79
90
|
signing_key:
|
|
80
91
|
specification_version: 3
|
|
81
92
|
summary: pbcopy, pbread, pbpaste
|