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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/middleman-api.gemspec +6 -1
  3. data/readme.md +4 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1472f0e8a6517f220b078f6e0d67272b2d7bb5ad
4
- data.tar.gz: 070a9b0e7b5dc23e2f7708a9d564f6de9e4f95ef
3
+ metadata.gz: d81d5b8d5a5a9158edc784a889b05d0562fbaf73
4
+ data.tar.gz: 5e3f18395163221e36082ee93bebd051718e1ea9
5
5
  SHA512:
6
- metadata.gz: 597970dbfe8dbd0e37ec464db56aadc2366724f9dafec1aab8c85d6016cfd280c486c3edebcc561235e97eff20dd3905afa28bd15242ad1cbf1a18d1ca18aece
7
- data.tar.gz: 15910f19909c88aa600585d6282a0c1c1bee71df652cc8e9d916b90d41da574dcd7e60b37f12bdf1f3607ac7048973b805e8df7e3fe2610d916d3426d4e46b5e
6
+ metadata.gz: 9a6a1b8af613bd6e07d8800b4d516d074803af304f40ced30526422412e75e7238444890871fbce6733f148d520f49cc52504a510ea38dca9f569dbd787e3d82
7
+ data.tar.gz: 61b22c44757da9846b58477b2c59a6dc46c85178b1abe6ed921e8ad240b1092b7ef775499553c40add7c52624d1d9f0a8018cab61fb392443e0afc63cad9d062
@@ -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.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 [![Build Status](https://travis-ci.org/jordanandree/middleman-api.png?branch=master)](https://travis-ci.org/jordanandree/middleman-api)
1
+ # Middleman API
2
+ [![Build Status](https://travis-ci.org/jordanandree/middleman-api.png?branch=master)](https://travis-ci.org/jordanandree/middleman-api)
3
+ [![Dependency Status](https://gemnasium.com/badges/github.com/jordanandree/middleman-api.svg)](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.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-05-01 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core