gitchangelog 0.1.0 → 0.1.1
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.
- data/README.md +8 -1
- data/lib/gitchangelog/version.rb +1 -1
- data/test/dummy/log/test.log +36 -0
- metadata +11 -11
data/README.md
CHANGED
@@ -19,4 +19,11 @@ That's all there is to it.
|
|
19
19
|
You can omit the stylesheet above, and create your own styles.
|
20
20
|
|
21
21
|
Each commit is wrapped in a div with class "commit". This div contains spans with the following class styles: "cdate", "cname", and "chash".
|
22
|
-
The commit message is enclosed in a pre tag.
|
22
|
+
The commit message is enclosed in a pre tag.
|
23
|
+
|
24
|
+
## Custom Layout
|
25
|
+
You can set the application layout specifically for Gitchangelog in your application.rb file.
|
26
|
+
|
27
|
+
config.to_prepare do
|
28
|
+
GitchangelogController.layout "mylayout"
|
29
|
+
end
|
data/lib/gitchangelog/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
@@ -21,3 +21,39 @@ Processing by GitchangelogController#index as HTML
|
|
21
21
|
Rendered /Users/djlee2/Sites/Gems/gitchangelog/app/views/gitchangelog/index.html.erb within layouts/application (7.5ms)
|
22
22
|
Completed 200 OK in 46ms (Views: 33.6ms | ActiveRecord: 0.0ms)
|
23
23
|
[1m[35m (0.1ms)[0m rollback transaction
|
24
|
+
|
25
|
+
|
26
|
+
Started GET "/changelog" for 127.0.0.1 at 2012-03-08 16:30:25 -0600
|
27
|
+
|
28
|
+
|
29
|
+
Started GET "/changelog" for 127.0.0.1 at 2012-03-08 16:30:46 -0600
|
30
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
31
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
32
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
33
|
+
|
34
|
+
|
35
|
+
Started GET "/changelog" for 127.0.0.1 at 2012-03-09 08:56:03 -0600
|
36
|
+
Processing by GitchangelogController#index as HTML
|
37
|
+
Rendered /Users/djlee2/Sites/Gems/gitchangelog/app/views/gitchangelog/index.html.erb within layouts/application (8.8ms)
|
38
|
+
Completed 200 OK in 52ms (Views: 37.8ms | ActiveRecord: 0.0ms)
|
39
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
40
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
41
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
42
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
43
|
+
|
44
|
+
|
45
|
+
Started GET "/changelog" for 127.0.0.1 at 2012-03-09 09:08:45 -0600
|
46
|
+
Processing by GitchangelogController#index as HTML
|
47
|
+
Rendered /Users/djlee2/Sites/Gems/gitchangelog/app/views/gitchangelog/index.html.erb within layouts/application (7.5ms)
|
48
|
+
Completed 200 OK in 44ms (Views: 32.5ms | ActiveRecord: 0.0ms)
|
49
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
50
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
51
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
52
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53
|
+
|
54
|
+
|
55
|
+
Started GET "/changelog" for 127.0.0.1 at 2012-03-09 09:42:17 -0600
|
56
|
+
Processing by GitchangelogController#index as HTML
|
57
|
+
Rendered /Users/djlee2/Sites/Gems/gitchangelog/app/views/gitchangelog/index.html.erb within layouts/application (7.5ms)
|
58
|
+
Completed 200 OK in 48ms (Views: 35.2ms | ActiveRecord: 0.0ms)
|
59
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitchangelog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,33 +9,33 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-09 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70186167888200 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.1.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70186167888200
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: git
|
27
|
-
requirement: &
|
27
|
+
requirement: &70186167887700 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: 1.2.5
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70186167887700
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: sqlite3
|
38
|
-
requirement: &
|
38
|
+
requirement: &70186167887320 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '0'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70186167887320
|
47
47
|
description: Allows you to view the local git changelog at the /changelog/ path
|
48
48
|
email:
|
49
49
|
- david@lee.dj
|