octopress 3.0.0.rc.4 → 3.0.0.rc.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71dac3a970203646a73007a0f77fbd532e5e910a
4
- data.tar.gz: ea8edb206d1b7c5398a3e71e21fbab08b8a6fd1e
3
+ metadata.gz: 3fe4fdff1a4578d127d4e66f27b26b9b4a0506fd
4
+ data.tar.gz: 2ca77bee7eea06456f1f7e126daf79d03b3dd616
5
5
  SHA512:
6
- metadata.gz: 1d70aa371824ba4f8fce11701cc67090df5783b021994fd477ce243047ea47027364187594dabd78f6281560cb059184d970e772cbca593d6a42ece35c832c7c
7
- data.tar.gz: 44505d638e5c24eb474c4a21943737d404e14bdb464a278903e528322ae6edf946eba04868f7424bc3575d66d848ba4c8c58457e50f392d0bf016ef88703c9e3
6
+ metadata.gz: 05c9fa85c1e723e305bcb613d48895091f83097bb903d479b9e657554969cd1db9da514238d43eca0a428ddcc6638918b16ca526204bb6b4c6d1468527f839c1
7
+ data.tar.gz: a31c675aad0c3f91bab33d700ddb61b3a425d39b9f15020bda6ea64c2bf3082360c01229533fc3ffe7e670c113fa2ca3320840abaf4da6c76e5380b100fdb4ea
data/README.md CHANGED
@@ -3,15 +3,14 @@
3
3
  Octopress is an obsessively designed toolkit for writing and deploying Jekyll
4
4
  blogs. Pretty sweet, huh?
5
5
 
6
-
7
- [![Gem Version](https://badge.fury.io/rb/octopress-octopress.png)](http://badge.fury.io/rb/octopress-octopress)
6
+ <!--[![Gem Version](https://badge.fury.io/rb/octopress.png)](http://badge.fury.io/rb/octopress)-->
8
7
  [![Build Status](https://travis-ci.org/octopress/octopress.png?branch=master)](https://travis-ci.org/octopress/octopress)
9
8
 
10
9
  ## Installation
11
10
 
12
11
  Add this line to your application's Gemfile:
13
12
 
14
- gem 'octopress', '~> 3.0.0.rc.1'
13
+ gem 'octopress', '~> 3.0.0.rc.4'
15
14
 
16
15
  And then execute:
17
16
 
data/lib/octopress.rb CHANGED
@@ -21,6 +21,7 @@ module Octopress
21
21
  BLESSED_GEMS = %w[
22
22
  octopress-deploy
23
23
  octopress-ink
24
+ octopress-docs
24
25
  ]
25
26
 
26
27
  def self.logger
@@ -1,3 +1,3 @@
1
1
  module Octopress
2
- VERSION = "3.0.0.rc.4"
2
+ VERSION = "3.0.0.rc.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc.4
4
+ version: 3.0.0.rc.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-19 00:00:00.000000000 Z
12
+ date: 2014-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mercenary