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 +4 -4
- data/README.md +2 -3
- data/lib/octopress.rb +1 -0
- data/lib/octopress/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fe4fdff1a4578d127d4e66f27b26b9b4a0506fd
|
4
|
+
data.tar.gz: 2ca77bee7eea06456f1f7e126daf79d03b3dd616
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
13
|
+
gem 'octopress', '~> 3.0.0.rc.4'
|
15
14
|
|
16
15
|
And then execute:
|
17
16
|
|
data/lib/octopress.rb
CHANGED
data/lib/octopress/version.rb
CHANGED
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
|
+
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-
|
12
|
+
date: 2014-03-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mercenary
|