helphelp 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/helphelp +1 -1
  2. data/lib/version.rb +1 -1
  3. metadata +10 -8
@@ -43,7 +43,7 @@ end
43
43
 
44
44
  if do_pull
45
45
  puts "Updating git repository..."
46
- cmd = "cd #{File.dirname input_repo}; git pull"
46
+ cmd = "cd #{input_repo}; git pull"
47
47
  system cmd
48
48
  end
49
49
 
@@ -1,5 +1,5 @@
1
1
  module Helphelp
2
2
 
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helphelp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cornelius Schumacher
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-07 00:00:00 Z
18
+ date: 2012-06-08 00:00:00 +02:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: maruku
@@ -60,14 +61,15 @@ files:
60
61
  - README
61
62
  - Rakefile
62
63
  - LICENSE
63
- - lib/version.rb
64
- - lib/parse_error.rb
65
64
  - lib/helphelp.rb
66
- - lib/page.rb
67
65
  - lib/output.rb
66
+ - lib/page.rb
67
+ - lib/parse_error.rb
68
+ - lib/version.rb
68
69
  - bin/helphelp
69
70
  - test/page_test.rb
70
71
  - test/test_helper.rb
72
+ has_rdoc: true
71
73
  homepage: http://github.com/susestudio/helphelp
72
74
  licenses: []
73
75
 
@@ -97,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  requirements: []
98
100
 
99
101
  rubyforge_project:
100
- rubygems_version: 1.8.15
102
+ rubygems_version: 1.5.0
101
103
  signing_key:
102
104
  specification_version: 3
103
105
  summary: Online help generator