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 +4 -4
- data/lib/locomotivecms/freight/version.rb +1 -1
- data/locomotivecms-freight.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83ee34e59e8c5d5f74c775d538a127e7d65965ce
|
|
4
|
+
data.tar.gz: c3e64256fb52d18a3e5f5769ec69e72bc19fd65f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37fa1c4744d213285e2345cdd5157ce0d826bef93a13332f1cb85e1d7ca635856292490f941b24eaf2fe02a8e45f700c50957c126d2d6bf0e0294277b48fdb2e
|
|
7
|
+
data.tar.gz: 717218f03dfd96c020c69d92db99e36b9d491f56d53c935949cdfa9022d96898f3540da7e8912ebbb020ccd1bf9b064fdc82a05f6e4bb3ec5c5b08fe1a53516b
|
|
@@ -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{
|
|
13
|
-
spec.description = %q{
|
|
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.
|
|
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:
|
|
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:
|
|
177
|
+
summary: Imports WordPress content into LocomotiveCMS.
|
|
178
178
|
test_files: []
|