visionmedia-mini 0.0.9 → 0.0.10

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/History.rdoc CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ === 0.0.10 / 2009-03-10
3
+
4
+ * Added /downloads to the project uri for the two icons
5
+
2
6
  === 0.0.9 / 2009-03-09
3
7
 
4
8
  * Refactor #dest_for
data/Todo.rdoc CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
  == Major:
3
3
 
4
+ * Ask chris to add to github pages doc
4
5
  * Add :build sub-command
5
6
  * ERB templates / allow templates to have a .rb file to gather input for the erb vars (gen gem?)
6
7
  * RDoc deployment (find a good default theme or make one)
data/bin/mini CHANGED
@@ -6,7 +6,7 @@ require 'commander'
6
6
  require 'bind'
7
7
 
8
8
  program :name, 'mini'
9
- program :version, '0.0.9'
9
+ program :version, '0.0.10'
10
10
  program :description, 'Github project page framework'
11
11
 
12
12
  def current_branch
data/mini.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{mini}
5
- s.version = "0.0.9"
5
+ s.version = "0.0.10"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["TJ Holowaychuk"]
9
- s.date = %q{2009-03-09}
9
+ s.date = %q{2009-03-10}
10
10
  s.default_executable = %q{mini}
11
11
  s.description = %q{Github project page framework}
12
12
  s.email = %q{tj@vision-media.ca}
@@ -9,9 +9,9 @@
9
9
 
10
10
  #container
11
11
  #download
12
- %a{ :href => PROJECT_URL }
12
+ %a{ :href => PROJECT_URL + '/downloads' }
13
13
  %img{ :src => 'http://github.com/images/modules/download/zip.png' }
14
- %a{ :href => PROJECT_URL }
14
+ %a{ :href => PROJECT_URL + '/downloads' }
15
15
  %img{ :src => 'http://github.com/images/modules/download/tar.png' }
16
16
 
17
17
  = title 'Project', 'tagline'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visionmedia-mini
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - TJ Holowaychuk
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-09 00:00:00 -07:00
12
+ date: 2009-03-10 00:00:00 -07:00
13
13
  default_executable: mini
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency