content-pipeline 2.2.0 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76c8dcbfca90f38bbde6457d6d83597bfbbbb60e
4
- data.tar.gz: 881a21d4adb6944c8bed98dc902e519f54f4f334
3
+ metadata.gz: 07dfc54281681a61084411f414c60cbb14d3cd21
4
+ data.tar.gz: 155db7931a19e0e8779e21bdab1aeeb7a0fa5391
5
5
  SHA512:
6
- metadata.gz: 35583240a23ecf487dcaa8a12d60ee5c70cbeb3ec5570974836b550e6b5e5518d910ab89203a3598ef9412384b44efec4e467f25006cce8b4d1f3c38f0885d23
7
- data.tar.gz: 248b74123914dce33e4c8cd8afcb65bdcb81e17d821cddc55fb953cdce8ea9696fec5800b9afd3baeba9a88f05f4020fbc779e5296da2e54abae3850d94e343d
6
+ metadata.gz: f34d2c761b88268871e5ddf9eb4bdf0d8718caf38cf3e7650e70b80a75f7400fb5134c1015e85b195108a78ea5b65d71b70d1c6c4d71005a78ac93c6a5421163
7
+ data.tar.gz: aa14adec66e0dfd59576b4ae47c940973e8d04cd9cdbdd76775384fbcc643f259a143b8c5642a81a1095dd3cfd35a1f2f1be80c54dac1ae8620478bc9cbe1959
@@ -1,4 +1,4 @@
1
- Copyright 2013-2014 Jordon Bedwell
1
+ Copyright 2013-2015 Jordon Bedwell
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License"); you maynot use
4
4
  this file except in compliance with the License. You may obtain a copy of the
File without changes
@@ -1,5 +1,5 @@
1
1
  module Content
2
2
  class Pipeline
3
- VERSION = "2.2.0"
3
+ VERSION = "2.2.1"
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: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell
@@ -87,9 +87,9 @@ extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
89
  - Gemfile
90
- - License
90
+ - LICENSE
91
+ - README.md
91
92
  - Rakefile
92
- - Readme.md
93
93
  - lib/content/pipeline.rb
94
94
  - lib/content/pipeline/core_extensions/hash_ext.rb
95
95
  - lib/content/pipeline/core_extensions/object_ext.rb