dextery 0.0.4a → 0.0.4
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.
- checksums.yaml +8 -8
- data/README.md +1 -1
- data/bin/dextery +1 -1
- data/dextery.gemspec +1 -1
- data/lib/dextery/template/_config.yml +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzRiOGU5Zjg5ZWE4NWViZGM4OGZkNGY0NDYwOWE4YmRmZmE2OTY5Zg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDdkZThlZTk4ZWQzMjk0NWVlNmZjZWE0ZDVhY2RmMTYwMDZjZGEyZg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
N2FhMDVmYWE2MzM0YWJkYWRlZThlMmE2OGE5ODQzYWIyYjExZWI0YjFhODJk
|
|
10
|
+
MmZkYzM1NDVjOGQ2Yjc4NDkzN2NjOGM0NzkwZDJiOGY5NTUwOGMyNWViOGI5
|
|
11
|
+
M2M4NzNkNTAzOTg4ODhhY2U3MjM3ODA3YzkzZTRhMmRkYmUxMzE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjQ1ZWFkOTBjYTljMjkwMGNmZWFmZmY1ZjYyYTkxNTEzYmNiZDgyMDc2OTQ5
|
|
14
|
+
MzhmNDM5YzVhZGM1ZTYyOWM0M2U5OTE1NTI5Y2Y5NDRjZmZjNDFlM2Y1YjQz
|
|
15
|
+
MmIxZWNiYTE3OWIxYmRjOTMxNmJlNzNhODAyMTE2NjI0Y2M0YTI=
|
data/README.md
CHANGED
data/bin/dextery
CHANGED
data/dextery.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ require 'dextery'
|
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |spec|
|
|
8
8
|
spec.name = "dextery"
|
|
9
|
-
spec.version = "0.0.
|
|
9
|
+
spec.version = "0.0.4"
|
|
10
10
|
spec.authors = ["Marshall Shen"]
|
|
11
11
|
spec.email = ["mshen@groupon.com"]
|
|
12
12
|
spec.description = "Blog engine based on Jekyll Bootstrap"
|
|
@@ -9,8 +9,8 @@ pygments: true
|
|
|
9
9
|
# Themes are encouraged to use these universal variables
|
|
10
10
|
# so be sure to set them if your theme uses them.
|
|
11
11
|
#
|
|
12
|
-
title :
|
|
13
|
-
tagline:
|
|
12
|
+
title : Jekyll Bootstrap
|
|
13
|
+
tagline: Site Tagline
|
|
14
14
|
author :
|
|
15
15
|
name : Name Lastname
|
|
16
16
|
email : blah@email.test
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dextery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marshall Shen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -142,9 +142,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
version: '0'
|
|
143
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
requirements:
|
|
145
|
-
- - ! '
|
|
145
|
+
- - ! '>='
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version:
|
|
147
|
+
version: '0'
|
|
148
148
|
requirements: []
|
|
149
149
|
rubyforge_project:
|
|
150
150
|
rubygems_version: 2.0.5
|