dolt 0.28.0 → 0.28.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dolt (0.28.0)
4
+ dolt (0.28.1)
5
5
  json (~> 1.5)
6
6
  libdolt (~> 0.27)
7
7
  sinatra (~> 1.0)
@@ -19,7 +19,7 @@ GEM
19
19
  daemons (1.1.9)
20
20
  escape_utils (0.3.2)
21
21
  eventmachine (1.0.3)
22
- github-linguist (2.8.5)
22
+ github-linguist (2.8.6)
23
23
  charlock_holmes (~> 0.6.6)
24
24
  escape_utils (~> 0.3.1)
25
25
  mime-types (~> 1.19)
@@ -11,7 +11,7 @@ end
11
11
 
12
12
  Gem::Specification.new do |s|
13
13
  s.name = "dolt"
14
- s.version = "0.28.0"
14
+ s.version = "0.28.1"
15
15
  s.authors = ["Christian Johansen"]
16
16
  s.email = ["christian@gitorious.org"]
17
17
  s.homepage = "http://gitorious.org/gitorious/dolt"
@@ -28,6 +28,14 @@ module Dolt
28
28
  @dolt = Dolt::ControllerActions.new(app, lookup, renderer)
29
29
  end
30
30
 
31
+ def resolve_repository(repo)
32
+ dolt.resolve_repository(repo)
33
+ end
34
+
35
+ def lookup_ref_oid(repo, ref)
36
+ dolt.lookup_ref_oid(repo, ref)
37
+ end
38
+
31
39
  def respond_to?(method)
32
40
  dolt.respond_to?(method)
33
41
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.28.1
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-07-16 00:00:00.000000000 Z
12
+ date: 2013-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: libdolt