projectionist 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1295fd4b627a53451bf020b7e3f3976ec2d40d53
4
- data.tar.gz: db51bff9c54b334573a9308ed9c4b3528330114c
3
+ metadata.gz: 63b60d1079c7ce8b3e7473e4f61f08ad947b6f18
4
+ data.tar.gz: 28829363855d5bdffc38e5e864f809eb093fba2c
5
5
  SHA512:
6
- metadata.gz: f787705951e31e8f2b1945c75d29ce079caf82f11e0649f2e5b299783fd9b601d0147ee1dd513e1945fc9653b420c54fe0c799b22c951aec5e7975d272f3ba75
7
- data.tar.gz: 520ef649f80267f4500e5ee779c1b82628b2d87ce07b6cb88779ecf9242d95ea0189560c3de289410fc0ece413fb42c53329400a35e0ae6a906fa2b1c0a62b20
6
+ metadata.gz: 6d21e4b9b80d7bb2ab88154f937de420c10b0113ffb72b2598c0d95e321815c95112862212f5a9cd1951d0ec89058a9367e3052f913f771d7ca391576ada41b8
7
+ data.tar.gz: 224ac1c4b21f63382bd74a565099d9d2e9977b9f5eebd0dc04d911acaa8705ebec00fa94fcd7ac5ff47648894445429f20757b42389ce63f4b984297304e9a52
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/projectionist.svg)](http://badge.fury.io/rb/projectionist)
1
2
  [![Build Status](https://travis-ci.org/glittershark/projectionist.svg?branch=master)](https://travis-ci.org/glittershark/projectionist)
2
3
  [![Code Climate](https://codeclimate.com/github/glittershark/projectionist.png)](https://codeclimate.com/github/glittershark/projectionist)
3
4
  [![Dependency Status](https://gemnasium.com/glittershark/projectionist.svg)](https://gemnasium.com/glittershark/projectionist)
@@ -1,3 +1,3 @@
1
1
  module Projectionist
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: projectionist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Griffin Smith