blackwinter-wirble 0.1.3.1 → 0.1.3.2

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/lib/wirble.rb CHANGED
@@ -19,7 +19,7 @@ require 'ostruct'
19
19
  # hair out sifting through the code below.
20
20
  #
21
21
  module Wirble
22
- VERSION = '0.1.3.1'
22
+ VERSION = '0.1.3.2'
23
23
 
24
24
  #
25
25
  # Load internal Ruby features, including pp, tab-completion,
@@ -99,7 +99,7 @@ module Wirble
99
99
  end
100
100
  end
101
101
 
102
- lines = lines[-max_size, -1] if lines.size > max_size
102
+ lines.slice!(0, lines.size - max_size) if lines.size > max_size
103
103
 
104
104
  # write the history file
105
105
  real_path = File.expand_path(path)
Binary file
data/wirble.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wirble
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.1
4
+ version: 0.1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Duncan
@@ -10,7 +10,7 @@ autorequire: wirble
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-09-01 00:00:00 +02:00
13
+ date: 2009-10-30 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -26,14 +26,16 @@ extra_rdoc_files: []
26
26
 
27
27
  files:
28
28
  - MANIFEST
29
- - COPYING
30
29
  - Rakefile
31
30
  - _irbrc
32
- - README
33
- - wirble.gemspec
31
+ - setup.rb
32
+ - COPYING
34
33
  - ChangeLog
34
+ - github-test.rb
35
35
  - lib/wirble.rb
36
- - setup.rb
36
+ - wirble.gemspec
37
+ - README
38
+ - wirble-0.1.2.gem
37
39
  has_rdoc: true
38
40
  homepage: http://pablotron.org/software/wirble/
39
41
  licenses: []
@@ -41,7 +43,7 @@ licenses: []
41
43
  post_install_message:
42
44
  rdoc_options:
43
45
  - --title
44
- - Wirble 0.1.3.1 API Documentation
46
+ - Wirble 0.1.3.2 API Documentation
45
47
  - --webcvs
46
48
  - http://hg.pablotron.org/wirble
47
49
  - lib/wirble.rb
metadata CHANGED
@@ -1,7 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackwinter-wirble
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.1
4
+ hash: 79
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 3
10
+ - 2
11
+ version: 0.1.3.2
5
12
  platform: ruby
6
13
  authors:
7
14
  - Paul Duncan
@@ -10,7 +17,7 @@ autorequire: wirble
10
17
  bindir: bin
11
18
  cert_chain: []
12
19
 
13
- date: 2009-11-07 00:00:00 +01:00
20
+ date: 2010-05-26 00:00:00 +02:00
14
21
  default_executable:
15
22
  dependencies: []
16
23
 
@@ -25,16 +32,16 @@ extensions: []
25
32
  extra_rdoc_files: []
26
33
 
27
34
  files:
28
- - MANIFEST
29
- - COPYING
30
- - Rakefile
31
- - _irbrc
32
35
  - README
33
- - wirble.gemspec
34
36
  - ChangeLog
35
- - pkg/wirble-0.1.3.1.gem
36
- - lib/wirble.rb
37
+ - Rakefile
38
+ - wirble.gemspec
39
+ - MANIFEST
37
40
  - setup.rb
41
+ - _irbrc
42
+ - lib/wirble.rb
43
+ - pkg/blackwinter-wirble-0.1.3.3.gem
44
+ - COPYING
38
45
  has_rdoc: true
39
46
  homepage: http://pablotron.org/software/wirble/
40
47
  licenses: []
@@ -42,7 +49,7 @@ licenses: []
42
49
  post_install_message:
43
50
  rdoc_options:
44
51
  - --title
45
- - Wirble 0.1.3.1 API Documentation
52
+ - Wirble 0.1.3.2 API Documentation
46
53
  - --webcvs
47
54
  - http://hg.pablotron.org/wirble
48
55
  - lib/wirble.rb
@@ -50,21 +57,27 @@ rdoc_options:
50
57
  require_paths:
51
58
  - lib
52
59
  required_ruby_version: !ruby/object:Gem::Requirement
60
+ none: false
53
61
  requirements:
54
62
  - - ">="
55
63
  - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
56
67
  version: "0"
57
- version:
58
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
+ none: false
59
70
  requirements:
60
71
  - - ">="
61
72
  - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
62
76
  version: "0"
63
- version:
64
77
  requirements:
65
78
  - none
66
79
  rubyforge_project: pablotron
67
- rubygems_version: 1.3.5
80
+ rubygems_version: 1.3.7
68
81
  signing_key:
69
82
  specification_version: 3
70
83
  summary: Handful of common Irb features, made easy.
Binary file