skinny_controllers 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9735ef5cd26ccd5b7d38ceb77c75f75d3452fa6d
4
- data.tar.gz: 08eb8e5328cfaedd10e77572c98e6ca8ba4affcd
3
+ metadata.gz: e268fceb0701364490ca2cef8c5e4f7de86741d7
4
+ data.tar.gz: 9ee821888a58aae7e0299dff8b203a76414e9c9d
5
5
  SHA512:
6
- metadata.gz: 975a53f3c9430fe8768249c12d4d15af63d8bce50acde081443566f8bba6a87b3a46e18a2a4d889e792c94be97d2bcf310cbb1f24247e56f3893416cae2e7ca3
7
- data.tar.gz: e3bb637259fcea7c5c137e61294ca5e009d08597a5185e340fd6e13f7241d620dc0852fb2d4aed8b5eae44bc25938032919f2a1710816c6770cd30b76757a83a
6
+ metadata.gz: 39320479afcd9d88d9a5d5ad29823bf1ce6658f5dd8d7110e8c350dc1d7053b3bbf0f841b1373a29242ae0e86287f3a03be7aa1d718fb20d096576982ab7040e
7
+ data.tar.gz: dd3e34946f73710f881ceed4470c370b7e2aa8432b2ff27497ffb6556209cde9c826625089028bf12c3cbaf8f186cd44aa0f82b266f27bf680357482f464e2da
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Build Status](https://travis-ci.org/NullVoxPopuli/skinny_controllers.svg?branch=master)](https://travis-ci.org/NullVoxPopuli/skinny_controllers)
4
4
  [![Code Climate](https://codeclimate.com/github/NullVoxPopuli/skinny_controllers/badges/gpa.svg)](https://codeclimate.com/github/NullVoxPopuli/skinny_controllers)
5
5
  [![Test Coverage](https://codeclimate.com/github/NullVoxPopuli/skinny_controllers/badges/coverage.svg)](https://codeclimate.com/github/NullVoxPopuli/skinny_controllers/coverage)
6
- [![Gem Version](https://badge.fury.io/rb/skinny_controllers.svg)](https://badge.fury.io/rb/skinny_controllers)
7
6
 
8
7
  An implementation of role-based policies and operations to help controllers lose weight.
9
8
 
@@ -1,3 +1,3 @@
1
1
  module SkinnyControllers
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skinny_controllers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-19 00:00:00.000000000 Z
11
+ date: 2015-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -224,5 +224,5 @@ rubyforge_project:
224
224
  rubygems_version: 2.4.8
225
225
  signing_key:
226
226
  specification_version: 4
227
- summary: SkinnyControllers-0.5.0
227
+ summary: SkinnyControllers-0.5.1
228
228
  test_files: []