ruco 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,16 +9,14 @@ GEM
9
9
  git (>= 1.2.5)
10
10
  rake
11
11
  rake (0.8.7)
12
- rspec (2.0.1)
13
- rspec-core (~> 2.0.1)
14
- rspec-expectations (~> 2.0.1)
15
- rspec-mocks (~> 2.0.1)
16
- rspec-core (2.0.1)
17
- rspec-expectations (2.0.1)
18
- diff-lcs (>= 1.1.2)
19
- rspec-mocks (2.0.1)
20
- rspec-core (~> 2.0.1)
21
- rspec-expectations (~> 2.0.1)
12
+ rspec (2.6.0)
13
+ rspec-core (~> 2.6.0)
14
+ rspec-expectations (~> 2.6.0)
15
+ rspec-mocks (~> 2.6.0)
16
+ rspec-core (2.6.4)
17
+ rspec-expectations (2.6.0)
18
+ diff-lcs (~> 1.1.2)
19
+ rspec-mocks (2.6.0)
22
20
 
23
21
  PLATFORMS
24
22
  ruby
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.10
1
+ 0.1.11
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruco}
8
- s.version = "0.1.10"
8
+ s.version = "0.1.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = %q{2011-08-24}
12
+ s.date = %q{2011-08-25}
13
13
  s.default_executable = %q{ruco}
14
14
  s.email = %q{michael@grosser.it}
15
15
  s.executables = ["ruco"]
@@ -31,7 +31,7 @@ describe Ruco::Application do
31
31
  end
32
32
 
33
33
  def status(line=1)
34
- "Ruco #{Ruco::VERSION} -- spec/temp.txt #{line}:1\n"
34
+ "Ruco #{Ruco::VERSION} -- spec/temp.txt #{line}:1\n"
35
35
  end
36
36
 
37
37
  let(:rucorc){ 'spec/.ruco.rb' }
@@ -16,7 +16,7 @@ describe Ruco::StatusBar do
16
16
  it "can show to long files" do
17
17
  editor = Ruco::Editor.new('123456789abcdefghijklmnop', :lines => 5, :columns => 20)
18
18
  bar = Ruco::StatusBar.new(editor, :columns => 30)
19
- bar.view.should == "Ruco #{Ruco::VERSION} -- 1234...nop 1:1"
19
+ bar.view.should == "Ruco #{Ruco::VERSION} -- 123...nop 1:1"
20
20
  bar.view.size.should == 30
21
21
  end
22
22
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruco
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 10
10
- version: 0.1.10
9
+ - 11
10
+ version: 0.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-24 00:00:00 +02:00
18
+ date: 2011-08-25 00:00:00 +02:00
19
19
  default_executable: ruco
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency