nesta-plugin-foldable 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.
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Nesta::Plugin::Foldable::VERSION
|
|
8
8
|
s.authors = ["Micah Chalmer"]
|
|
9
9
|
s.email = ["micah@micahchalmer.net"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/MicahChalmer/nesta-plugin-foldable"
|
|
11
11
|
s.summary = %q{Nesta plugin "Foldable"}
|
|
12
12
|
s.description = %q{Place a "fold" in a Nesta article and have the summary automatically set to the part of the body content that comes before it.}
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nesta-plugin-foldable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Micah Chalmer
|
|
@@ -65,7 +65,7 @@ files:
|
|
|
65
65
|
- lib/nesta-plugin-foldable/init.rb
|
|
66
66
|
- lib/nesta-plugin-foldable/version.rb
|
|
67
67
|
- nesta-plugin-foldable.gemspec
|
|
68
|
-
homepage:
|
|
68
|
+
homepage: https://github.com/MicahChalmer/nesta-plugin-foldable
|
|
69
69
|
licenses: []
|
|
70
70
|
|
|
71
71
|
post_install_message:
|