Fingertips-jewelry_portfolio 0.2.3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Fingertips-jewelry_portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,18 +9,38 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-03 00:00:00 -08:00
12
+ date: 2009-03-05 00:00:00 -08:00
13
13
  default_executable:
14
- dependencies: []
15
-
16
- description: Imagine writing an erb template once and use rake release to release your gem with Jeweler as usual, but in addition re-generate and push the index.html for your GitHub pages. If that sounds good to you, you're in luck. Because that's exactly what this add-on for Jeweler does.
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: builder
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: schacon-git
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
35
+ description: Imagine writing an erb template once and use rake portfolio:release to generate and push the index.html for your GitHub pages. If that sounds good to you, you're in luck. Because that's exactly what this gem does.
17
36
  email: eloy.de.enige@gmail.com
18
37
  executables: []
19
38
 
20
39
  extensions: []
21
40
 
22
- extra_rdoc_files: []
23
-
41
+ extra_rdoc_files:
42
+ - README.rdoc
43
+ - LICENSE
24
44
  files:
25
45
  - README.rdoc
26
46
  - VERSION.yml
@@ -28,23 +48,30 @@ files:
28
48
  - lib/jewelry_portfolio/repo.rb
29
49
  - lib/jewelry_portfolio/repos_index.rb
30
50
  - lib/jewelry_portfolio/tasks.rb
51
+ - lib/jewelry_portfolio/template
52
+ - lib/jewelry_portfolio/template/feed.rb
53
+ - lib/jewelry_portfolio/template/html.rb
31
54
  - lib/jewelry_portfolio/template.rb
32
55
  - lib/jewelry_portfolio.rb
33
56
  - test/fixtures
34
57
  - test/fixtures/alloy.github.com
58
+ - test/fixtures/alloy.github.com/feed.rb
59
+ - test/fixtures/alloy.github.com/feed.xml
60
+ - test/fixtures/alloy.github.com/index.erb
35
61
  - test/fixtures/alloy.github.com/index.html
36
- - test/fixtures/alloy.github.com/repo.html.erb
37
62
  - test/fixtures/alloy.github.com/repos.yml
38
- - test/fixtures/alloy.github.com/template.html.erb
39
63
  - test/fixtures/alloy.github.com.tgz
40
64
  - test/fixtures/dr-nic-magic-awesome.gemspec_
41
65
  - test/fixtures/dr-nic-magic-awesome.html
42
66
  - test/fixtures/dr-nic-magic-awesome_repo.yml
67
+ - test/fixtures/feed_with_defaults.rb
68
+ - test/fixtures/feed_with_defaults.xml
69
+ - test/fixtures/feed_with_options.rb
70
+ - test/fixtures/feed_with_options.xml
71
+ - test/fixtures/index.erb
72
+ - test/fixtures/index.html
43
73
  - test/fixtures/microgem.gemspec_
44
- - test/fixtures/repo.html.erb
45
74
  - test/fixtures/repos.yml
46
- - test/fixtures/template.html
47
- - test/fixtures/template.html.erb
48
75
  - test/jewelry_portfolio_test.rb
49
76
  - test/repo_test.rb
50
77
  - test/repos_index_test.rb
@@ -53,10 +80,12 @@ files:
53
80
  - test/test_helper.rb
54
81
  - test/tmp
55
82
  - test/tmp/alloy.github.com.git
83
+ - test/tmp/alloy.github.com.git/feed.rb
84
+ - test/tmp/alloy.github.com.git/feed.xml
85
+ - test/tmp/alloy.github.com.git/index.erb
56
86
  - test/tmp/alloy.github.com.git/index.html
57
- - test/tmp/alloy.github.com.git/repo.html.erb
58
87
  - test/tmp/alloy.github.com.git/repos.yml
59
- - test/tmp/alloy.github.com.git/template.html.erb
88
+ - LICENSE
60
89
  has_rdoc: true
61
90
  homepage: http://github.com/alloy/repo_page_san
62
91
  post_install_message:
@@ -83,6 +112,6 @@ rubyforge_project:
83
112
  rubygems_version: 1.2.0
84
113
  signing_key:
85
114
  specification_version: 2
86
- summary: An add-on for Jeweler for lazy developers who would like to showcase their jewelry portfolio on their GitHub pages.
115
+ summary: A template renderer, and rake tasks, for lazy developers who would like to showcase their jewelry portfolio (libraries) on their GitHub pages.
87
116
  test_files: []
88
117
 
@@ -1,2 +0,0 @@
1
- <h1><%= repo.name %></h1>
2
- <p><%= repo.description %></p>
@@ -1,8 +0,0 @@
1
- <html>
2
- <body>
3
- <h1>dr-nic-magic-awesome</h1>
4
- <p>A gem which summons Dr. Nic to fix all your projects while you are cuddled underneath your blankie.</p>
5
- <h1>microgem</h1>
6
- <p>MicroGem provides a simple naive replacement for the `gem install' command in the form of the `mgem' commandline utility.</p>
7
- </body>
8
- </html>
@@ -1,5 +0,0 @@
1
- <html>
2
- <body>
3
- <%= repos.map { |repo| repo_partial(repo) }.join("\n") %>
4
- </body>
5
- </html>