content-pipeline 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/content/pipeline/version.rb +1 -1
  3. metadata +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9483f7e3ac36d2ec6ff0c4910eebe19dfe92f98f
4
- data.tar.gz: f4fdd75c783504c952dc7fd7ef22221cc1958694
3
+ metadata.gz: be4f95e552526dfd24a5726318660f325c76b1c6
4
+ data.tar.gz: 88016c7b74a3b377f0924a3f4e029d4fa6255528
5
5
  SHA512:
6
- metadata.gz: 7240b94490a5c12ae1d73122bfd4c6558701b840489bfb499a2107f5c741ae783a369cc021179116168e1ef48eaf331e7cd9d3655a95c1329450c842285c3dac
7
- data.tar.gz: 93cea0fa41702be77982bc347bed02727d2b436a0e2c5ca7b348e9986472cde431338948d8fd79fdb11678cd4c22c261c63d8c46313d4cc00f121cf94f704353
6
+ metadata.gz: 77e0cdfb69c6cf034b312f6cf29aa223354e0c44df1fce56b5cbfb5e3c835874dca51cd6f6323dbce30e846d1e7ed9c5e91d0b44266018002c2a42b14531c311
7
+ data.tar.gz: 5361d8b05fc86d9dbc084a5334dad3a1dae12d09bf8dfc0213d98894504f8c82edd12b88c910716c467fa0c7257273a3c7ec7be8dcc16e87eac6736822b96610
@@ -1,5 +1,5 @@
1
1
  module Content
2
2
  class Pipeline
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
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.0
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-08-13 00:00:00.000000000 Z
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.4
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.4
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.0.2
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.0.2
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.2
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.2
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.0.3
120
+ rubygems_version: 2.1.3
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: Adds a pipeline for your content.