locomotivecms-freight 0.0.1 → 0.0.2

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: 1fc95af0db9dc7fbcca0bfc5b46cefb7d81e54f9
4
- data.tar.gz: 7d775e2262246f556a7804a0216ee43eb13374c4
3
+ metadata.gz: 83ee34e59e8c5d5f74c775d538a127e7d65965ce
4
+ data.tar.gz: c3e64256fb52d18a3e5f5769ec69e72bc19fd65f
5
5
  SHA512:
6
- metadata.gz: 2bb89b63aa9c160f5d7adbab3e40236ee47812b41e45372f41909c3c04920dcd6f0ce3fa496f70b5ad5d2c4fd3685964453a92ae7bbd72fe884a9e2be25d9a94
7
- data.tar.gz: b09c31d678839c33f5153f9da6bd46c1da4a3161087828c7f59ae947f9bf8703b3d8541a1d6df8ef9e9ed12594e50881c2a31eda9cc39e28c4b5abfba665191d
6
+ metadata.gz: 37fa1c4744d213285e2345cdd5157ce0d826bef93a13332f1cb85e1d7ca635856292490f941b24eaf2fe02a8e45f700c50957c126d2d6bf0e0294277b48fdb2e
7
+ data.tar.gz: 717218f03dfd96c020c69d92db99e36b9d491f56d53c935949cdfa9022d96898f3540da7e8912ebbb020ccd1bf9b064fdc82a05f6e4bb3ec5c5b08fe1a53516b
@@ -1,5 +1,5 @@
1
1
  module Locomotivecms
2
2
  module Freight
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Joel Helbling"]
10
10
  spec.email = ["joel@joelhelbling.com"]
11
11
 
12
- spec.summary = %q{Loads WordPress content into LocomotiveCMS.}
13
- spec.description = %q{Specifically posts, comments and images. Rewrites images and internal links.}
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.}
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.1
4
+ version: 0.0.2
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: Specifically posts, comments and images. Rewrites images and internal
126
- links.
125
+ description: Imports posts, comments and images from a WordPress site. Rewrites images
126
+ and internal links.
127
127
  email:
128
128
  - joel@joelhelbling.com
129
129
  executables: []
@@ -174,5 +174,5 @@ rubyforge_project:
174
174
  rubygems_version: 2.4.6
175
175
  signing_key:
176
176
  specification_version: 4
177
- summary: Loads WordPress content into LocomotiveCMS.
177
+ summary: Imports WordPress content into LocomotiveCMS.
178
178
  test_files: []