content-pipeline 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 970448746567e639037b2c665224807ebaf6aec6
4
- data.tar.gz: 56383f2cf0ee39a966c8d50e67e6488c1fba937a
3
+ metadata.gz: 10007c34df98a2b87c657b803c10c3790234caeb
4
+ data.tar.gz: 539627a02f703acd5dd0526fd0733fcd7cb8d317
5
5
  SHA512:
6
- metadata.gz: 9c41bc051e8598c2a9a4b0ae63d551d091244f41cc5bd529a89a9981e738b27dc3a2085c881ea7294b5a351c3452d7fa1f112d7b4b438382bc238dfdfa734641
7
- data.tar.gz: 479fe5879761bd6c450a0b019c020b357c908a5fe05bd0b2c169c63c63709f2e464a03c993afea3d20a758b5cb2850ed312426b2931841ae5cf51d843d2395df
6
+ metadata.gz: b7a1faffb09772f6bf58fcc3dc50805bb72799a1b9b9c07e8468f3b4956317551ea4b845d1c03437fee5c14aa37433ea3d8c7c9b1f9fbde24cf203aca53ee455
7
+ data.tar.gz: ce17d05c9e7c01ca1164ed19fd1f36cf019c0441e0562227e7f59972afb2056f4c7c76bf917c3b77b7c48f321dcf44dfd45ce721f72c87e2fed540d1d162538a
data/License CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 Jordon Bedwell
1
+ Copyright 2013-2014 Jordon Bedwell
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License"); you may
4
4
  not use this file except in compliance with the License. You may obtain
@@ -1,5 +1,5 @@
1
1
  module Content
2
2
  class Pipeline
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: content-pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell