hal_api-rails 0.2.5 → 0.2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a61497b86b407fcf562882ac24650bdbf904e2e4
4
- data.tar.gz: 3da3b728ceb3f52e31c1fef8b9463129cc45e28d
3
+ metadata.gz: 206c11ed95ba2d1363650acac6dea7392e6e5a3f
4
+ data.tar.gz: 186a796eb13b01c0978d20c2faaadcc1124f9769
5
5
  SHA512:
6
- metadata.gz: 08ea9051d30272090e5f48c9533b80987f9e996d0f8fe2e943b898a838cda257afbb59ce1c1399f9de812a23a12dc05d339b347818628e0bdbd8292bd4b32325
7
- data.tar.gz: 5b04a31e6b20f2a8b0f2796cdbcea48fe3e86de8dc196217b68b8bfec6f143d60955e0ff3437baf376c87856739f3d3f6a45d02c0a5bbad2bbb89ef2c752d13c
6
+ metadata.gz: 8f3edb2c6cccb9b91f680c54d07b397a377bc4fd95c147c1ed999ae19485a71b083290d891fe438ccc7e47aaeff3e7be9759730b61d8e2c7b4f6abce11a18694
7
+ data.tar.gz: 15f2cfaf0b98eba67e53fafb9271015484a03400058a090ad7e982262ca9f71fcfd83cff23221c2cb5d06fbcaedc796638e40038341952767b59deef60fb93c0
data/.travis.yml CHANGED
@@ -1,4 +1,3 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0
4
- before_install: gem install bundler -v 1.10.6
3
+ - 2.2.2
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # HalApi::Rails
2
2
 
3
+ [![Build Status](https://travis-ci.org/PRX/hal_api-rails.svg?branch=master)](https://travis-ci.org/PRX/hal_api-rails)
4
+
3
5
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/hal_api/rails`. To experiment with that code, run `bin/console` for an interactive prompt.
4
6
 
5
7
  TODO: Delete this and the text above, and describe your gem
@@ -38,4 +40,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
38
40
  ## License
39
41
 
40
42
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
@@ -1,3 +1,5 @@
1
+ require 'roar-rails'
2
+
1
3
  module HalApi::Errors
2
4
 
3
5
  class ApiError < StandardError
@@ -1,5 +1,5 @@
1
1
  module HalApi
2
2
  module Rails
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hal_api-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Rhoden
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-07-06 00:00:00.000000000 Z
12
+ date: 2016-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  requirements: []
224
224
  rubyforge_project:
225
- rubygems_version: 2.6.4
225
+ rubygems_version: 2.4.5
226
226
  signing_key:
227
227
  specification_version: 4
228
228
  summary: JSON HAL APIs on Rails in the style of PRX