middleman-api 1.0.0 → 1.0.1
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-api.gemspec +6 -1
- data/readme.md +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d81d5b8d5a5a9158edc784a889b05d0562fbaf73
|
|
4
|
+
data.tar.gz: 5e3f18395163221e36082ee93bebd051718e1ea9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a6a1b8af613bd6e07d8800b4d516d074803af304f40ced30526422412e75e7238444890871fbce6733f148d520f49cc52504a510ea38dca9f569dbd787e3d82
|
|
7
|
+
data.tar.gz: 61b22c44757da9846b58477b2c59a6dc46c85178b1abe6ed921e8ad240b1092b7ef775499553c40add7c52624d1d9f0a8018cab61fb392443e0afc63cad9d062
|
data/middleman-api.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'middleman-api'
|
|
6
|
-
s.version = '1.0.
|
|
6
|
+
s.version = '1.0.1'
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ['jordanandree']
|
|
9
9
|
s.email = ['jordanandree@gmail.com']
|
|
@@ -18,4 +18,9 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
|
|
19
19
|
s.add_runtime_dependency('middleman-core', ['~> 4.0'])
|
|
20
20
|
s.add_runtime_dependency('builder', ['~> 3.2.0'])
|
|
21
|
+
|
|
22
|
+
if RUBY_VERSION <= "2.2.0"
|
|
23
|
+
s.add_runtime_dependency('activesupport', ['< 5.0.0'])
|
|
24
|
+
s.add_runtime_dependency('rack', ['< 2.0.1'])
|
|
25
|
+
end
|
|
21
26
|
end
|
data/readme.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# Middleman API
|
|
1
|
+
# Middleman API
|
|
2
|
+
[](https://travis-ci.org/jordanandree/middleman-api)
|
|
3
|
+
[](https://gemnasium.com/github.com/jordanandree/middleman-api)
|
|
2
4
|
|
|
3
5
|
Create JSON and XML endpoints generated from template frontmatter and content.
|
|
4
6
|
|
|
@@ -66,4 +68,4 @@ If there is any thing you'd like to contribute or fix, please:
|
|
|
66
68
|
The Cucumber features for this project assume the gem is installed, so to make any changes you will need to build and install the gem locally with your changes.
|
|
67
69
|
|
|
68
70
|
## License
|
|
69
|
-
The middleman-api gem is Copyright 2013 Jordan Andree, distributed under the MIT License.
|
|
71
|
+
The middleman-api gem is Copyright 2013 Jordan Andree, distributed under the MIT License.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jordanandree
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman-core
|