middleman-leanpub 0.0.1 → 0.1.0
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/middleman-leanpub.gemspec +4 -4
- metadata +5 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d60f7cf2455d75fa0232f31d1dec10d2a39cef7
|
|
4
|
+
data.tar.gz: 0d16489973758fba8cf19073df3cca138f741ae6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfcf60b784e5126fb5c80636fe859c9f1919414060e966fefb10c1cdb87330d4438d67ebf5a3ce272a0cab96d6ca127d16c91d3617fff39fd07f4368e28d0025
|
|
7
|
+
data.tar.gz: fe9c50ef22389426a3bc75df58fd4d0a9d1c5840c60a991a6c826a5b40649df6092354ac3afb7665b53a3ea85ee581929a8b07abf156601211a3cd658e674b31
|
data/middleman-leanpub.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "middleman-leanpub"
|
|
6
|
-
s.version = "0.0
|
|
6
|
+
s.version = "0.1.0"
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ["Phil Sturgeon"]
|
|
9
9
|
s.email = ["me@philsturgeon.uk"]
|
|
@@ -17,10 +17,10 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
18
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
19
19
|
s.require_paths = ["lib"]
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
# The version of middleman-core your extension depends on
|
|
22
|
-
s.add_runtime_dependency 'middleman-core', '~>
|
|
23
|
-
|
|
22
|
+
s.add_runtime_dependency 'middleman-core', '~> 4.0'
|
|
23
|
+
|
|
24
24
|
# Additional dependencies
|
|
25
25
|
# s.add_runtime_dependency("gem-name", "gem-version")
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-leanpub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phil Sturgeon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman-core
|
|
@@ -16,20 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.3.10
|
|
19
|
+
version: '4.0'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.3.10
|
|
26
|
+
version: '4.0'
|
|
33
27
|
description: |-
|
|
34
28
|
Use the LeanPub API to download data for a book, then store it in
|
|
35
29
|
data files for access in your templates
|
|
@@ -66,10 +60,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
60
|
version: '0'
|
|
67
61
|
requirements: []
|
|
68
62
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 2.
|
|
63
|
+
rubygems_version: 2.6.8
|
|
70
64
|
signing_key:
|
|
71
65
|
specification_version: 4
|
|
72
66
|
summary: Grab data for LeanPub Books
|
|
73
67
|
test_files:
|
|
74
68
|
- features/support/env.rb
|
|
75
|
-
has_rdoc:
|