File: dashed_elements.xml

package info (click to toggle)
ruby-roxml 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 800 kB
  • sloc: ruby: 4,133; xml: 1,013; makefile: 7
file content (52 lines) | stat: -rw-r--r-- 1,463 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <removed type="array">
    <removed>
      <filename>commands.rb</filename>
    </removed>
    <removed>
      <filename>helpers.rb</filename>
    </removed>
  </removed>
  <added type="array">
    <added>
      <filename>commands/commands.rb</filename>
    </added>
    <added>
      <filename>commands/helpers.rb</filename>
    </added>
  </added>
  <message>move commands.rb and helpers.rb into commands/ dir</message>
  <modified type="array">
    <modified>
      <diff>@@ -56,7 +56,7 @@ module GitHub
   end
 
   def load(file)
-    file[0] == ?/ ? super : super(BasePath + "/#{file}")
+    file[0] == ?/ ? super : super(BasePath + "/commands/#{file}")
   end
 
   def debug(*messages)</diff>
      <filename>lib/github.rb</filename>
    </modified>
  </modified>
  <parents type="array">
    <parent>
      <id>d462d2a2e60438ded3dd9e8e6593ca4146c5a0ba</id>
    </parent>
  </parents>
  <url>http://github.com/defunkt/github-gem/commit/c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b</url>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <id>c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b</id>
  <committed-date>2008-03-02T16:45:41-08:00</committed-date>
  <authored-date>2008-03-02T16:45:41-08:00</authored-date>
  <tree>28a1a1ca3e663d35ba8bf07d3f1781af71359b76</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>