irbcp 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.
Files changed (3) hide show
  1. data/irbcp.gemspec +1 -1
  2. data/lib/irbcp.rb +3 -3
  3. metadata +3 -19
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "irbcp"
6
- spec.version = "0.0.3"
6
+ spec.version = "0.0.4"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "irbcp"
9
9
  spec.description = "description: irbcp kicks the ass"
@@ -1,7 +1,7 @@
1
1
  require 'systemu'
2
2
 
3
3
  module Irbcp
4
- Version = '0.0.3'
4
+ Version = '0.0.4'
5
5
 
6
6
  def Irbcp.version() Irbcp::Version end
7
7
 
@@ -12,8 +12,8 @@ module Irbcp
12
12
  Paste = 'pbpaste'
13
13
 
14
14
  when /linux/
15
- Copy = 'xsel clipboard input'
16
- Paste = 'xsel clipboard output'
15
+ Copy = 'xsel -clipboard -input'
16
+ Paste = 'xsel -clipboard -output'
17
17
 
18
18
  when /windoze/
19
19
  ## Windows Server 2003 , Windows Vista , Windows 7. Anything else don t have and don t matter anymore :)
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irbcp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 3
10
- version: 0.0.3
5
+ version: 0.0.4
11
6
  platform: ruby
12
7
  authors:
13
8
  - Ara T. Howard
@@ -15,8 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-05-03 00:00:00 -06:00
19
- default_executable:
13
+ date: 2011-05-04 00:00:00 Z
20
14
  dependencies:
21
15
  - !ruby/object:Gem::Dependency
22
16
  name: systemu
@@ -26,9 +20,6 @@ dependencies:
26
20
  requirements:
27
21
  - - ">="
28
22
  - !ruby/object:Gem::Version
29
- hash: 3
30
- segments:
31
- - 0
32
23
  version: "0"
33
24
  type: :runtime
34
25
  version_requirements: *id001
@@ -45,7 +36,6 @@ files:
45
36
  - Rakefile
46
37
  - irbcp.gemspec
47
38
  - lib/irbcp.rb
48
- has_rdoc: true
49
39
  homepage: https://github.com/ahoward/irbcp
50
40
  licenses: []
51
41
 
@@ -59,23 +49,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
49
  requirements:
60
50
  - - ">="
61
51
  - !ruby/object:Gem::Version
62
- hash: 3
63
- segments:
64
- - 0
65
52
  version: "0"
66
53
  required_rubygems_version: !ruby/object:Gem::Requirement
67
54
  none: false
68
55
  requirements:
69
56
  - - ">="
70
57
  - !ruby/object:Gem::Version
71
- hash: 3
72
- segments:
73
- - 0
74
58
  version: "0"
75
59
  requirements: []
76
60
 
77
61
  rubyforge_project: codeforpeople
78
- rubygems_version: 1.4.2
62
+ rubygems_version: 1.7.2
79
63
  signing_key:
80
64
  specification_version: 3
81
65
  summary: irbcp