git-object-browser 0.0.9 → 0.1.0

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.
@@ -2,5 +2,5 @@
2
2
  config.steps = [
3
3
  { name: 'step1', label: 'step 1 - git init' },
4
4
  { name: 'step2', label: 'step 2 - git add foo.txt' }
5
- };
5
+ ];
6
6
  */
@@ -59,10 +59,10 @@
59
59
  <span class="icon-bar"></span>
60
60
  <span class="icon-bar"></span>
61
61
  </a>
62
- <a class="brand" href="/"><i class="icon-comment icon-white"></i> GOB</a>
62
+ <a class="brand" href="#/"><i class="icon-comment icon-white"></i> GOB</a>
63
63
  <div class="nav-collapse collapse" data-ng-controller="MenuCtrl">
64
64
  <ul class="nav">
65
- <li class="active" data-ng-show="steps.length == 0" style="display:none"><a href="/">Home</a></li>
65
+ <li class="active" data-ng-show="steps.length == 0" style="display:none"><a href="#/">Home</a></li>
66
66
 
67
67
  <li class="dropdown" data-ng-show="steps.length > 0" style="display:none">
68
68
  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Steps <b class="caret"></b></a>
@@ -1,3 +1,3 @@
1
1
  module GitObjectBrowser
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-object-browser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-19 00:00:00.000000000 Z
12
+ date: 2013-10-21 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Browse git raw objects.
15
15
  email:
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  segments:
203
203
  - 0
204
- hash: -4076750535478296157
204
+ hash: 229082046391325280
205
205
  requirements: []
206
206
  rubyforge_project:
207
207
  rubygems_version: 1.8.24