locomotivecms-freight 0.0.2 → 0.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: 83ee34e59e8c5d5f74c775d538a127e7d65965ce
4
- data.tar.gz: c3e64256fb52d18a3e5f5769ec69e72bc19fd65f
3
+ metadata.gz: 81e5c516ed4131e22243f498ba4631400d193fb0
4
+ data.tar.gz: 003948506567045a0a41aa8fcc8b899d223cdc9f
5
5
  SHA512:
6
- metadata.gz: 37fa1c4744d213285e2345cdd5157ce0d826bef93a13332f1cb85e1d7ca635856292490f941b24eaf2fe02a8e45f700c50957c126d2d6bf0e0294277b48fdb2e
7
- data.tar.gz: 717218f03dfd96c020c69d92db99e36b9d491f56d53c935949cdfa9022d96898f3540da7e8912ebbb020ccd1bf9b064fdc82a05f6e4bb3ec5c5b08fe1a53516b
6
+ metadata.gz: c22d72a835fce48bf28bc6de48c3d3d85dd0f240741f08e724b6f4bf582e1887f7b3e73bdaf6351f9cdd672d6c4b2664e50009b3e4040003e344d15c817dcfee
7
+ data.tar.gz: 524285d467c1dd592736cd7ad46d19ff51ef8299daff1c18950a34f79454ab708e659ae89671ff6cd34cfdecc44eb7d18f719bdc982af639da1a13cd8b38d4f8
@@ -1,5 +1,5 @@
1
1
  module Locomotivecms
2
2
  module Freight
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["joel@joelhelbling.com"]
11
11
 
12
12
  spec.summary = %q{Imports WordPress content into LocomotiveCMS.}
13
- spec.description = %q{Imports posts, comments and images from a WordPress site. Rewrites images and internal links.}
13
+ spec.description = %q{Imports posts, comments and images from a WordPress site. Rewrites URLs for images and internal links.}
14
14
  spec.homepage = "https://github.com/joelhelbling/locomotivecms-freight"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotivecms-freight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Helbling
@@ -122,8 +122,8 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Imports posts, comments and images from a WordPress site. Rewrites images
126
- and internal links.
125
+ description: Imports posts, comments and images from a WordPress site. Rewrites URLs
126
+ for images and internal links.
127
127
  email:
128
128
  - joel@joelhelbling.com
129
129
  executables: []