Fingertips-jewelry_portfolio 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +6 -0
  2. data/VERSION.yml +1 -1
  3. metadata +2 -2
data/README.rdoc CHANGED
@@ -87,6 +87,10 @@ jewelry portfolio like so:
87
87
  # Add the following to your Rakefile to use JewelryPortfolio
88
88
  begin
89
89
  require 'jewelry_portfolio/tasks'
90
+ JewelryPortfolio::Tasks.new do |t|
91
+ # Only specify the account if it's different from `github.user' in the git config.
92
+ t.account = 'Fingertips'
93
+ end
90
94
  rescue LoadError
91
95
  puts "JewelryPortfolio not available. Install it with: sudo gem install Fingertips-jewelry_portfolio -s http://gems.github.com"
92
96
  end
@@ -102,6 +106,8 @@ If you just want to re-generate, or release, the jewelry portfolio use the
102
106
  aforementioned <tt>portfolio:generate</tt> and <tt>portfolio:release</tt> rake
103
107
  tasks.
104
108
 
109
+ Note that it isn't necessary to use Jeweler to be able to use JewelryPortfolio.
110
+
105
111
  == COPYRIGHT
106
112
 
107
113
  Copyright (c) 2009 Fingertips, Eloy Duran. See LICENSE for details.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -13,7 +13,7 @@ date: 2009-03-01 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Imagine writing an erb template once and use <tt>rake release</tt> 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[http://github.com/technicalpickles/jeweler/tree/master] does.
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.
17
17
  email: eloy.de.enige@gmail.com
18
18
  executables: []
19
19