content-pipeline 0.2.0 → 0.2.1
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 +4 -4
- data/lib/content/pipeline/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be4f95e552526dfd24a5726318660f325c76b1c6
|
|
4
|
+
data.tar.gz: 88016c7b74a3b377f0924a3f4e029d4fa6255528
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77e0cdfb69c6cf034b312f6cf29aa223354e0c44df1fce56b5cbfb5e3c835874dca51cd6f6323dbce30e846d1e7ed9c5e91d0b44266018002c2a42b14531c311
|
|
7
|
+
data.tar.gz: 5361d8b05fc86d9dbc084a5334dad3a1dae12d09bf8dfc0213d98894504f8c82edd12b88c910716c467fa0c7257273a3c7ec7be8dcc16e87eac6736822b96610
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: content-pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordon Bedwell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -44,42 +44,42 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.0
|
|
47
|
+
version: '0.0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.0
|
|
54
|
+
version: '0.0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: envygeeks-coveralls
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
61
|
+
version: '0.1'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
68
|
+
version: '0.1'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: luna-rspec-formatters
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - ~>
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.4
|
|
75
|
+
version: '0.4'
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - ~>
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.4
|
|
82
|
+
version: '0.4'
|
|
83
83
|
description: A less restrictive version of html-pipeline for content.
|
|
84
84
|
email: envygeeks@gmail.com
|
|
85
85
|
executables: []
|
|
@@ -90,12 +90,12 @@ files:
|
|
|
90
90
|
- License
|
|
91
91
|
- Rakefile
|
|
92
92
|
- Gemfile
|
|
93
|
-
- lib/content/pipeline/filters/markdown.rb
|
|
94
|
-
- lib/content/pipeline/filters/code_highlight.rb
|
|
95
|
-
- lib/content/pipeline/core_extensions/object_ext.rb
|
|
96
|
-
- lib/content/pipeline/core_extensions/hash_ext.rb
|
|
97
93
|
- lib/content/pipeline/version.rb
|
|
94
|
+
- lib/content/pipeline/core_extensions/hash_ext.rb
|
|
95
|
+
- lib/content/pipeline/core_extensions/object_ext.rb
|
|
98
96
|
- lib/content/pipeline/filters.rb
|
|
97
|
+
- lib/content/pipeline/filters/code_highlight.rb
|
|
98
|
+
- lib/content/pipeline/filters/markdown.rb
|
|
99
99
|
- lib/content/pipeline.rb
|
|
100
100
|
homepage: https://github.com/envygeeks/content-pipeline
|
|
101
101
|
licenses:
|
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
117
|
version: '0'
|
|
118
118
|
requirements: []
|
|
119
119
|
rubyforge_project:
|
|
120
|
-
rubygems_version: 2.
|
|
120
|
+
rubygems_version: 2.1.3
|
|
121
121
|
signing_key:
|
|
122
122
|
specification_version: 4
|
|
123
123
|
summary: Adds a pipeline for your content.
|